Uses of Enum Class
org.geotools.feature.visitor.Aggregate
Packages that use Aggregate
-
Uses of Aggregate in org.geotools.feature.visitor
Methods in org.geotools.feature.visitor that return AggregateModifier and TypeMethodDescriptionGroupByVisitor.getAggregate()
Returns the aggregate visitor used by this group by visitor.GroupByVisitor.GroupByResult.getAggregateVisitor()
static Aggregate
Returns the enum constant of this class with the specified name.static Aggregate
Aggregate.valueOfIgnoreCase
(String visitorName) Helper method that given a visitor name returns the appropriate enum constant.static Aggregate[]
Aggregate.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.feature.visitor with parameters of type AggregateModifier and TypeMethodDescriptionGroupByVisitorBuilder.withAggregateVisitor
(Aggregate aggregateVisitor) Constructors in org.geotools.feature.visitor with parameters of type AggregateModifierConstructorDescriptionGroupByResult
(Map<List<Object>, CalcResult> results, Aggregate aggregateVisitor, List<Expression> groupByAttributes) GroupByVisitor
(Aggregate aggregateVisitor, Expression expression, List<Expression> groupByAttributes, ProgressListener progressListener)