<ReductionTypes.h> Proxy Page

Types

enum class AggregateStatisticType { Count, Average, Max, Min, Mode, …, Variance }
enum class FeatureReductionType { ClusteringFeatureReduction }

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:

ConstantValueDescription
<ReductionTypes.h>::AggregateStatisticType::Count0The count of geoelements in an AggregateGeoElement.
<ReductionTypes.h>::AggregateStatisticType::Average1The average of values in the AggregateField::statisticFieldName or AggregateField::statisticExpression.
<ReductionTypes.h>::AggregateStatisticType::Max2The largest value in the AggregateField::statisticFieldName or AggregateField::statisticExpression.
<ReductionTypes.h>::AggregateStatisticType::Min3The smallest value in the AggregateField::statisticFieldName or AggregateField::statisticExpression.
<ReductionTypes.h>::AggregateStatisticType::Mode4The most frequently occurring value in the AggregateField::statisticFieldName or AggregateField::statisticExpression.
<ReductionTypes.h>::AggregateStatisticType::StandardDeviation5The standard deviation of values in the AggregateField::statisticFieldName or AggregateField::statisticExpression.
<ReductionTypes.h>::AggregateStatisticType::Sum6The sum of values in the AggregateField::statisticFieldName or AggregateField::statisticExpression.
<ReductionTypes.h>::AggregateStatisticType::Variance7The 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:

ConstantValueDescription
<ReductionTypes.h>::FeatureReductionType::ClusteringFeatureReduction1Clustering feature reduction.

This enum was introduced or modified in Esri::ArcGISRuntime 200.2.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.