19 #import <ArcGIS/AGSObject.h> 20 #import <ArcGIS/AGSGeoElement.h> 45 #pragma mark initializers 50 #pragma mark properties 62 @property (nonatomic, strong, readonly) NSMutableDictionary<NSString*,id> *
attributes;
NSMutableDictionary< NSString *, id > * attributes
Definition: AGSFeature.h:62
Defines common members for all specific types of geometry.
Definition: AGSGeometry.h:106
A source for dataset containing geographic features or non-spatial records.
Definition: AGSFeatureTable.h:59
Definition: AGSObject.h:21
An abstract representation of geographic entities on a map.
Definition: AGSGeoElement.h:37
AGSFeatureTable * featureTable
Definition: AGSFeature.h:55
AGSGeometry * geometry
Definition: AGSFeature.h:67
A representation of a real-world object on a map.
Definition: AGSFeature.h:40