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 TypeClassDescriptionclassAnnotation driven process factory; used to wrap up a bunch of Java beans as a single Process Factory.classGrabbed 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 TypeClassDescriptionclassclassA process factory exposing all the annotated methods inGeometryFunctionsclassBased 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 TypeClassDescriptionclassFactory providing a number of processes for working with feature data.