AggregateField.withFieldName constructor
- required String name,
- required String statisticFieldName,
- required AggregateStatisticType statisticType,
Creates an AggregateField object.
Parameters:
name— A name that uniquely identifies the aggregate field within the AggregationFeatureReduction.aggregateFields collection.statisticFieldName— An attribute name from the source dataset that contains numeric values to summarize.statisticType— Type of statistic used to summarize numeric field for aggregated geoelements.