Collection of Reduction enumerations. More...
Header: | #include <ReductionTypes.h> |
Types
enum class | AggregateStatisticType { Count, Average, Max, Min, Mode, …, Variance } |
enum class | FeatureReductionType { ClusteringFeatureReduction } |
Detailed Description
Type Documentation
[since Esri::ArcGISRuntime 200.3]
enum class AggregateStatisticType
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.
The AggregateStatisticType can be one of:
Constant | Value | Description |
---|---|---|
AggregateStatisticType::Count | 0 | The count of geoelements in an AggregateGeoElement. |
AggregateStatisticType::Average | 1 | The average of values in the AggregateField::statisticFieldName or AggregateField::statisticExpression. |
AggregateStatisticType::Max | 2 | The largest value in the AggregateField::statisticFieldName or AggregateField::statisticExpression. |
AggregateStatisticType::Min | 3 | The smallest value in the AggregateField::statisticFieldName or AggregateField::statisticExpression. |
AggregateStatisticType::Mode | 4 | The most frequently occurring value in the AggregateField::statisticFieldName or AggregateField::statisticExpression. |
AggregateStatisticType::StandardDeviation | 5 | The standard deviation of values in the AggregateField::statisticFieldName or AggregateField::statisticExpression. |
AggregateStatisticType::Sum | 6 | The sum of values in the AggregateField::statisticFieldName or AggregateField::statisticExpression. |
AggregateStatisticType::Variance | 7 | The variance of values in the AggregateField::statisticFieldName or AggregateField::statisticExpression. |
This enum was introduced or modified in Esri::ArcGISRuntime 200.3.
[since Esri::ArcGISRuntime 200.2]
enum class FeatureReductionType
The list of feature reduction types.
The FeatureReductionType can be one of:
Constant | Value | Description |
---|---|---|
FeatureReductionType::ClusteringFeatureReduction | 1 | Clustering feature reduction. |
This enum was introduced or modified in Esri::ArcGISRuntime 200.2.