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 classAnnotatedBeanProcessFactoryAnnotation driven process factory; used to wrap up a bunch of Java beans as a single Process Factory.classStaticMethodsProcessFactory<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 classCenterLineProcessclassGeometryProcessFactoryA process factory exposing all the annotated methods inGeometryFunctionsclassPolygonLabelProcessBased on Vladimir Agafonkin's Algorithm https://www.mapbox.com/blog/polygon-center/classSkeletonizeProcess -
Uses of AnnotationDrivenProcessFactory in org.geotools.process.raster
Subclasses of AnnotationDrivenProcessFactory in org.geotools.process.raster Modifier and Type Class Description classRasterProcessFactory -
Uses of AnnotationDrivenProcessFactory in org.geotools.process.vector
Subclasses of AnnotationDrivenProcessFactory in org.geotools.process.vector Modifier and Type Class Description classVectorProcessFactoryFactory providing a number of processes for working with feature data.
-