Uses of Interface
com.luciad.util.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
-
Uses of ILcdLonLatFormatter in com.luciad.util
Modifier 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
Modifier and TypeMethodDescriptionvoid
TLspLonLatGridStyler.setCoordinateFormatter
(int aDecimals, ILcdLonLatFormatter aFormatter) Set the coordinate formatter for the given amount of decimals.ModifierConstructorDescriptionTLspLonLatGridStyler
(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
Modifier 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.Modifier 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.