Package org.geotools.process.vector
Class VectorProcessFactory
- Object
-
- AnnotationDrivenProcessFactory
-
- AnnotatedBeanProcessFactory
-
- VectorProcessFactory
-
- All Implemented Interfaces:
ProcessFactory
,Factory
,OptionalFactory
public class VectorProcessFactory extends AnnotatedBeanProcessFactory
Factory providing a number of processes for working with feature data.Internally this factory makes use of the information provided by the
DescribeProcess
annotations to produce the correct process description.- Author:
- Jody Garnett (LISAsoft)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class AnnotatedBeanProcessFactory
AnnotatedBeanProcessFactory.BeanFactoryRegistry<T>
-
-
Field Summary
-
Fields inherited from class AnnotationDrivenProcessFactory
namespace
-
-
Constructor Summary
Constructors Constructor Description VectorProcessFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AnnotatedBeanProcessFactory.BeanFactoryRegistry<VectorProcess>
getRegistry()
-
Methods inherited from class AnnotatedBeanProcessFactory
createProcessBean, getNames, getProcessDescription, method
-
-
-
-
Method Detail
-
getRegistry
public static AnnotatedBeanProcessFactory.BeanFactoryRegistry<VectorProcess> getRegistry()
-
-