Package org.geotools.process.vector
Class ContourProcess
- Object
- 
- ContourProcess
 
- 
- All Implemented Interfaces:
- VectorProcess
 
 public class ContourProcess extends Object implements VectorProcess - Author:
- ian
 
- 
- 
Constructor SummaryConstructors Constructor Description ContourProcess()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollectionexecute(FeatureCollection features, String propertyName, double[] levels, Double interval, Boolean simplify, Boolean smooth, ProgressListener progressListener)
 
- 
- 
- 
Method Detail- 
executepublic SimpleFeatureCollection execute(FeatureCollection features, String propertyName, double[] levels, Double interval, Boolean simplify, Boolean smooth, ProgressListener progressListener) throws ProcessException - Throws:
- ProcessException
 
 
- 
 
-