ArcGIS Runtime SDK for iOS: AGSENCFeature Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSENCFeature Class Reference

Description

An ENC feature.

Instances of this class represent a feature in ENC (Electronic Navigational Chart) data.

Since
100.2
Inheritance diagram for AGSENCFeature:
AGSObject <AGSGeoElement>

Instance Methods

(NSString *) - attributeDescriptionForAcronym:
 

Properties

NSString * acronym
 
NSMutableDictionary< NSString *, id > * attributes
 
NSString * featureDescription
 
AGSGeometrygeometry
 

Method Documentation

◆ attributeDescriptionForAcronym:

- (NSString*) attributeDescriptionForAcronym: (NSString *)  acronym

The description of an ENC feature's acronym, given the acronym string as the key.

Parameters
acronymfor which attribute description is required
Returns
attribute description of the specified acronym
Since
100.2

Property Documentation

◆ acronym

- (NSString*) acronym
readnonatomiccopy

Acronym of the feature

Since
100.2

◆ attributes

- (NSMutableDictionary<NSString*,id>*) attributes
readnonatomicstrong

A dictionary containing all the attributes. Attribute types supported are NSNull, NSString, NSDate, and NSNumber. Other attribute types will be ignored.

Since
100.2

◆ featureDescription

- (NSString*) featureDescription
readnonatomiccopy

Description of the feature

Since
100.2

◆ geometry

- (AGSGeometry*) geometry
readwritenonatomicstrong

The geometry that defines shape and location of the feature

Since
100.2