Uses of Class
org.geotools.gp.OperationNotFoundException

Packages that use OperationNotFoundException
org.geotools.gp Grid coverage processing implementation.  
 

Uses of OperationNotFoundException in org.geotools.gp
 

Methods in org.geotools.gp that throw OperationNotFoundException
protected static javax.media.jai.OperationDescriptor OperationJAI.getOperationDescriptor(java.lang.String name)
          Returns the operation descriptor for the specified JAI operation name.
 Operation GridCoverageProcessor.getOperation(java.lang.String name)
          Deprecated. Returns the operation for the specified name.
 GridCoverage GridCoverageProcessor.doOperation(java.lang.String operationName, GridCoverage source)
          Deprecated. Convenience method applying a process operation with default parameters.
 GridCoverage GridCoverageProcessor.doOperation(java.lang.String operationName, GridCoverage source, java.lang.String argumentName1, java.lang.Object argumentValue1)
          Deprecated. Convenience method applying a process operation with one parameter.
 GridCoverage GridCoverageProcessor.doOperation(java.lang.String operationName, GridCoverage source, java.lang.String argumentName1, java.lang.Object argumentValue1, java.lang.String argumentName2, java.lang.Object argumentValue2)
          Deprecated. Convenience method applying a process operation with two parameters.
 GridCoverage GridCoverageProcessor.doOperation(java.lang.String operationName, GridCoverage source, java.lang.String argumentName1, java.lang.Object argumentValue1, java.lang.String argumentName2, java.lang.Object argumentValue2, java.lang.String argumentName3, java.lang.Object argumentValue3)
          Deprecated. Convenience method applying a process operation with three parameters.
 GridCoverage GridCoverageProcessor.doOperation(java.lang.String operationName, javax.media.jai.ParameterList parameters)
          Deprecated. Apply a process operation to a grid coverage.
 

Constructors in org.geotools.gp that throw OperationNotFoundException
OperationJAI(java.lang.String operationName)
          Construct an OpenGIS operation from a JAI operation name.
 



Copyright © GeoTools. All Rights Reserved.