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