Package org.geotools.process.vector
Class SimplifyProcess
Object
SimplifyProcess
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionexecute
(SimpleFeatureCollection features, double distance, boolean preserveTopology)
-
Constructor Details
-
SimplifyProcess
public SimplifyProcess()
-
-
Method Details
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection features, double distance, boolean preserveTopology) throws ProcessException - Throws:
ProcessException
-