Uses of Interface
com.luciad.util.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
Modifier 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
Modifier 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
-
Uses of ILcdFormatter in com.luciad.gui.swing
-
Uses of ILcdFormatter in com.luciad.model
Modifier and TypeMethodDescriptionvoid
TLcdOpenAction.setPredefinedFilesFormatter
(ILcdFormatter aPredefinedFilesFormatter) Sets the formatter to display the predefined files in a dialog. -
Uses of ILcdFormatter in com.luciad.tea
Modifier and TypeMethodDescriptionTLcdProfileViewJPanel.getValueFormat()
Gets the formatter used to format elevation values.TLcdTerrainProfileController.getValueFormat()
Gets the formatter used to format elevation values.TLcdTerrainProfileUtil.getValueFormat()
Deprecated.Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
This class offers methods to format coordinates into Global Area Reference System (GARS) notation. -
Uses of ILcdFormatter in com.luciad.text.mgrs
Modifier and TypeClassDescriptionclass
Class to format points as MGRS or UTM/UPS coordinates. -
Uses of ILcdFormatter in com.luciad.view.lightspeed.controller.selection
Modifier and TypeMethodDescriptionTLspPopupMenuSelectionCandidateHandler.getSelectionCandidateFormatter()
Returns the current object formatter used to format selection candidates.Modifier and TypeMethodDescriptionvoid
TLspPopupMenuSelectionCandidateHandler.setSelectionCandidateFormatter
(ILcdFormatter aObjectFormatter) Sets the object formatter used to transform the selection candidates to aString
.