Uses of Annotation Interface
org.geotools.process.factory.DescribeProcess
Packages that use DescribeProcess
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 DescribeProcess in org.geotools.process.factory
Methods in org.geotools.process.factory that return DescribeProcessModifier and TypeMethodDescriptionprotected DescribeProcess
AnnotatedBeanProcessFactory.getProcessDescription
(Name name) Used to go through the list of java beans; returning the DescribeProcess annotation for each one.protected abstract DescribeProcess
AnnotationDrivenProcessFactory.getProcessDescription
(Name name) protected DescribeProcess
StaticMethodsProcessFactory.getProcessDescription
(Name name) Finds the DescribeProcess description for the specified name -
Uses of DescribeProcess in org.geotools.process.geometry
Methods in org.geotools.process.geometry with annotations of type DescribeProcessModifier and TypeMethodDescriptionstatic double
static Geometry
static Geometry
GeometryFunctions.buffer
(Geometry geom, double distance, Integer quadrantSegments, GeometryFunctions.BufferCapStyle capStyle) static Geometry
CenterLineProcess.centerLine
(Geometry geometry, Double tolerance) static Geometry
SkeletonizeProcess.centerLine
(Geometry geometry, Double tolerance) static Geometry
static boolean
static Geometry
GeometryFunctions.convexHull
(Geometry geom) static boolean
static Geometry
static Geometry
GeometryFunctions.difference
(Geometry a, Geometry b) static int
static boolean
static double
static Point
GeometryFunctions.endPoint
(LineString line) static Geometry
static boolean
GeometryFunctions.equalsExact
(Geometry a, Geometry b) static boolean
GeometryFunctions.equalsExactTolerance
(Geometry a, Geometry b, double tolerance) static Geometry
GeometryFunctions.exteriorRing
(Polygon polygon) static String
GeometryFunctions.geometryType
(Geometry geom) static Geometry
GeometryFunctions.getGeometryN
(GeometryCollection collection, int index) static double
static double
static Geometry
GeometryFunctions.interiorPoint
(Geometry geom) static Geometry
GeometryFunctions.interiorRingN
(Polygon polygon, int index) static Geometry
GeometryFunctions.intersection
(Geometry a, Geometry b) static boolean
GeometryFunctions.intersects
(Geometry a, Geometry b) static boolean
GeometryFunctions.isClosed
(LineString line) static boolean
static boolean
GeometryFunctions.isRing
(LineString line) static boolean
static boolean
static boolean
GeometryFunctions.isWithinDistance
(Geometry a, Geometry b, double distance) static double
static int
GeometryFunctions.numGeometries
(Geometry collection) static int
GeometryFunctions.numInteriorRing
(Polygon polygon) static int
static boolean
static Point
GeometryFunctions.pointN
(LineString line, int index) static Geometry
GeometryFunctions.polygonize
(Geometry geom) static Geometry
PolygonLabelProcess.PolyLabeller
(Geometry polygon, Double tolerance) static String
static boolean
GeometryFunctions.relatePattern
(Geometry a, Geometry b, String pattern) static Geometry
GeometryFunctions.reproject
(Geometry geometry, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Will reproject a geometry to another CRS.static Geometry
static Geometry
GeometryFunctions.splitPolygon
(Geometry polygon, LineString line) static Point
GeometryFunctions.startPoint
(LineString line) static Geometry
GeometryFunctions.symDifference
(Geometry a, Geometry b) static boolean
static Geometry
static boolean
-
Uses of DescribeProcess in org.geotools.process.raster
Classes in org.geotools.process.raster with annotations of type DescribeProcessModifier and TypeClassDescriptionclass
Add two coverages together (pixel by pixel).class
This process computes an Affine transform on the input Coverage.class
A process that build a regular cell grid where each pixel represents its effective area in the envelope in square meters.class
Process calling theBandMerge
operation.class
Process calling theSelectSampleDimension
operation.class
A process to extract contours based on values in a specified band of the input GridCoverage2D.class
class
Process that classifies vector data into "classes" using one of the following methods: Equal Interval (ClassificationMethod.EQUAL_INTERVAL
) Quantile (ClassificationMethod.QUANTILE
) Natural Breaks (ClassificationMethod.NATURAL_BREAKS
)class
Crops the coverage along the specifiedclass
A process to extract footprint from a raster.class
class
Multiply two coverages together (pixel by pixel).class
class
A process for raster to vector conversion.class
A raster reclassified processclass
A process that wraps aGridCoverage2D
as a collection of point feature.class
A process computing zonal statistics based on a raster data set and a set of polygonal zones of interestclass
This class wraps the "ZonalStats2" OperationJAI and executes the selected operation with the defined parameters.class
Applies a generic scale and translate operation to a coverageclass
Applies a raster symbolizer to the coverageclass
A transparency holes-dashes filling process -
Uses of DescribeProcess in org.geotools.process.vector
Classes in org.geotools.process.vector with annotations of type DescribeProcessModifier and TypeClassDescriptionclass
Computes various attribute statistics over vector data sets.class
A Process that uses aBarnesSurfaceInterpolator
to compute an interpolated surface over a set of irregular data points as aGridCoverage
.class
Simple process with aReferencedEnvelope
as the outputclass
Buffers a feature collection using a certain distanceclass
A process that returns the centroids for the geometries in the input feature collection.class
Computes a new attribute to classify another attribute by intervals over vector data sets.class
Modified version that can preserve Z values after the clipclass
Collects all geometries from the specified vector layer into a single GeometryCollection (or specialized subclass of it in case the geometries are uniform)class
class
Counts the elements in the collection (useful as a WFS sidekick)class
Process that classifies vector data into "classes" using one of the following methods: Equal Interval (EqualIntervalFunction
) Quantile (QuantileFunction
) Natural Breaks (JenksNaturalBreaksFunction
)class
class
class
A process that builds a regular grid as a feature collectionclass
class
A Process that uses aHeatmapSurface
to compute a heatmap surface over a set of irregular data points as aGridCoverage
.class
A process providing a feature collection containing the features of the first input collection which are included in the second feature collectionclass
A process providing the intersection between two feature collectionsclass
class
class
class
class
Generates a set of polygons, each representing the set of points within a given distance from the central point The data layer must be a point layer, the reference layer must be a polygonal one"class
A Rendering Transformation process which aggregates features into a set of visually non-conflicting point features.class
class
A process clipping the geometries in the input feature collection to a specified rectangleclass
Will reproject the features to another CRS.class
A process simplifying the geometries in the input feature collection according to a specified distance, and using either a topology preserving or a Douglas-Peuker algorithmclass
class
Used to transform a feature collection as defined using a series of expressions.class
A process providing the union between two feature collectionsclass
Returns the unique values of a certain attributeclass
A Process to rasterize vector features in an input FeatureCollection.class
Provides statistics for the distribution of a certain quantity in a set of reference areas.