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