Package com.luciad.format.s101.view
Enum Class ELcdS101DisplayMode
- All Implemented Interfaces:
Serializable,Comparable<ELcdS101DisplayMode>,Constable
Enumeration for the S-101 display modes.
- 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 mode representing features that are always on display.Display mode for all other objects in the SENC.Display mode that represents the ECDIS default display. -
Method Summary
Modifier and TypeMethodDescriptionstatic ELcdS101DisplayModeReturns the enum constant for the specified textual representation.Returns the set of corresponding viewing group layers.toString()Returns the textual representation of this enum constant.value()Returns the textual representation of this enum constant.static ELcdS101DisplayModeReturns the enum constant of this class with the specified name.static ELcdS101DisplayMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DISPLAY_BASE
Display mode representing features that are always on display. -
STANDARD
Display mode that represents the ECDIS default display. -
OTHER
Display mode for all other objects in the SENC.
-
-
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
-
getLayers
Returns the set of corresponding viewing group layers.- Returns:
- the viewing group layers belonging to this display mode
-
toString
Returns the textual representation of this enum constant.- Overrides:
toStringin classEnum<ELcdS101DisplayMode>- Returns:
- the value
- See Also:
-
fromValue
Returns the enum constant for the specified textual representation.- Parameters:
aValue- the value- Returns:
- the corresponding enum constant
-