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 intTLcdBeanManager.register(Object aBean, ILcdFormatter aFormatter) Deprecated.Register anObjectthat would like to use thatTLcdBeanManageras 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 ObjectTLcdUserDialog.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 TypeMethodDescriptionvoidTLcdOpenAction.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 TypeMethodDescriptionvoidTLcdProfileViewJPanel.setValueFormat(ILcdFormatter aValueFormat) Sets the formatter used to format elevation values.voidTLcdTerrainProfileController.setValueFormat(ILcdFormatter aValueFormat) Sets the formatter used to format elevation values.voidTLcdTerrainProfileUtil.setValueFormat(ILcdFormatter aValueFormat) Deprecated. -
Uses of ILcdFormatter in com.luciad.text
Classes in com.luciad.text that implement ILcdFormatterModifier and TypeClassDescriptionclassParses and formats altitudes.classParses and formats distances.classA class representing a format for Georef points.classFormat for points.classFormats and parses unitless map scale ratios of the formatnominator separator denominatorfrom and to the double representation of the scale.classParses and formats speeds. -
Uses of ILcdFormatter in com.luciad.text.cgrs
Classes in com.luciad.text.cgrs that implement ILcdFormatterModifier and TypeClassDescriptionclassThis 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassClass 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 TypeMethodDescriptionvoidTLspPopupMenuSelectionCandidateHandler.setSelectionCandidateFormatter(ILcdFormatter aObjectFormatter) Sets the object formatter used to transform the selection candidates to aString.