Package com.luciad.format.s101.view
Enum Class ELcdS101ViewingGroupLayer
- All Implemented Interfaces:
Serializable,Comparable<ELcdS101ViewingGroupLayer>,Constable
Enumeration representing the S-101 viewing group layers.
- Since:
- 2026.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionZone Of Confidence and low accuracy symbols (Independent mariner selectors).All isolated dangers (Other Display elements).Archipelagic sea lanes (Standard Display elements).Boundaries and limits (Standard Display elements).Buoys, beacons, aids to navigation (Standard Display elements).Buoys, beacons, structures (Standard Display elements).Cautionary notes (Standard Display elements).Chart scale boundaries (Standard Display elements).Chart text (Text Layer elements).To turn on the display of contour labels (incl.Depth contours (Other Display elements).Display Base (Base Display elements).Drying Line (Standard Display elements).Toggles feature highlights (Independent mariner selectors).Highlights date dependent features (Independent mariner selectors).Additional documents - highlights features associated with text or picture files (Independent mariner selectors).Additional information - highlights features which have amplifying text (Independent mariner selectors).Important Text (Text Layer elements).Light description string (Text Layer elements).Lights (Standard Display elements).Magnetic variation (Other Display elements).Miscellaneous (Other Display elements).Miscellaneous (Standard Display elements).Geographic names.Text other than important text (Text Layer elements).Prohibited and restricted areas (Standard Display elements).Seabed (Other Display elements).Shallow water pattern (Independent mariner selectors).Ships' routeing systems and ferry routes (Standard Display elements).Spot soundings (Other Display elements).Submarine cables and pipelines (Other Display elements).Tidal (Other Display elements).Review of Updates - This function turns on colour highlighting for the objects which have undergone modification in the process of the latest accepted correction (Independent mariner selectors). -
Method Summary
Modifier and TypeMethodDescriptionstatic ELcdS101ViewingGroupLayerReturns the enum constant for the specified textual representation.toString()Returns the textual representation of this enum constant.value()Returns the textual representation of this enum constant.static ELcdS101ViewingGroupLayerReturns the enum constant of this class with the specified name.static ELcdS101ViewingGroupLayer[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DISPLAY_BASE
Display Base (Base Display elements). -
DRYING_LINE
Drying Line (Standard Display elements). -
BUOYS_BEACONS_AIDS_TO_NAVIGATION
Buoys, beacons, aids to navigation (Standard Display elements). -
BUOYS_BEACONS_STRUCTURES
Buoys, beacons, structures (Standard Display elements). -
LIGHTS
Lights (Standard Display elements). -
BOUNDARIES_AND_LIMITS
Boundaries and limits (Standard Display elements). -
PROHIBITED_AND_RESTRICTED_AREAS
Prohibited and restricted areas (Standard Display elements). -
CHART_SCALE_BOUNDARIES
Chart scale boundaries (Standard Display elements). -
CAUTIONARY_NOTES
Cautionary notes (Standard Display elements). -
SHIPS_ROUTEING_SYSTEMS_AND_FERRY_ROUTES
Ships' routeing systems and ferry routes (Standard Display elements). -
ARCHIPELAGIC_SEA_LANES
Archipelagic sea lanes (Standard Display elements). -
MISCELLANEOUS_STANDARD
Miscellaneous (Standard Display elements). -
SPOT_SOUNDINGS
Spot soundings (Other Display elements). -
SUBMARINE_CABLES_AND_PIPELINES
Submarine cables and pipelines (Other Display elements). -
ALL_ISOLATED_DANGERS
All isolated dangers (Other Display elements). -
MAGNETIC_VARIATION
Magnetic variation (Other Display elements). -
DEPTH_CONTOURS
Depth contours (Other Display elements). -
SEABED
Seabed (Other Display elements). -
TIDAL
Tidal (Other Display elements). -
MISCELLANEOUS_OTHER
Miscellaneous (Other Display elements). -
SHALLOW_PATTERN
Shallow water pattern (Independent mariner selectors). -
ACCURACY
Zone Of Confidence and low accuracy symbols (Independent mariner selectors). -
FEATURE_HIGHLIGHTS
Toggles feature highlights (Independent mariner selectors). -
HIGHLIGHT_INFO
Additional information - highlights features which have amplifying text (Independent mariner selectors). -
HIGHLIGHT_DOCUMENT
Additional documents - highlights features associated with text or picture files (Independent mariner selectors). -
HIGHLIGHT_DATE_DEPENDENT
Highlights date dependent features (Independent mariner selectors). -
CONTOUR_LABEL
To turn on the display of contour labels (incl. label of safety contour) (Independent mariner selectors). -
UPDATE_REVIEW
Review of Updates - This function turns on colour highlighting for the objects which have undergone modification in the process of the latest accepted correction (Independent mariner selectors). -
CHART_TEXT
Chart text (Text Layer elements). -
IMPORTANT_TEXT
Important Text (Text Layer elements). -
OTHER_TEXT
Text other than important text (Text Layer elements). -
NAMES
Geographic names. E.g. anchorages, buoys, bridges, docks, lights, etc. (Text Layer elements). -
LIGHT_DESCRIPTION
Light description string (Text Layer elements). -
ALL_OTHER_CHART_TEXT
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
value
Returns the textual representation of this enum constant.- Returns:
- the value
-
toString
Returns the textual representation of this enum constant.- Overrides:
toStringin classEnum<ELcdS101ViewingGroupLayer>- Returns:
- the value
- See Also:
-
fromValue
Returns the enum constant for the specified textual representation.- Parameters:
aValue- the value- Returns:
- the corresponding enum constant
-