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 SummaryConstructors Constructor Description ClassifyByRangeProcess()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollectionexecute(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType)
 
- 
- 
- 
Method Detail- 
executepublic SimpleFeatureCollection execute(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) throws ProcessException - Throws:
- ProcessException
 
 
- 
 
-