Uses of Class
org.geotools.feature.visitor.Aggregate
-
Packages that use Aggregate Package Description org.geotools.feature.visitor -
-
Uses of Aggregate in org.geotools.feature.visitor
Methods in org.geotools.feature.visitor that return Aggregate Modifier and Type Method Description Aggregate
GroupByVisitor.GroupByResult. getAggregateVisitor()
static Aggregate
Aggregate. valueOf(String name)
Returns the enum constant of this type 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 type, in the order they are declared.Methods in org.geotools.feature.visitor with parameters of type Aggregate Modifier and Type Method Description GroupByVisitorBuilder
GroupByVisitorBuilder. withAggregateVisitor(Aggregate aggregateVisitor)
Constructors in org.geotools.feature.visitor with parameters of type Aggregate Constructor Description GroupByResult(Map<List<Object>,CalcResult> results, Aggregate aggregateVisitor, List<Expression> groupByAttributes)
GroupByVisitor(Aggregate aggregateVisitor, Expression expression, List<Expression> groupByAttributes, ProgressListener progressListener)
-