Uses of Enum Class
com.luciad.view.lightspeed.painter.grid.mgrs.TLspMGRSGridStyle.MGRSLevel
Package
Description
Provides Lightspeed visualization support
for the Military Grid Reference System (MGRS).
-
Uses of TLspMGRSGridStyle.MGRSLevel in com.luciad.view.lightspeed.painter.grid.mgrs
Modifier and TypeMethodDescriptionstatic TLspMGRSGridStyle.MGRSLevel
Returns the enum constant of this class with the specified name.static TLspMGRSGridStyle.MGRSLevel[]
TLspMGRSGridStyle.MGRSLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTLspMGRSGridStyle.Builder.body
(TLspMGRSGridStyle.MGRSLevel aMGRSLevel) After calling this method, all subsequentinterval()
,styles()
,customizableStyles()
, … calls will apply to all grid lines of the given level.TLspMGRSGridStyle.Builder.body
(TLspMGRSGridStyle.MGRSType aMgrsType, TLspMGRSGridStyle.MGRSLevel aMGRSLevel) After calling this method, all subsequentinterval()
,styles()
,customizableStyles()
, … calls will apply to all grid lines of the given type/level combination.TLspMGRSGridStyle.Builder.label
(TLspMGRSGridStyle.MGRSLevel aMGRSLevel) After calling this method, all subsequentinterval()
,styles()
,customizableStyles()
, … calls will apply to all grid labels of the given level.TLspMGRSGridStyle.Builder.label
(TLspMGRSGridStyle.MGRSType aMgrsType, TLspMGRSGridStyle.MGRSLevel aMGRSLevel) After calling this method, all subsequentinterval()
,styles()
,customizableStyles()
, … calls will apply to all grid labels of the given type/level combination.