Package org.geotools.process.vector
Class RectangularClipProcess
Object
RectangularClipProcess
- All Implemented Interfaces:
VectorProcess
A process clipping the geometries in the input feature collection to a specified rectangle
- Author:
- Andrea Aime - OpenGeo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ)
-
Constructor Details
-
RectangularClipProcess
public RectangularClipProcess()
-
-
Method Details
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ) throws ProcessException - Throws:
ProcessException
-