WPS Processes
List of all processes available to GeoServer. Click on 'Build process' to launch the process builder for a process.
gs:Grid | Generates a georeferenced regular grid of cells. Output contains the attributes: cell - the cell polygon; id - a unique identifier; centerX and centerY - the ordinates of the cell center. | View details Build process |
gs:InclusionFeatureCollection | Returns a feature collection consisting of the features from the first collection which are spatially contained in at least one feature of the second collection. | View details Build process |
gs:IntersectionFeatureCollection | Spatial intersection of two feature collections, incuding combining attributes from both. | View details Build process |
gs:LRSGeocode | Extracts points at a given measure from LRS features | View details Build process |
gs:LRSMeasure | Computes the measure of a point along a feature (as feature with attribute lrs_measure). The point is measured along the nearest feature. | View details Build process |
gs:LRSSegment | Extracts segment between a given start and end measure from LRS features | View details Build process |
gs:Nearest | Returns the feature in a given feature collection that has the smallest distance to a given point. | View details Build process |
gs:PointBuffers | Returns a collection of circular buffer polygons with specified radii centered on a given point | View details Build process |
gs:Query | Queries a feature collection using an optional filter and an optional list of attributes to include. Can also be used to convert feature collection format. | View details Build process |
gs:RectangularClip | Clips (crops) features to the specified rectangular extent | View details Build process |
gs:Reproject | Reprojects features into a supplied coordinate reference system. Can also force a feature collection to have a given CRS. | View details Build process |
gs:Simplify | Simplifies feature geometry by reducing vertices using Douglas-Peucker simplification. | View details Build process |
gs:Snap | Returns the feature in a feature collection nearest to a given point. Attributes for distance and bearing are added. | View details Build process |
gs:Transform | Computes a new feature collection from the input one by renaming, deleting, and computing new attributes. Attribute values are specified as ECQL expressions in the form name=expression. | View details Build process |
gs:UnionFeatureCollection | Returns single feature collection containing all features from two input feature collections. The output attribute schema is a combination of the attributes from the inputs. Attributes with same name but different types will be converted to strings. | View details Build process |
gs:Unique | Returns the unique values of a given attribute in a feature collection. | View details Build process |
gs:VectorZonalStatistics | Computes statistics for the distribution of a given attribute in a set of polygonal zones. Input must be points. | View details Build process |