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 SummaryNested Classes Modifier and Type Class Description static classGridProcess.GridMode
 - 
Constructor SummaryConstructors Constructor Description GridProcess()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollectionexecute(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode)
 
- 
- 
- 
Method Detail- 
executepublic SimpleFeatureCollection execute(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode) throws ProcessException - Throws:
- ProcessException
 
 
- 
 
-