Package org.geotools.process
package org.geotools.process
Define a Process API used to wrap up processes for reuse.
This API is made available at three levels:
- Process an interface similar in spirit to Runnable used to make spatial data manipulation, transformation, etc.. available to client code
- Processors used for discovery and creation of Process implementations
- ProcessFactory used to advertise additional implementations to the framework (via the FactorySPI plug-in system)
-
ClassDescriptionA Process that returns a result and reports progress.A runtime exception used when executing a process.Used to describe the parameters needed for a group of Process, and for creating a Process to use.Factory and utility methods for
ProcessExecutor
, andProcess
classes defined in this package.Used to report on the progress of a runningProcess
.An implementation of the Progress interface.An interface to be implemented by processes meant to be integrated as feature collection/grid coverage transformations in a rendering chain.