|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationNotFoundException | |
---|---|
org.geotools.coverage.processing | Coverage processing implementations. |
org.geotools.coverage.processing.operation | List of coverage operations. |
Uses of OperationNotFoundException in org.geotools.coverage.processing |
---|
Methods in org.geotools.coverage.processing that throw OperationNotFoundException | |
---|---|
Coverage |
CoverageProcessor.doOperation(ParameterValueGroup parameters)
Applies a process operation to a coverage. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source)
Applies a process operation with default parameters. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source0,
Coverage source1)
Applies a process binary operation on two coverages with default parameters. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1)
Applies a process operation with one parameter. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2)
Applies process operation with two parameters. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2,
String argumentName3,
Object argumentValue3)
Applies a process operation with three parameters. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2,
String argumentName3,
Object argumentValue3,
String argumentName4,
Object argumentValue4)
Applies a process operation with four parameters. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2,
String argumentName3,
Object argumentValue3,
String argumentName4,
Object argumentValue4,
String argumentName5,
Object argumentValue5)
Applies a process operation with five parameters. |
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2,
String argumentName3,
Object argumentValue3,
String argumentName4,
Object argumentValue4,
String argumentName5,
Object argumentValue5,
String argumentName6,
Object argumentValue6)
Applies a process operation with six parameters. |
Operation |
CoverageProcessor.getOperation(String name)
Returns the operation for the specified name. |
protected static OperationDescriptor |
OperationJAI.getOperationDescriptor(String name)
Returns the operation descriptor for the specified JAI operation name. |
void |
CoverageProcessor.printOperations(Writer out,
String[] names)
Prints a description of operations to the specified stream. |
Constructors in org.geotools.coverage.processing that throw OperationNotFoundException | |
---|---|
BaseScaleOperationJAI(String operation)
Constructor for BaseScaleOperationJAI . |
|
BilevelOperation(String name)
Constructs a bilevel operation with an OGC's name identical to the JAI name. |
|
FilterOperation(String name)
Constructs a new filter operation. |
|
OperationJAI(String operation)
Constructs a grid coverage operation from a JAI operation name. |
Uses of OperationNotFoundException in org.geotools.coverage.processing.operation |
---|
Constructors in org.geotools.coverage.processing.operation that throw OperationNotFoundException | |
---|---|
Extrema()
Constructs a default "Extrema" operation. |
|
Histogram()
Default constructor for the Histogram operation. |
|
ZonalStats()
Constructs a default "ZonalStats" operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |