Package org.geotools.process.vector
Class SimplifyProcess
- Object
-
- SimplifyProcess
-
- All Implemented Interfaces:
VectorProcess
public class SimplifyProcess extends Object implements VectorProcess
A process simplifying the geometries in the input feature collection according to a specified distance, and using either a topology preserving or a Douglas-Peuker algorithm- Author:
- Andrea Aime - OpenGeo
-
-
Constructor Summary
Constructors Constructor Description SimplifyProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollection
execute(SimpleFeatureCollection features, double distance, boolean preserveTopology)
-
-
-
Method Detail
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection features, double distance, boolean preserveTopology) throws ProcessException
- Throws:
ProcessException
-
-