Uses of Interface
com.luciad.util.ILcdLonLatFormatter
Packages that use ILcdLonLatFormatter
Package
Description
Provides classes and interfaces for handling text, dates, numbers, and messages.
Basic utilities.
Provides support for the painting of grids.
Painters for maps.
-
Uses of ILcdLonLatFormatter in com.luciad.text
Classes in com.luciad.text that implement ILcdLonLatFormatter -
Uses of ILcdLonLatFormatter in com.luciad.util
Classes in com.luciad.util that implement ILcdLonLatFormatterModifier and TypeClassDescriptionclass
This class provides various methods for formatting longitude/latitude coordinate pairs as String objects. -
Uses of ILcdLonLatFormatter in com.luciad.view.lightspeed.painter.grid
Methods in com.luciad.view.lightspeed.painter.grid with parameters of type ILcdLonLatFormatterModifier and TypeMethodDescriptionvoid
TLspLonLatGridStyler.setCoordinateFormatter
(int aDecimals, ILcdLonLatFormatter aFormatter) Set the coordinate formatter for the given amount of decimals.Constructors in com.luciad.view.lightspeed.painter.grid with parameters of type ILcdLonLatFormatterModifierConstructorDescriptionTLspLonLatGridStyler
(TLspLineStyle aLineStyle, TLspTextStyle aTextStyle, TLspLabelBoxStyle aLabelBoxStyle, TLspLabelOpacityStyle aOpacityStyle, ILcdLonLatFormatter aFormatter) Create a styler with a default line style, text style and coordinate formatter.TLspLonLatGridStyler
(TLspTextStyle aTextStyle, TLspLabelBoxStyle aLabelBoxStyle, TLspLabelOpacityStyle aOpacityStyle, ILcdLonLatFormatter aFormatter) Create a styler with a default text style and coordinate formatter. -
Uses of ILcdLonLatFormatter in com.luciad.view.map.painter
Methods in com.luciad.view.map.painter that return ILcdLonLatFormatterModifier and TypeMethodDescriptionTLcdLonLatGridPainter.getLonLatFormatter()
Returns the formatter that is used for the grid labels.TLcdLonLatBorderGridPainter.getMajorLabelLonLatFormatter()
Returns the formatter to be used for the labels of the major ticks.TLcdLonLatBorderGridPainter.getMinorLabelLonLatFormatter()
Returns the formatter to be used for the labels of the minor ticks.Methods in com.luciad.view.map.painter with parameters of type ILcdLonLatFormatterModifier and TypeMethodDescriptionvoid
TLcdLonLatGridPainter.setLonLatFormatter
(ILcdLonLatFormatter aLonLatFormatter) Sets the formatter to be used for the grid labels.void
TLcdLonLatBorderGridPainter.setMajorLabelLonLatFormatter
(ILcdLonLatFormatter aMajorLabelLonLatFormatter) Sets the formatter to be used for the labels of the major ticks.void
TLcdLonLatBorderGridPainter.setMinorLabelLonLatFormatter
(ILcdLonLatFormatter aMinorLabelLonLatFormatter) Sets the formatter to be used for labels of the minor ticks.