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

Description

An ENC Dataset.

Instances of this class represent an ENC (Electronic Navigational Chart) dataset. ENC datasets are retrieved from an exchange set. See AGSENCExchangeSet.

Since
100.2
Inheritance diagram for AGSENCDataset:
AGSObject

Properties

BOOL authorized
 
NSString * datasetDescription
 
AGSEnvelopeextent
 
NSString * name
 
NSString * volumeName
 

Property Documentation

◆ authorized

- (BOOL) authorized
readnonatomicassign

Whether the dataset is authorized. If the underlying data is S-57, then this function returns true.

Since
100.3

◆ datasetDescription

- (NSString*) datasetDescription
readnonatomiccopy

Description of the dataset

Since
100.2

◆ extent

- (AGSEnvelope*) extent
readnonatomicstrong

Bounding box representing the geographic extent of the dataset

Since
100.2

◆ name

- (NSString*) name
readnonatomiccopy

Name of the dataset

Since
100.2

◆ volumeName

- (NSString*) volumeName
readnonatomiccopy

Volume name of the dataset

Since
100.2