ArcGIS Runtime SDK for iOS
100.15
|
Result of relationship based queries that return features.
Instances of this class represent results of relationship based 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 | |
AGSArcGISFeature * | feature |
NSArray< AGSField * > * | fields |
AGSGeometryType | geometryType |
AGSArcGISFeatureTable * | relatedTable |
AGSRelationshipInfo * | relationshipInfo |
AGSSpatialReference * | spatialReference |
BOOL | transferLimitExceeded |
- (AGSFeatureEnumerator*) featureEnumerator |
Returns an enumerator object that lets you access each feature.
|
readnonatomicstrong |
Feature that the result features are related to.
|
readrequirednonatomiccopyinherited |
|
readnonatomicassigninherited |
The type of geometry contained by features.
|
readnonatomicstrong |
Feature table that the result features belong to.
|
readnonatomicstrong |
Relationship that the query results are based on.
|
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.