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