Enum Class ELcdS101ViewingGroupLayer

java.lang.Object
java.lang.Enum<ELcdS101ViewingGroupLayer>
com.luciad.format.s101.view.ELcdS101ViewingGroupLayer
All Implemented Interfaces:
Serializable, Comparable<ELcdS101ViewingGroupLayer>, Constable

public enum ELcdS101ViewingGroupLayer extends Enum<ELcdS101ViewingGroupLayer>
Enumeration representing the S-101 viewing group layers.
Since:
2026.0
  • Enum Constant Details

    • DISPLAY_BASE

      public static final ELcdS101ViewingGroupLayer DISPLAY_BASE
      Display Base (Base Display elements).
    • DRYING_LINE

      public static final ELcdS101ViewingGroupLayer DRYING_LINE
      Drying Line (Standard Display elements).
    • BUOYS_BEACONS_AIDS_TO_NAVIGATION

      public static final ELcdS101ViewingGroupLayer BUOYS_BEACONS_AIDS_TO_NAVIGATION
      Buoys, beacons, aids to navigation (Standard Display elements).
    • BUOYS_BEACONS_STRUCTURES

      public static final ELcdS101ViewingGroupLayer BUOYS_BEACONS_STRUCTURES
      Buoys, beacons, structures (Standard Display elements).
    • LIGHTS

      public static final ELcdS101ViewingGroupLayer LIGHTS
      Lights (Standard Display elements).
    • BOUNDARIES_AND_LIMITS

      public static final ELcdS101ViewingGroupLayer BOUNDARIES_AND_LIMITS
      Boundaries and limits (Standard Display elements).
    • PROHIBITED_AND_RESTRICTED_AREAS

      public static final ELcdS101ViewingGroupLayer PROHIBITED_AND_RESTRICTED_AREAS
      Prohibited and restricted areas (Standard Display elements).
    • CHART_SCALE_BOUNDARIES

      public static final ELcdS101ViewingGroupLayer CHART_SCALE_BOUNDARIES
      Chart scale boundaries (Standard Display elements).
    • CAUTIONARY_NOTES

      public static final ELcdS101ViewingGroupLayer CAUTIONARY_NOTES
      Cautionary notes (Standard Display elements).
    • SHIPS_ROUTEING_SYSTEMS_AND_FERRY_ROUTES

      public static final ELcdS101ViewingGroupLayer SHIPS_ROUTEING_SYSTEMS_AND_FERRY_ROUTES
      Ships' routeing systems and ferry routes (Standard Display elements).
    • ARCHIPELAGIC_SEA_LANES

      public static final ELcdS101ViewingGroupLayer ARCHIPELAGIC_SEA_LANES
      Archipelagic sea lanes (Standard Display elements).
    • MISCELLANEOUS_STANDARD

      public static final ELcdS101ViewingGroupLayer MISCELLANEOUS_STANDARD
      Miscellaneous (Standard Display elements).
    • SPOT_SOUNDINGS

      public static final ELcdS101ViewingGroupLayer SPOT_SOUNDINGS
      Spot soundings (Other Display elements).
    • SUBMARINE_CABLES_AND_PIPELINES

      public static final ELcdS101ViewingGroupLayer SUBMARINE_CABLES_AND_PIPELINES
      Submarine cables and pipelines (Other Display elements).
    • ALL_ISOLATED_DANGERS

      public static final ELcdS101ViewingGroupLayer ALL_ISOLATED_DANGERS
      All isolated dangers (Other Display elements).
    • MAGNETIC_VARIATION

      public static final ELcdS101ViewingGroupLayer MAGNETIC_VARIATION
      Magnetic variation (Other Display elements).
    • DEPTH_CONTOURS

      public static final ELcdS101ViewingGroupLayer DEPTH_CONTOURS
      Depth contours (Other Display elements).
    • SEABED

      public static final ELcdS101ViewingGroupLayer SEABED
      Seabed (Other Display elements).
    • TIDAL

      public static final ELcdS101ViewingGroupLayer TIDAL
      Tidal (Other Display elements).
    • MISCELLANEOUS_OTHER

      public static final ELcdS101ViewingGroupLayer MISCELLANEOUS_OTHER
      Miscellaneous (Other Display elements).
    • SHALLOW_PATTERN

      public static final ELcdS101ViewingGroupLayer SHALLOW_PATTERN
      Shallow water pattern (Independent mariner selectors).
    • ACCURACY

      public static final ELcdS101ViewingGroupLayer ACCURACY
      Zone Of Confidence and low accuracy symbols (Independent mariner selectors).
    • FEATURE_HIGHLIGHTS

      public static final ELcdS101ViewingGroupLayer FEATURE_HIGHLIGHTS
      Toggles feature highlights (Independent mariner selectors).
    • HIGHLIGHT_INFO

      public static final ELcdS101ViewingGroupLayer HIGHLIGHT_INFO
      Additional information - highlights features which have amplifying text (Independent mariner selectors).
    • HIGHLIGHT_DOCUMENT

      public static final ELcdS101ViewingGroupLayer HIGHLIGHT_DOCUMENT
      Additional documents - highlights features associated with text or picture files (Independent mariner selectors).
    • HIGHLIGHT_DATE_DEPENDENT

      public static final ELcdS101ViewingGroupLayer HIGHLIGHT_DATE_DEPENDENT
      Highlights date dependent features (Independent mariner selectors).
    • CONTOUR_LABEL

      public static final ELcdS101ViewingGroupLayer CONTOUR_LABEL
      To turn on the display of contour labels (incl. label of safety contour) (Independent mariner selectors).
    • UPDATE_REVIEW

      public static final ELcdS101ViewingGroupLayer 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

      public static final ELcdS101ViewingGroupLayer CHART_TEXT
      Chart text (Text Layer elements).
    • IMPORTANT_TEXT

      public static final ELcdS101ViewingGroupLayer IMPORTANT_TEXT
      Important Text (Text Layer elements).
    • OTHER_TEXT

      public static final ELcdS101ViewingGroupLayer OTHER_TEXT
      Text other than important text (Text Layer elements).
    • NAMES

      public static final ELcdS101ViewingGroupLayer NAMES
      Geographic names. E.g. anchorages, buoys, bridges, docks, lights, etc. (Text Layer elements).
    • LIGHT_DESCRIPTION

      public static final ELcdS101ViewingGroupLayer LIGHT_DESCRIPTION
      Light description string (Text Layer elements).
    • ALL_OTHER_CHART_TEXT

      public static final ELcdS101ViewingGroupLayer ALL_OTHER_CHART_TEXT
      All chart text from Other not controlled via Names or Light description (Text Layer elements).
  • Method Details

    • values

      public static ELcdS101ViewingGroupLayer[] 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

      public static ELcdS101ViewingGroupLayer valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • value

      public String value()
      Returns the textual representation of this enum constant.
      Returns:
      the value
    • toString

      public String toString()
      Returns the textual representation of this enum constant.
      Overrides:
      toString in class Enum<ELcdS101ViewingGroupLayer>
      Returns:
      the value
      See Also:
    • fromValue

      public static ELcdS101ViewingGroupLayer fromValue(String aValue)
      Returns the enum constant for the specified textual representation.
      Parameters:
      aValue - the value
      Returns:
      the corresponding enum constant