public static final class AggregateProcess.Results extends Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
getAggregateAttribute() |
Double |
getArea() |
Double |
getAverage() |
Long |
getCount() |
Set<AggregateProcess.AggregationFunction> |
getFunctions() |
List<String> |
getGroupByAttributes() |
List<Object[]> |
getGroupByResult() |
Double |
getMax() |
Double |
getMedian() |
Double |
getMin() |
EnumMap<AggregateProcess.AggregationFunction,Number> |
getResults() |
Double |
getStandardDeviation() |
Double |
getSum() |
public Results(String aggregateAttribute, Set<AggregateProcess.AggregationFunction> functions, List<String> groupByAttributes, List<Object[]> groupByResult)
public Results(String aggregateAttribute, Set<AggregateProcess.AggregationFunction> functions, EnumMap<AggregateProcess.AggregationFunction,Number> results)
public Double getMin()
public Double getMax()
public Double getMedian()
public Double getAverage()
public Double getStandardDeviation()
public Double getSum()
public Double getArea()
public Long getCount()
public String getAggregateAttribute()
public Set<AggregateProcess.AggregationFunction> getFunctions()
public EnumMap<AggregateProcess.AggregationFunction,Number> getResults()
Copyright © 1996–2019 Geotools. All rights reserved.