Enum Class ELcdS101DisplayPlane

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

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

    • UNDER_RADAR

      public static final ELcdS101DisplayPlane UNDER_RADAR
      Display plane for content displayed underneath the radar image.
    • OVER_RADAR

      public static final ELcdS101DisplayPlane OVER_RADAR
      Display plane for content displayed on top of the radar image.
  • Method Details

    • values

      public static ELcdS101DisplayPlane[] 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 ELcdS101DisplayPlane 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<ELcdS101DisplayPlane>
      Returns:
      the value
      See Also:
    • fromValue

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