Uses of Class
org.n52.io.response.dataset.AggregationOutput
-
Packages that use AggregationOutput Package Description org.n52.io.response.dataset -
-
Uses of AggregationOutput in org.n52.io.response.dataset
Methods in org.n52.io.response.dataset that return AggregationOutput Modifier and Type Method Description AggregationOutput<V>AggregationOutput. setAvg(OptionalOutput<BigDecimal> avg)AggregationOutput<V>AggregationOutput. setCount(OptionalOutput<Long> count)AggregationOutput<V>AggregationOutput. setMax(OptionalOutput<V> max)AggregationOutput<V>AggregationOutput. setMin(OptionalOutput<V> min)
-