AggregateField.withArcadeExpression constructor
- required String name,
- required ArcadeExpression statisticExpression,
- required AggregateStatisticType statisticType,
Creates an AggregateField object.
Parameters:
name— A name that uniquely identifies the aggregate field within the AggregationFeatureReduction.aggregateFields collection.statisticExpression— An Arcade expression that evaluates to either a string or a number.statisticType— Type of statistic used to summarize numeric field for aggregated geoelements.