Package org.geotools.process.factory
-
Class Summary 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 aProcess
.StaticMethodsProcessFactory<T> Grabbed from Geotools and generalized a bit, should go back into GeoTools once improved enough. -
Annotation Types Summary Annotation Type Description DescribeParameter Annotates static method parameters for publication byStaticMethodsProcessFactory
.DescribeProcess DescribeProcess information for publication by DEMProcessFactory.DescribeResult DescribeProcess information for publication by DEMProcessFactory.DescribeResults Used to report multiple outputs out of a process