java.lang.Object
com.esri.arcgisruntime.mapping.reduction.AggregateField

public final class AggregateField extends Object
Defines a field or statistical ArcadeExpression for summarizing aggregated data from an AggregationFeatureReduction.

Feature reduction uses statistical methods to aggregate geoelements into logical groups based on their location. Attribute values for each group (AggregateGeoElement) can be summarized for any numeric field using a specified AggregateStatisticType, such as the average, maximum, or sum. A common workflow is to summarize aggregated groups with the number of geoelements they represent.

Since:
200.3.0