Package org.geotools.process.vector
Class UniqueProcess
Object
UniqueProcess
- All Implemented Interfaces:
 VectorProcess
Returns the unique values of a certain attribute
- Author:
 - Andrea Aime
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionexecute(SimpleFeatureCollection features, String attribute, ProgressListener progressListener)  
- 
Constructor Details
- 
UniqueProcess
public UniqueProcess() 
 - 
 - 
Method Details
- 
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection features, String attribute, ProgressListener progressListener) throws Exception - Throws:
 Exception
 
 -