Uses of Class
com.luciad.view.map.mgrs.TLcdMGRSGridOverlayLabelBuilder
Packages that use TLcdMGRSGridOverlayLabelBuilder
Package
Description
Provides GXY visualization support
for the Military Grid Reference System (MGRS).
-
Uses of TLcdMGRSGridOverlayLabelBuilder in com.luciad.view.map.mgrs
Methods in com.luciad.view.map.mgrs that return TLcdMGRSGridOverlayLabelBuilderModifier and TypeMethodDescriptionTLcdMGRSGridOverlayLabelBuilder.all
(TLcdMGRSGridOverlayLabelBuilder aBuilder) Copies all properties from the given builder.TLcdMGRSGridOverlayLabelBuilder.content
(TLcdMGRSGridOverlayLabelBuilder.Content aContent) The content which is being displayed.TLcdMGRSGridOverlayLabelBuilder.newBuilder()
Creates a new builder, capable of adding MGRS grid labels.TLcdMGRSGridOverlayLabelBuilder.style
(TLcdMGRSGridStyle aMGRSGridStyle) The style with which the overlay label is being displayed.Methods in com.luciad.view.map.mgrs with parameters of type TLcdMGRSGridOverlayLabelBuilderModifier and TypeMethodDescriptionvoid
TLcdMGRSGridLayer.addOverlayLabel
(TLcdMGRSGridOverlayLabelBuilder aOverlayLabelBuilder, TLcdOverlayLayout.Location aLocation) Adds an overlay label that is painted on the view.TLcdMGRSGridOverlayLabelBuilder.all
(TLcdMGRSGridOverlayLabelBuilder aBuilder) Copies all properties from the given builder.void
TLcdMGRSGridLayer.removeOverlayLabel
(TLcdMGRSGridOverlayLabelBuilder aOverlayLabelBuilder) Removes the overlay label created using the given overlay label builder.