Package org.geotools.process.vector
Class ClassifyByRangeProcess
Object
ClassifyByRangeProcess
- All Implemented Interfaces:
VectorProcess
Computes a new attribute to classify another attribute by intervals over vector data sets.
- Author:
- Mauro Bartolomeoli
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClassifyByRangeProcess
public ClassifyByRangeProcess()
-
-
Method Details
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) throws ProcessException - Throws:
ProcessException
-