ArcGIS Runtime SDK for iOS
100.15
|
An individual statistic record.
Instances of this class represent an individual statistic record in a collection that is iterated over using AGSStatisticRecordEnumerator
.
Properties | |
NSDictionary< NSString *, id > * | group |
NSDictionary< NSString *, id > * | statistics |
|
readnonatomiccopy |
Dictionary containing names of fields specified in AGSStatisticsQueryParameters::groupByFieldNames
and their associated values. The type of value depends upon the type of the field.
|
readnonatomiccopy |
Dictionary of statistics values returned in the query result. The keys match the output alias specified in AGSStatisticDefinition::outputAlias
and values are of type float or string.