Collection of Reduction enumerations. More...
Header | #include <Reduction |
Types
(since Esri enum class | Aggregate |
(since Esri enum class | Feature |
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 |
---|---|---|
Aggregate | 0 | The count of geoelements in an Aggregate |
Aggregate | 1 | The average of values in the Aggregate |
Aggregate | 2 | The largest value in the Aggregate |
Aggregate | 3 | The smallest value in the Aggregate |
Aggregate | 4 | The most frequently occurring value in the Aggregate |
Aggregate | 5 | The standard deviation of values in the Aggregate |
Aggregate | 6 | The sum of values in the Aggregate |
Aggregate | 7 | The variance of values in the Aggregate |
This enum was introduced 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 |
---|---|---|
Feature | 1 | Clustering feature reduction. |
This enum was introduced in Esri::ArcGISRuntime 200.2.