ArcGIS Runtime SDK for iOS
100.15
|
An abstract representation of a set of features.
This protocol represents an abstract set of features with information about the attribute schema of the contained features, their geometry type, and spatial reference of their geometry. Conforming classes provide concrete implementations such as AGSFeatureQueryResult
that represents the set of features returned as the results of a query operations, AGSGeoprocessingFeatureSet
that reprsents features that are input or result of geoprocessing jobs, etc.
Instance Methods | |
(AGSFeatureEnumerator *) | - featureEnumerator |
Properties | |
NSArray< AGSField * > * | fields |
AGSGeometryType | geometryType |
AGSSpatialReference * | spatialReference |
- (AGSFeatureEnumerator*) featureEnumerator |
Returns an enumerator object that lets you access each feature.
|
readrequirednonatomiccopy |
|
readnonatomicassign |
The type of geometry contained by features.
|
readnonatomicstrong |
The spatial reference of the features.