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