Uses of Interface
org.geotools.process.vector.VectorProcess
Packages that use VectorProcess
-
Uses of VectorProcess in org.geotools.process.vector
Classes in org.geotools.process.vector that implement VectorProcessModifier 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.Methods in org.geotools.process.vector that return types with arguments of type VectorProcess