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

Description

Display categories for ENC data.

Display categories for ENC data. The S52 standard allows for toggling three display categories.

Note
Changes are applied to the display of all ENC layers in a map
Since
100.2
Inheritance diagram for AGSENCDisplayCategories:
AGSObject

Properties

BOOL displayBase
 
BOOL otherDisplay
 
BOOL standardDisplay
 

Property Documentation

◆ displayBase

- (BOOL) displayBase
readwritenonatomicassign

Indicates whether the S52 "displaybase" display category is enabled.

Note
"displaybase" category contains a subset of the objects in "standard".
Since
100.2

◆ otherDisplay

- (BOOL) otherDisplay
readwritenonatomicassign

Indicates whether the S52 "other" display category is enabled.

Note
The "other" category contains all objects that are not enabled by default in "Standard Display".
Since
100.2

◆ standardDisplay

- (BOOL) standardDisplay
readwritenonatomicassign

Indicates whether the S52 "standard" display category is enabled.

Note
Once an object has been added to or removed from display, the display is no longer showing the "Standard Display". This will not be reflected by this property.
Since
100.2