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 Summary
Constructors Constructor Description RectangularClipProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollection
execute(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ)
-
-
-
Method Detail
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ) throws ProcessException
- Throws:
ProcessException
-
-