Uses of Enum Class
com.luciad.view.map.mgrs.TLcdMGRSGridStyle.MGRSLevel
Packages that use 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
Methods in com.luciad.view.map.mgrs that return TLcdMGRSGridStyle.MGRSLevelModifier and TypeMethodDescriptionstatic TLcdMGRSGridStyle.MGRSLevelReturns 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.Methods in com.luciad.view.map.mgrs with parameters of type TLcdMGRSGridStyle.MGRSLevelModifier 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.