Uses of Class
org.geotools.process.vector.AggregateProcess.AggregationFunction
-
Packages that use AggregateProcess.AggregationFunction Package Description org.geotools.process.vector Vector processing support for the GeoTools library. -
-
Uses of AggregateProcess.AggregationFunction in org.geotools.process.vector
Methods in org.geotools.process.vector that return AggregateProcess.AggregationFunction Modifier and Type Method Description static AggregateProcess.AggregationFunction
AggregateProcess.AggregationFunction. valueOf(String name)
Returns the enum constant of this type with the specified name.static AggregateProcess.AggregationFunction[]
AggregateProcess.AggregationFunction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.process.vector that return types with arguments of type AggregateProcess.AggregationFunction Modifier and Type Method Description Set<AggregateProcess.AggregationFunction>
AggregateProcess.Results. getFunctions()
EnumMap<AggregateProcess.AggregationFunction,Number>
AggregateProcess.Results. getResults()
Method parameters in org.geotools.process.vector with type arguments of type AggregateProcess.AggregationFunction Modifier and Type Method Description AggregateProcess.Results
AggregateProcess. execute(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, List<String> groupByAttributes, ProgressListener progressListener)
AggregateProcess.Results
AggregateProcess. execute(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, ProgressListener progressListener)
static AggregateProcess.Results
AggregateProcess. process(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, Boolean singlePass, ProgressListener progressListener)
Computes various attribute statistics over vector data setsstatic AggregateProcess.Results
AggregateProcess. process(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, List<String> groupByAttributes, Boolean singlePass, ProgressListener progressListener)
Constructor parameters in org.geotools.process.vector with type arguments of type AggregateProcess.AggregationFunction Constructor Description Results(String aggregateAttribute, Set<AggregateProcess.AggregationFunction> functions, EnumMap<AggregateProcess.AggregationFunction,Number> results)
Results(String aggregateAttribute, Set<AggregateProcess.AggregationFunction> functions, EnumMap<AggregateProcess.AggregationFunction,Number> results)
Results(String aggregateAttribute, Set<AggregateProcess.AggregationFunction> functions, List<String> groupByAttributes, List<Object[]> groupByResult)
-