Package org.geotools.process.vector
Class CountProcess
- Object
- 
- CountProcess
 
- 
- All Implemented Interfaces:
- VectorProcess
 
 public class CountProcess extends Object implements VectorProcess Counts the elements in the collection (useful as a WFS sidekick)- Author:
- Andrea Aime
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCountProcess.AggregationFunctionThe functions this process can handle
 - 
Constructor SummaryConstructors Constructor Description CountProcess()
 
- 
- 
- 
Method Detail- 
executepublic Number execute(SimpleFeatureCollection features) throws Exception - Throws:
- Exception
 
 
- 
 
-