Uses of Interface
com.luciad.util.ILcdFormatter
Packages that use ILcdFormatter
Package
Description
Basic functionality for introspection.
GUI aspects independent of any chosen windows API.
Dialogs in an AWT context.
Components and utilities for working with Swing based maps.
Model interfaces
Contains all classes for terrain elevation analysis.
Provides classes and interfaces for handling text, dates, numbers, and messages.
Provides a
TLcdCGRSFormat
to parse and format Common Grid Reference System (CGRS) coordinates.Provides a
TLcdGARSFormat
to parse and format Global Area Reference System (GARS) coordinates.Provides a
TLcdMGRSFormat
to parse and format Military Grid Reference System (MGRS) coordinates.Provides functionality for selection of domain objects in a view.
-
Uses of ILcdFormatter in com.luciad.beans
Methods in com.luciad.beans with parameters of type ILcdFormatterModifier and TypeMethodDescriptionstatic int
TLcdBeanManager.register
(Object aBean, ILcdFormatter aFormatter) Deprecated.Register anObject
that would like to use thatTLcdBeanManager
as PropertyEditor, when editing the bean as a property in an IDE that does not support source code generation. -
Uses of ILcdFormatter in com.luciad.gui
Methods in com.luciad.gui with parameters of type ILcdFormatterModifier and TypeMethodDescriptionILcdDialogManager.choose
(Vector aVector, ILcdFormatter aFormatter, String aMessage, Object aSource, Component aComponent) Deprecated.static Object
TLcdUserDialog.choose
(Vector aVector, ILcdFormatter aFormatter, String aMessage, Object aSource, Component aComponent) Pops up a window with a menu to choose from. -
Uses of ILcdFormatter in com.luciad.gui.awt.dialogs
Methods in com.luciad.gui.awt.dialogs with parameters of type ILcdFormatter -
Uses of ILcdFormatter in com.luciad.gui.swing
Methods in com.luciad.gui.swing with parameters of type ILcdFormatter -
Uses of ILcdFormatter in com.luciad.model
Methods in com.luciad.model with parameters of type ILcdFormatterModifier and TypeMethodDescriptionvoid
TLcdOpenAction.setPredefinedFilesFormatter
(ILcdFormatter aPredefinedFilesFormatter) Sets the formatter to display the predefined files in a dialog. -
Uses of ILcdFormatter in com.luciad.tea
Methods in com.luciad.tea that return ILcdFormatterModifier and TypeMethodDescriptionTLcdProfileViewJPanel.getValueFormat()
Gets the formatter used to format elevation values.TLcdTerrainProfileController.getValueFormat()
Gets the formatter used to format elevation values.TLcdTerrainProfileUtil.getValueFormat()
Deprecated.Methods in com.luciad.tea with parameters of type ILcdFormatterModifier and TypeMethodDescriptionvoid
TLcdProfileViewJPanel.setValueFormat
(ILcdFormatter aValueFormat) Sets the formatter used to format elevation values.void
TLcdTerrainProfileController.setValueFormat
(ILcdFormatter aValueFormat) Sets the formatter used to format elevation values.void
TLcdTerrainProfileUtil.setValueFormat
(ILcdFormatter aValueFormat) Deprecated. -
Uses of ILcdFormatter in com.luciad.text
Classes in com.luciad.text that implement ILcdFormatterModifier and TypeClassDescriptionclass
Parses and formats altitudes.class
Parses and formats distances.class
A class representing a format for Georef points.class
Format for points.class
Formats and parses unitless map scale ratios of the formatnominator separator denominator
from and to the double representation of the scale.class
Parses and formats speeds. -
Uses of ILcdFormatter in com.luciad.text.cgrs
Classes in com.luciad.text.cgrs that implement ILcdFormatterModifier and TypeClassDescriptionclass
This class offers methods to format coordinates into the Common Grid Reference System (CGRS) notation. -
Uses of ILcdFormatter in com.luciad.text.gars
Classes in com.luciad.text.gars that implement ILcdFormatterModifier and TypeClassDescriptionclass
This class offers methods to format coordinates into Global Area Reference System (GARS) notation. -
Uses of ILcdFormatter in com.luciad.text.mgrs
Classes in com.luciad.text.mgrs that implement ILcdFormatterModifier and TypeClassDescriptionclass
Class to format points as MGRS or UTM/UPS coordinates. -
Uses of ILcdFormatter in com.luciad.view.lightspeed.controller.selection
Methods in com.luciad.view.lightspeed.controller.selection that return ILcdFormatterModifier and TypeMethodDescriptionTLspPopupMenuSelectionCandidateHandler.getSelectionCandidateFormatter()
Returns the current object formatter used to format selection candidates.Methods in com.luciad.view.lightspeed.controller.selection with parameters of type ILcdFormatterModifier and TypeMethodDescriptionvoid
TLspPopupMenuSelectionCandidateHandler.setSelectionCandidateFormatter
(ILcdFormatter aObjectFormatter) Sets the object formatter used to transform the selection candidates to aString
.