ArcGIS Runtime SDK for iOS
100.15
|
Result of queries that return features.
Instances of this class represent results of queries that return features. This class has methods that can be used to iterate over the collection of features. The AGSFeatureEnumerator
class conforms to NSFastEnumeration
which permits the collection to be enumerated conveniently using a for-in loop. For example:
Instance Methods | |
(AGSFeatureEnumerator *) | - featureEnumerator |
Properties | |
NSArray< AGSField * > * | fields |
AGSGeometryType | geometryType |
AGSSpatialReference * | spatialReference |
BOOL | transferLimitExceeded |
- (AGSFeatureEnumerator*) featureEnumerator |
Returns an enumerator object that lets you access each feature.
|
readrequirednonatomiccopyinherited |
|
readnonatomicassigninherited |
The type of geometry contained by features.
|
readnonatomicstronginherited |
The spatial reference of the features.
|
readnonatomicassign |
Indicates if the results do not include all the features matched by the query. Mostly relevant to queries executed against an ArcGIS Service which typically only return only upto a 1000 results even if the query matched more features.