| 
    ArcGIS Runtime SDK for iOS
    100.15
    
   | 
 
An ENC feature.
Instances of this class represent a feature in ENC (Electronic Navigational Chart) data.
  
Instance Methods | |
| (NSString *) | - attributeDescriptionForAcronym: | 
Properties | |
| NSString * | acronym | 
| NSMutableDictionary< NSString *, id > * | attributes | 
| NSString * | featureDescription | 
| AGSGeometry * | geometry | 
| - (NSString*) attributeDescriptionForAcronym: | (NSString *) | acronym | 
The description of an ENC feature's acronym, given the acronym string as the key.
| acronym | for which attribute description is required | 
      
  | 
  readnonatomiccopy | 
Acronym of the feature
      
  | 
  readnonatomicstrong | 
A dictionary containing all the attributes. Attribute types supported are NSNull, NSString, NSDate, and NSNumber. Other attribute types will be ignored.
      
  | 
  readnonatomiccopy | 
Description of the feature
      
  | 
  readwritenonatomicstrong | 
The geometry that defines shape and location of the feature