Uses of Class
com.luciad.view.map.mgrs.TLcdMGRSGridStyle
Packages that use TLcdMGRSGridStyle
Package
Description
Provides GXY visualization support
for the Military Grid Reference System (MGRS).
-
Uses of TLcdMGRSGridStyle in com.luciad.view.map.mgrs
Methods in com.luciad.view.map.mgrs that return TLcdMGRSGridStyleModifier and TypeMethodDescriptionTLcdMGRSGridStyle.Builder.build()Creates a newTLcdMGRSGridStylefrom this builder.TLcdMGRSGridLayer.getMGRSGridStyle()Returns the mgrs grid style to use when painting this layer.Methods in com.luciad.view.map.mgrs with parameters of type TLcdMGRSGridStyleModifier and TypeMethodDescriptionTLcdMGRSGridStyle.Builder.all(TLcdMGRSGridStyle aMGRSStyle) Sets all parameters on the builder based on the given MGRS style.voidTLcdMGRSGridLayer.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.