Enum Class ELcdS101DisplayMode

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

public enum ELcdS101DisplayMode extends Enum<ELcdS101DisplayMode>
Enumeration for the S-101 display modes.
Since:
2026.0
  • Enum Constant Details

    • DISPLAY_BASE

      public static final ELcdS101DisplayMode DISPLAY_BASE
      Display mode representing features that are always on display.
    • STANDARD

      public static final ELcdS101DisplayMode STANDARD
      Display mode that represents the ECDIS default display.
    • OTHER

      public static final ELcdS101DisplayMode OTHER
      Display mode for all other objects in the SENC.
  • Method Details

    • values

      public static ELcdS101DisplayMode[] 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 ELcdS101DisplayMode 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
    • getLayers

      public Set<ELcdS101ViewingGroupLayer> getLayers()
      Returns the set of corresponding viewing group layers.
      Returns:
      the viewing group layers belonging to this display mode
    • toString

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

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