Package org.geotools.process.vector
Class ContourProcess
Object
ContourProcess
- All Implemented Interfaces:
- VectorProcess
- Author:
- ian
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionexecute(FeatureCollection features, String propertyName, double[] levels, Double interval, Boolean simplify, Boolean smooth, ProgressListener progressListener) 
- 
Constructor Details- 
ContourProcesspublic ContourProcess()
 
- 
- 
Method Details- 
executepublic SimpleFeatureCollection execute(FeatureCollection features, String propertyName, double[] levels, Double interval, Boolean simplify, Boolean smooth, ProgressListener progressListener) throws ProcessException - Throws:
- ProcessException
 
 
-