Uses of Class
com.luciad.view.map.mgrs.TLcdMGRSGridStyle
Package
Description
Provides GXY visualization support
for the Military Grid Reference System (MGRS).
-
Uses of TLcdMGRSGridStyle in com.luciad.view.map.mgrs
Modifier and TypeMethodDescriptionTLcdMGRSGridStyle.Builder.build()
Creates a newTLcdMGRSGridStyle
from this builder.TLcdMGRSGridLayer.getMGRSGridStyle()
Returns the mgrs grid style to use when painting this layer.Modifier and TypeMethodDescriptionTLcdMGRSGridStyle.Builder.all
(TLcdMGRSGridStyle aMGRSStyle) Sets all parameters on the builder based on the given MGRS style.void
TLcdMGRSGridLayer.setMGRSGridStyle
(TLcdMGRSGridStyle aStyle) Sets the mgrs grid style to use when painting this layer.TLcdMGRSGridOverlayLabelBuilder.style
(TLcdMGRSGridStyle aMGRSGridStyle) The style with which the overlay label is being displayed.