Package org.geotools.process.vector
Class RectangularClipProcess
- Object
- 
- RectangularClipProcess
 
- 
- All Implemented Interfaces:
- VectorProcess
 
 public class RectangularClipProcess extends Object implements VectorProcess A process clipping the geometries in the input feature collection to a specified rectangle- Author:
- Andrea Aime - OpenGeo
 
- 
- 
Constructor SummaryConstructors Constructor Description RectangularClipProcess()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollectionexecute(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ)
 
- 
- 
- 
Method Detail- 
executepublic SimpleFeatureCollection execute(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ) throws ProcessException - Throws:
- ProcessException
 
 
- 
 
-