|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
org.geotools.gp | Grid coverage processing implementation. |
Uses of Operation in org.geotools.gp |
Subclasses of Operation in org.geotools.gp | |
class |
OperationJAI
Wrap an OperationDescriptor for interoperability with
Java Advanced Imaging.
|
Methods in org.geotools.gp that return Operation | |
Operation[] |
GridCoverageProcessor.getOperations()
Deprecated. Retrieve grid processing operation informations. |
Operation |
GridCoverageProcessor.getOperation(java.lang.String name)
Deprecated. Returns the operation for the specified name. |
Methods in org.geotools.gp with parameters of type Operation | |
protected void |
GridCoverageProcessor.addOperation(Operation operation)
Deprecated. Add the specified operation to this processor. |
GridCoverage |
GridCoverageProcessor.doOperation(Operation operation,
javax.media.jai.ParameterList parameters)
Deprecated. Apply a process operation to a grid coverage. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |