Module com.esri.arcgisruntime
Class EncEnvironmentSettings.DisplaySettings
java.lang.Object
com.esri.arcgisruntime.hydrography.EncEnvironmentSettings.DisplaySettings
- Enclosing class:
EncEnvironmentSettings
Represents various settings used to control display of features in all
EncLayers
.
These settings are based on S-52 Presentation Library 4.0.
- Since:
- 100.2.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Represents settings to control display of Independent Mariner Selections.static final class
Represents various display settings related to Text Groupings S-57 Objects and Attribute Acronyms as defined in section 14.4 in the specification.static final class
Represents various display settings related to the ECDIS (Electronic Chart Display and Information Systems) viewing groups. -
Method Summary
Modifier and TypeMethodDescriptionGets the display settings related to mariner.Gets the display settings related to text group.Gets the display settings related to viewing group.
-
Method Details
-
getMarinerSettings
Gets the display settings related to mariner.- Returns:
- the display settings related to mariner
- Since:
- 100.2.0
-
getViewingGroupSettings
Gets the display settings related to viewing group.- Returns:
- the display settings related to viewing group
- Since:
- 100.2.0
-
getTextGroupVisibilitySettings
public EncEnvironmentSettings.DisplaySettings.TextGroupVisibilitySettings getTextGroupVisibilitySettings()Gets the display settings related to text group.- Returns:
- the display settings related to text group
- Since:
- 100.2.0
-