Uses of Class
org.geotools.process.factory.AnnotationDrivenProcessFactory
Packages that use AnnotationDrivenProcessFactory
Package
Description
Geometry processing support for the GeoTools library.
Raster processing support for the GeoTools library.
Vector processing support for the GeoTools library.
-
Uses of AnnotationDrivenProcessFactory in org.geotools.process.factory
Subclasses of AnnotationDrivenProcessFactory in org.geotools.process.factoryModifier and TypeClassDescriptionclass
Annotation driven process factory; used to wrap up a bunch of Java beans as a single Process Factory.class
Grabbed from Geotools and generalized a bit, should go back into GeoTools once improved enough. -
Uses of AnnotationDrivenProcessFactory in org.geotools.process.geometry
Subclasses of AnnotationDrivenProcessFactory in org.geotools.process.geometryModifier and TypeClassDescriptionclass
class
A process factory exposing all the annotated methods inGeometryFunctions
class
Based on Vladimir Agafonkin's Algorithm https://www.mapbox.com/blog/polygon-center/class
-
Uses of AnnotationDrivenProcessFactory in org.geotools.process.raster
Subclasses of AnnotationDrivenProcessFactory in org.geotools.process.raster -
Uses of AnnotationDrivenProcessFactory in org.geotools.process.vector
Subclasses of AnnotationDrivenProcessFactory in org.geotools.process.vectorModifier and TypeClassDescriptionclass
Factory providing a number of processes for working with feature data.