Package org.geotools.process.vector
Class VectorProcessFactory
Object
AnnotationDrivenProcessFactory
AnnotatedBeanProcessFactory
VectorProcessFactory
- All Implemented Interfaces:
ProcessFactory
,Factory
,OptionalFactory
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 -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class AnnotatedBeanProcessFactory
createProcessBean, getNames, getProcessDescription, method
Methods inherited from class AnnotationDrivenProcessFactory
create, getDescription, getImplementationHints, getParameterInfo, getResultInfo, getTitle, getTitle, getVersion, isAvailable, lookupClipOnRenderingArea, lookupCustomizeReadParams, lookupInvertGridGeometry, lookupInvertQuery, supportsProgress
-
Constructor Details
-
VectorProcessFactory
public VectorProcessFactory()
-
-
Method Details
-
getRegistry
-