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