ArcGIS Runtime SDK for iOS: AGSENCMarinerSettings.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSENCMarinerSettings.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSENCAreaSymbolizationType { AGSENCAreaSymbolizationTypePlain = 4 , AGSENCAreaSymbolizationTypeSymbolized = 5 }
 
enum  AGSENCColorScheme { AGSENCColorSchemeDay = 1 , AGSENCColorSchemeDusk = 2 , AGSENCColorSchemeNight = 3 }
 
enum  AGSENCDisplayDepthUnits { AGSENCDisplayDepthUnitsMeters = 1 , AGSENCDisplayDepthUnitsFeet = 2 , AGSENCDisplayDepthUnitsFathoms = 3 }
 
enum  AGSENCPointSymbolizationType { AGSENCPointSymbolizationTypeSimplified = 2 , AGSENCPointSymbolizationTypePaperChart = 1 }
 

Enumeration Type Documentation

◆ AGSENCAreaSymbolizationType

The list of area features symbolization settings.

Since
100.2
Enumerator
AGSENCAreaSymbolizationTypePlain 

Use plain symbols.

AGSENCAreaSymbolizationTypeSymbolized 

Use traditional symbols.

◆ AGSENCColorScheme

A switch between S-52 color schemes.

Since
100.2
Enumerator
AGSENCColorSchemeDay 

Day.

AGSENCColorSchemeDusk 

Dusk.

AGSENCColorSchemeNight 

Night.

◆ AGSENCDisplayDepthUnits

A switch between units for depth.

Since
100.2
Enumerator
AGSENCDisplayDepthUnitsMeters 

Meters.

AGSENCDisplayDepthUnitsFeet 

Feet.

AGSENCDisplayDepthUnitsFathoms 

Fathoms.

◆ AGSENCPointSymbolizationType

The list of point features symbolization settings.

Since
100.2
Enumerator
AGSENCPointSymbolizationTypeSimplified 

Use simplified symbols.

AGSENCPointSymbolizationTypePaperChart 

Use Paperchart symbols.