| Class | Description |
|---|---|
| AnnotatedBeanProcessFactory |
Annotation driven process factory; used to wrap up a bunch of Java beans as a single Process
Factory.
|
| AnnotatedBeanProcessFactory.BeanFactoryRegistry<T> |
Subclass of FactoryRegistry meant for convenience of looking up all the classes that
implement a specific bean interface.
|
| AnnotationDrivenProcessFactory |
A process factory that uses annotations to determine much of the metadata needed to describe a
Process. |
| StaticMethodsProcessFactory<T> |
Grabbed from Geotools and generalized a bit, should go back into GeoTools once improved enough.
|
| Annotation Type | Description |
|---|---|
| DescribeParameter |
Annotates static method parameters for publication by
StaticMethodsProcessFactory. |
| DescribeProcess |
DescribeProcess information for publication by DEMProcessFactory.
|
| DescribeResult |
DescribeProcess information for publication by DEMProcessFactory.
|
| DescribeResults |
Used to report multiple outputs out of a process
|
Copyright © 1996–2019 Geotools. All rights reserved.