Uses of Class
org.geotools.api.coverage.processing.OperationNotFoundException
Packages that use OperationNotFoundException
Package
Description
Coverage processing
implementations.
List of coverage operations.
Helper classes for building images.
-
Uses of OperationNotFoundException in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that throw OperationNotFoundExceptionModifier and TypeMethodDescriptionCoverageProcessor.doOperation
(ParameterValueGroup parameters) Applies a process operation to a coverage.protected final Coverage
Operations.doOperation
(String operationName, Coverage source) Applies a process operation with default parameters.protected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1) Applies a process operation with one parameter.protected final Coverage
Operations.doOperation
(String operationName, Coverage source, String argumentName1, Object argumentValue1, String argumentName2, Object argumentValue2) Applies process operation with two parameters.protected final 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 final 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 final 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 final 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.protected final Coverage
Operations.doOperation
(String operationName, Coverage source0, Coverage source1) Applies a process binary operation on two coverages with default parameters.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 OperationNotFoundExceptionModifierConstructorDescriptionBaseScaleOperationJAI
(String operation) Constructor forBaseScaleOperationJAI
.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 -
Uses of OperationNotFoundException in org.geotools.image
Methods in org.geotools.image that throw OperationNotFoundExceptionModifier and TypeMethodDescriptionprotected static OperationDescriptor
ImageWorker.getOperationDescriptor
(String name)