<HydrographyTypes.h> - Hydrography Types Enums

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:

ConstantValueDescription
EncAreaSymbolizationType::Plain4Use plain symbols.
EncAreaSymbolizationType::Symbolized5Use 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:

ConstantValueDescription
EncColorScheme::Day1Day.
EncColorScheme::Dusk2Dusk.
EncColorScheme::Night3Night.

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:

ConstantValueDescription
EncDisplayDepthUnits::Meters1Meters.
EncDisplayDepthUnits::Feet2Feet.
EncDisplayDepthUnits::Fathoms3Fathoms.

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:

ConstantValueDescription
EncPointSymbolizationType::Simplified2Use simplified symbols.
EncPointSymbolizationType::PaperChart1Use Paperchart symbols.

This enum was introduced or modified in Esri::ArcGISRuntime 100.2.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.