Uses of Enum Class
com.luciad.view.lightspeed.painter.grid.cgrs.TLspCGRSGridStyle.CGRSLevel
Package
Description
Provides Lightspeed visualization support for the Common Grid Reference System (CGRS).
-
Uses of TLspCGRSGridStyle.CGRSLevel in com.luciad.view.lightspeed.painter.grid.cgrs
Modifier and TypeMethodDescriptionstatic TLspCGRSGridStyle.CGRSLevel
Returns the enum constant of this class with the specified name.static TLspCGRSGridStyle.CGRSLevel[]
TLspCGRSGridStyle.CGRSLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTLspCGRSGridStyle.Builder.body
(TLspCGRSGridStyle.CGRSLevel aCGRSLevel) After calling this method, all subsequentinterval()
,styles()
,customizableStyles()
, … calls will apply to all grid lines of the given level, such as all 30 minute square lines.TLspCGRSGridStyle.Builder.label
(TLspCGRSGridStyle.CGRSLevel aCGRSLevel) After calling this method, all subsequentinterval()
,styles()
,customizableStyles()
, … calls will apply to all grid labels of the given level, such as all 30 minute square labels.