|
ArcGIS Runtime SDK for iOS
100.15
|
An enumerator to iterate over statistic results.
Instances of this class represent an enumerator to iterate over AGSStatisticRecord objects.
Instance Methods | |
| (BOOL) | - hasNextObject |
| (nullable AGSStatisticRecord *) | - nextObject |
| (void) | - reset |
Properties | |
| NSArray< AGSStatisticRecord * > * | allObjects |
| - (BOOL) hasNextObject |
returns YES if there is another statistic record available
| - (nullable AGSStatisticRecord*) nextObject |
Returns the next statistic record.
| - (void) reset |
puts the cursor back to the beginning
|
readnonatomiccopy |
Provides all the statistic records that can be enumerated as an array of AGSStatisticRecord objects.
nextObject.