Uses of Enum Class
org.geotools.process.vector.AggregateProcess.AggregationFunction
Packages that use AggregateProcess.AggregationFunction
-
Uses of AggregateProcess.AggregationFunction in org.geotools.process.vector
Methods in org.geotools.process.vector that return AggregateProcess.AggregationFunctionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AggregateProcess.AggregationFunction[]
AggregateProcess.AggregationFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.process.vector that return types with arguments of type AggregateProcess.AggregationFunctionModifier and TypeMethodDescriptionAggregateProcess.Results.getFunctions()
AggregateProcess.Results.getResults()
Method parameters in org.geotools.process.vector with type arguments of type AggregateProcess.AggregationFunctionModifier and TypeMethodDescriptionAggregateProcess.execute
(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, List<String> groupByAttributes, ProgressListener progressListener) 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.AggregationFunctionModifierConstructorDescriptionResults
(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, SimpleFeatureType schema)