Package | Description |
---|---|
org.geotools.feature.visitor |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
GroupByVisitorBuilder |
GroupByVisitorBuilder.withAggregateVisitor(Aggregate aggregateVisitor) |
Constructor and Description |
---|
GroupByResult(Map<List<Object>,CalcResult> results,
Aggregate aggregateVisitor,
List<Expression> groupByAttributes) |
GroupByVisitor(Aggregate aggregateVisitor,
Expression expression,
List<Expression> groupByAttributes,
ProgressListener progressListener) |
Copyright © 1996–2019 Geotools. All rights reserved.