Aggregate Statistic Type
The list of possible statistic types that can be used for aggregating geoelements. Defines the type of statistic for summarizing values returned from the AggregateField.statisticFieldName or AggregateField.statisticExpression for geoelements in an AggregateGeoElement.
Since
200.3.0
Inheritors
Types
The average of values in the AggregateField.statisticFieldName or AggregateField.statisticExpression.
The count of geoelements in an AggregateGeoElement.
The largest value in the AggregateField.statisticFieldName or AggregateField.statisticExpression.
The smallest value in the AggregateField.statisticFieldName or AggregateField.statisticExpression.
The most frequently occurring value in the AggregateField.statisticFieldName or AggregateField.statisticExpression.
The standard deviation of values in the AggregateField.statisticFieldName or AggregateField.statisticExpression.
The sum of values in the AggregateField.statisticFieldName or AggregateField.statisticExpression.
The variance of values in the AggregateField.statisticFieldName or AggregateField.statisticExpression.