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 SummaryConstructors Constructor Description SimplifyProcess()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollectionexecute(SimpleFeatureCollection features, double distance, boolean preserveTopology)
 
- 
- 
- 
Method Detail- 
executepublic SimpleFeatureCollection execute(SimpleFeatureCollection features, double distance, boolean preserveTopology) throws ProcessException - Throws:
- ProcessException
 
 
- 
 
-