Collection of Hydrography enumerations. More...
Header: | #include <HydrographyTypes.h> |
Types
enum class | EncAreaSymbolizationType { Plain, Symbolized } |
enum class | EncColorScheme { Day, Dusk, Night } |
enum class | EncDisplayDepthUnits { Meters, Feet, Fathoms } |
enum class | EncPointSymbolizationType { Simplified, PaperChart } |
Detailed Description
Type Documentation
[since Esri::ArcGISRuntime 100.2]
enum class EncAreaSymbolizationType
The list of area features symbolization settings.
This is used to specify whether areas should be symbolized with plain or traditional symbols.
The EncAreaSymbolizationType can be one of:
Constant | Value | Description |
---|---|---|
EncAreaSymbolizationType::Plain | 4 | Use plain symbols. |
EncAreaSymbolizationType::Symbolized | 5 | Use traditional symbols. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.2.
[since Esri::ArcGISRuntime 100.2]
enum class EncColorScheme
A switch between S-52 color schemes.
The S-52 standard allows for switching between three color modes.
The EncColorScheme can be one of:
Constant | Value | Description |
---|---|---|
EncColorScheme::Day | 1 | Day. |
EncColorScheme::Dusk | 2 | Dusk. |
EncColorScheme::Night | 3 | Night. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.2.
[since Esri::ArcGISRuntime 100.2]
enum class EncDisplayDepthUnits
A switch between units for depth.
Change the unit of depth for soundings and contours.
The EncDisplayDepthUnits can be one of:
Constant | Value | Description |
---|---|---|
EncDisplayDepthUnits::Meters | 1 | Meters. |
EncDisplayDepthUnits::Feet | 2 | Feet. |
EncDisplayDepthUnits::Fathoms | 3 | Fathoms. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.2.
[since Esri::ArcGISRuntime 100.2]
enum class EncPointSymbolizationType
The list of point features symbolization settings.
This is used to specify whether point features should be symbolized with simplified or paperchart symbols.
The EncPointSymbolizationType can be one of:
Constant | Value | Description |
---|---|---|
EncPointSymbolizationType::Simplified | 2 | Use simplified symbols. |
EncPointSymbolizationType::PaperChart | 1 | Use Paperchart symbols. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.2.