Package org.geotools.process.vector
Class GridProcess
Object
GridProcess
- All Implemented Interfaces:
VectorProcess
A process that builds a regular grid as a feature collection
- Author:
- Andrea Aime - GeoSolutions
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode)
-
Constructor Details
-
GridProcess
public GridProcess()
-
-
Method Details
-
execute
public SimpleFeatureCollection execute(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode) throws ProcessException - Throws:
ProcessException
-