Package com.luciad.format.s101.view
Enum Class ELcdS101DisplayPlane
- All Implemented Interfaces:
Serializable,Comparable<ELcdS101DisplayPlane>,Constable
Enumeration for the S-101 display planes.
- 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 ConstantDescriptionDisplay plane for content displayed on top of the radar image.Display plane for content displayed underneath the radar image. -
Method Summary
Modifier and TypeMethodDescriptionstatic ELcdS101DisplayPlaneReturns 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 ELcdS101DisplayPlaneReturns the enum constant of this class with the specified name.static ELcdS101DisplayPlane[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNDER_RADAR
Display plane for content displayed underneath the radar image. -
OVER_RADAR
Display plane for content displayed on top of the radar image.
-
-
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<ELcdS101DisplayPlane>- Returns:
- the value
- See Also:
-
fromValue
Returns the enum constant for the specified textual representation.- Parameters:
aValue- the value- Returns:
- the corresponding enum constant
-