Enum Class TLspCGRSGridStyle.CGRSLevel
java.lang.Object
java.lang.Enum<TLspCGRSGridStyle.CGRSLevel>
com.luciad.view.lightspeed.painter.grid.cgrs.TLspCGRSGridStyle.CGRSLevel
- All Implemented Interfaces:
Serializable
,Comparable<TLspCGRSGridStyle.CGRSLevel>
,Constable
- Enclosing class:
TLspCGRSGridStyle
The CGRS grid area level.
- Since:
- 2021.1
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription30 minute by 30 minute cells.10 minute by 10 minute keypads.The outline/bounds of the CGRS grid.5 minute by 5 minute quadrants. -
Method Summary
Modifier and TypeMethodDescriptionstatic TLspCGRSGridStyle.CGRSLevel
Returns the enum constant of this class with the specified name.static TLspCGRSGridStyle.CGRSLevel[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OUTLINE
The outline/bounds of the CGRS grid. -
CELLS_30_MINUTES
30 minute by 30 minute cells. -
KEYPADS_10_MINUTES
10 minute by 10 minute keypads. -
QUADRANTS_5_MINUTES
5 minute by 5 minute quadrants.
-
-
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
-