25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSGeometry.h>
48 #pragma mark properties
55 @property (nonatomic, copy, readonly) NSArray<AGSField*> *
fields;
AGSGeometryType
Definition: AGSGeometry.h:49
An enumerator to iterate over features.
Definition: AGSFeatureEnumerator.h:38
An object that represents information about a field.
Definition: AGSField.h:62
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:49
An abstract representation of a set of features.
Definition: AGSFeatureSet.h:41
AGSGeometryType geometryType
Definition: AGSFeatureSet.h:60
NSArray< AGSField * > * fields
Definition: AGSFeatureSet.h:55
AGSFeatureEnumerator * featureEnumerator()
AGSSpatialReference * spatialReference
Definition: AGSFeatureSet.h:65