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