Uses of Enum Class
com.luciad.view.lightspeed.painter.grid.mgrs.TLspMGRSGridStyle.Axis
Packages that use TLspMGRSGridStyle.Axis
Package
Description
Provides Lightspeed visualization support
for the Military Grid Reference System (MGRS).
-
Uses of TLspMGRSGridStyle.Axis in com.luciad.view.lightspeed.painter.grid.mgrs
Methods in com.luciad.view.lightspeed.painter.grid.mgrs that return TLspMGRSGridStyle.AxisModifier and TypeMethodDescriptionstatic TLspMGRSGridStyle.Axis
Returns the enum constant of this class with the specified name.static TLspMGRSGridStyle.Axis[]
TLspMGRSGridStyle.Axis.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.luciad.view.lightspeed.painter.grid.mgrs with type arguments of type TLspMGRSGridStyle.AxisModifier and TypeMethodDescriptionTLspMGRSGridStyle.Builder.axes
(EnumSet<TLspMGRSGridStyle.Axis> aAxes) This method specifies to which axes the subsequent calls, related to styling, are applied.