19 #import <Foundation/Foundation.h> 20 #import <ArcGIS/AGSGeometry.h> 42 #pragma mark properties 48 @property (nonatomic, copy, readonly) NSArray<AGSField*> *
fields;
AGSSpatialReference * spatialReference
Definition: AGSFeatureSet.h:58
An enumerator to iterate over features.
Definition: AGSFeatureEnumerator.h:31
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:39
An abstract representation of a set of features.
Definition: AGSFeatureSet.h:35
AGSGeometryType
Definition: AGSGeometry.h:42
NSArray< AGSField * > * fields
Definition: AGSFeatureSet.h:48
An object that represents information about a field.
Definition: AGSField.h:55
AGSGeometryType geometryType
Definition: AGSFeatureSet.h:53
AGSFeatureEnumerator * featureEnumerator()