Uses of Class
org.geotools.process.vector.AggregateProcess.Results
- 
Packages that use AggregateProcess.Results Package Description org.geotools.process.vector Vector processing support for the GeoTools library.
- 
- 
Uses of AggregateProcess.Results in org.geotools.process.vectorMethods in org.geotools.process.vector that return AggregateProcess.Results Modifier and Type Method Description AggregateProcess.ResultsAggregateProcess. execute(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, List<String> groupByAttributes, ProgressListener progressListener)AggregateProcess.ResultsAggregateProcess. execute(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, ProgressListener progressListener)static AggregateProcess.ResultsAggregateProcess. process(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, Boolean singlePass, ProgressListener progressListener)Computes various attribute statistics over vector data setsstatic AggregateProcess.ResultsAggregateProcess. process(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, List<String> groupByAttributes, Boolean singlePass, ProgressListener progressListener)
 
-