Package org.geotools.process.vector
Class ClassifyByRangeProcess
- Object
-
- ClassifyByRangeProcess
-
- All Implemented Interfaces:
VectorProcess
public class ClassifyByRangeProcess extends Object implements VectorProcess
Computes a new attribute to classify another attribute by intervals over vector data sets.- Author:
- Mauro Bartolomeoli
-
-
Constructor Summary
Constructors Constructor Description ClassifyByRangeProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollection
execute(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType)
-
-
-
Method Detail
-
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
-
-