ArcGIS Runtime SDK for iOS
100.15
|
Result of queries that return statistics.
Instances of this class represent results of queries that return statistics. This class has methods that can be used to iterate over the statistics. The AGSStatisticRecordEnumerator
class conforms to NSFastEnumeration
which permits the statistic records to be enumerated conveniently using a for-in loop. For example -
Instance Methods | |
(AGSStatisticRecordEnumerator *) | - statisticRecordEnumerator |
- (AGSStatisticRecordEnumerator*) statisticRecordEnumerator |
Returns an enumerator object that lets you access each statistic.