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.visitorMethods in org.geotools.feature.visitor that return Aggregate Modifier and Type Method Description AggregateGroupByVisitor. getAggregate()Returns the aggregate visitor used by this group by visitor.AggregateGroupByVisitor.GroupByResult. getAggregateVisitor()static AggregateAggregate. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregateAggregate. 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 GroupByVisitorBuilderGroupByVisitorBuilder. 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)
 
-