Package org.geotools.process.vector
Class ClipProcess
Object
ClipProcess
- All Implemented Interfaces:
VectorProcess
Modified version that can preserve Z values after the clip
- Author:
- Andrea Aime - GeoSolutions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(SimpleFeatureCollection features, Geometry clip, Boolean preserveZ)
-
Constructor Details
-
ClipProcess
public ClipProcess()
-
-
Method Details
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection features, Geometry clip, Boolean preserveZ) throws ProcessException - Throws:
ProcessException
-