EncMarinerSettings class final
An ENC Mariner Settings object.
- Implemented types
Properties
- areaSymbolizationType ↔ EncAreaSymbolizationType
-
The area symbolization type (plain/symbolized). This controls the line
symbol style for areas.
getter/setter pair
- colorScheme ↔ EncColorScheme
-
The color scheme (day/dusk/night). This affects the color scheme used on
all layers in the map.
getter/setter pair
- dataQuality ↔ bool
-
Whether to symbolize data quality (M_QUAL) for S-57 features.
getter/setter pair
- deepContour ↔ double
-
The deep water contour depth in meters.
getter/setter pair
- displayCategories → EncDisplayCategories
-
The ENC display categories object, which contains categories base,
standard, and other.
no setter
- displayDepthUnits ↔ EncDisplayDepthUnits
-
The display depth units (meters/feet/fathoms).
getter/setter pair
- displayNobjnm ↔ bool
-
Whether to display the national name attribute on S57 features.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- honorScamin ↔ bool
-
Whether the 'SCAMIN' S-57 feature attribute will be used (true/false).
getter/setter pair
- isolatedDangers ↔ bool
-
The display isolated dangers in shallow water setting (true/false).
getter/setter pair
- labelContours ↔ bool
-
Whether to show the depth contour labels, includes safety contour label.
getter/setter pair
- labelSafetyContours ↔ bool
-
The display safety contour labels setting (true/false).
getter/setter pair
- lowAccuracy ↔ bool
-
The display low accuracy setting (true/false).
getter/setter pair
- pointSymbolizationType ↔ EncPointSymbolizationType
-
S-52 point feature symbolization type (simplified/paperchart).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- safetyContour ↔ double
-
The depth of the safety contour in meters.
getter/setter pair
- shallowContour ↔ double
-
The depth of the shallow contour in meters.
getter/setter pair
- shallowDepthPattern ↔ bool
-
Whether the shallow depth pattern will be symbolized (true/false).
getter/setter pair
- twoDepthShades ↔ bool
-
Whether or not the settings indicate to display two depth shades.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetToDefaults(
) → void - Resets all ENC Mariner Settings.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited