ArcGIS Runtime SDK for iOS
100.15
|
A set of features representing results of a geoprocessing job.
Instances of this class represent a set of features that are returned as the result of a geoprocessing job.
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 whether the server limit was exceeded while transferring the features. If YES
, then this feature set doesn't contain all the features that it was meant to contain.