AggregateStatisticType enum
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.
Values
- count → const AggregateStatisticType
-
The count of geoelements in an AggregateGeoElement.
- average → const AggregateStatisticType
-
The average of values in the AggregateField.statisticFieldName or AggregateField.statisticExpression.
- max → const AggregateStatisticType
-
The largest value in the AggregateField.statisticFieldName or AggregateField.statisticExpression.
- min → const AggregateStatisticType
-
The smallest value in the AggregateField.statisticFieldName or AggregateField.statisticExpression.
- mode → const AggregateStatisticType
-
The most frequently occurring value in the AggregateField.statisticFieldName or AggregateField.statisticExpression.
- standardDeviation → const AggregateStatisticType
-
The standard deviation of values in the AggregateField.statisticFieldName or AggregateField.statisticExpression.
- sum → const AggregateStatisticType
-
The sum of values in the AggregateField.statisticFieldName or AggregateField.statisticExpression.
- variance → const AggregateStatisticType
-
The variance of values in the AggregateField.statisticFieldName or AggregateField.statisticExpression.
Properties
- coreValue → RT_AggregateStatisticType
-
Convert to internal value.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AggregateStatisticType> - A constant List of the values in this enum, in order of their declaration.