Uses of Class
org.geotools.process.factory.AnnotationDrivenProcessFactory
-
Packages that use AnnotationDrivenProcessFactory Package Description org.geotools.process.factory org.geotools.process.geometry Geometry processing support for the GeoTools library.org.geotools.process.raster Raster processing support for the GeoTools library.org.geotools.process.vector Vector processing support for the GeoTools library. -
-
Uses of AnnotationDrivenProcessFactory in org.geotools.process.factory
Subclasses of AnnotationDrivenProcessFactory in org.geotools.process.factory Modifier and Type Class Description class
AnnotatedBeanProcessFactory
Annotation driven process factory; used to wrap up a bunch of Java beans as a single Process Factory.class
StaticMethodsProcessFactory<T>
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.geometry Modifier and Type Class Description class
CenterLineProcess
class
GeometryProcessFactory
A process factory exposing all the annotated methods inGeometryFunctions
class
PolygonLabelProcess
Based on Vladimir Agafonkin's Algorithm https://www.mapbox.com/blog/polygon-center/class
SkeletonizeProcess
-
Uses of AnnotationDrivenProcessFactory in org.geotools.process.raster
Subclasses of AnnotationDrivenProcessFactory in org.geotools.process.raster Modifier and Type Class Description class
RasterProcessFactory
-
Uses of AnnotationDrivenProcessFactory in org.geotools.process.vector
Subclasses of AnnotationDrivenProcessFactory in org.geotools.process.vector Modifier and Type Class Description class
VectorProcessFactory
Factory providing a number of processes for working with feature data.
-