Package org.geotools.process.vector
Class UniqueProcess
- Object
- 
- UniqueProcess
 
- 
- All Implemented Interfaces:
- VectorProcess
 
 public class UniqueProcess extends Object implements VectorProcess Returns the unique values of a certain attribute- Author:
- Andrea Aime
 
- 
- 
Constructor SummaryConstructors Constructor Description UniqueProcess()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollectionexecute(SimpleFeatureCollection features, String attribute, ProgressListener progressListener)
 
- 
- 
- 
Method Detail- 
executepublic SimpleFeatureCollection execute(SimpleFeatureCollection features, String attribute, ProgressListener progressListener) throws Exception - Throws:
- Exception
 
 
- 
 
-