| Name | Description | Type | Package | Framework |
| AbstractFeatureCollectionProcess | A Process for feature collections. | Class | org.geotools.process.feature | GeoTools |
|
| AbstractFeatureCollectionProcessFactory | Base class for process factories which perform an operation on each feature in a feature Subclasses must implement: | Class | org.geotools.process.feature | GeoTools |
|
| AbstractProcess | Provide an implementation of the process method to implement your own Process. | Class | org.geotools.process.impl | GeoTools |
|
| AnnotatedBeanProcessFactory | Annotation driven process factory; used to wrap up a bunch of Java beans as a single To make use of this class you will need to: | Class | org.geotools.process.factory | GeoTools |
|
| AnnotatedBeanProcessFactory .BeanFactoryRegistry | Subclass of FactoryRegistry meant for convenience of looking up all the classes that implement a specific bean interface. | Class | org.geotools.process.factory.AnnotatedBeanProcessFactory | GeoTools |
|
| AnnotationDrivenProcessFactory | A process factory that uses annotations to determine much of the metadata needed to describe a Process. | Class | org.geotools.process.factory | GeoTools |
|
| ClassificationMethod | enum ClassificationMethodEnumeration for method of classifying numeric values into ranges (classes). | Class | org.geotools.process.classify | GeoTools |
|
| ClassificationStats | A classification of data into classes, with a count and statistics for each class. | Interface | org.geotools.process.classify | GeoTools |
|
| DescribeParameter | Annotates static method parameters for publication by StaticMethodsProcessFactory. | Class | org.geotools.process.factory | GeoTools |
|
| DescribeProcess | DescribeProcess information for publication by DEMProcessFactory. | Class | org.geotools.process.factory | GeoTools |
|
| DescribeResult | DescribeProcess information for publication by DEMProcessFactory. | Class | org.geotools.process.factory | GeoTools |
|
| DescribeResults | Used to report multiple outputs out of a processRequired Element Summary | Class | org.geotools.process.factory | GeoTools |
|
| FeatureToFeatureProcess | Abstract implementation of Process for feature collections. | Class | org.geotools.process.feature | GeoTools |
|
| FeatureToFeatureProcessFactory | Base class for process factories which perform an operation on each feature in a feature collection with the result being a feature collection (the original collection modified | Class | org.geotools.process.feature | GeoTools |
|
| GSProcess | | Interface | org.geotools.process.gs | GeoTools |
|
| Process | A Process that returns a result and reports progress. | Interface | org.geotools.process | GeoTools |
|
| ProcessException | A runtime exception used when executing a process. | Class | org.geotools.process | GeoTools |
|
| ProcessExecutor | An Executor that provides methods to manage termination and methods that can produce a Progress for tracking one or more | Interface | org.geotools.process | GeoTools |
|
| ProcessFactory | Used to describe the parameters needed for a group of Process, and for creating a Process to use. | Interface | org.geotools.process | GeoTools |
|
| ProcessFunction | A wrapper allowing a Process with a single output to be called as a Function. | Class | org.geotools.process.function | GeoTools |
|
| ProcessFunctionFactory | A bridge between the process world and the filter function world: any process returning a single value can be seen as a filter function | Class | org.geotools.process.function | GeoTools |
|
| Processors | Factory and utility methods for ProcessExecutor, and Process classes defined in this package. | Class | org.geotools.process | GeoTools |
|
| Progress | Used to report on the progress of a running Process. | Interface | org.geotools.process | GeoTools |
|
| ProgressTask | An implementation of the Progress interface. | Class | org.geotools.process | GeoTools |
|
| RenderingProcess | An interface to be implemented by processes meant to be integrated as feature collection/grid coverage transformations in a rendering chain. | Interface | org.geotools.process | GeoTools |
|
| SimpleProcess | Provide an implementation for a simple process (ie so quick and easy it is not going to need to report progress as it goes). | Class | org.geotools.process.impl | GeoTools |
|
| SingleProcessFactory | Helper class for a process factory that will return just a single processAuthor:Andrea Aime - OpenGeo | Class | org.geotools.process.impl | GeoTools |
|
| StaticMethodsProcessFactory | Grabbed from Geotools and generalized a bit, should go back into GeoTools once improved enough. | Class | org.geotools.process.factory | GeoTools |
|
| ThreadPoolProcessExecutor | | Class | org.geotools.process | GeoTools |
|
| WrappingIterator | An iterator wrapping a SimpleFeatureIterator and exposing its close method. | Class | org.geotools.process.gs | GeoTools |