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