Package com.luciad.util
Interface ILcdFormatter
- All Known Implementing Classes:
TLcdAltitudeFormat,TLcdCGRSFormat,TLcdDistanceFormat,TLcdGARSFormat,TLcdGeorefFormat,TLcdLonLatPointFormat,TLcdMGRSFormat,TLcdScaleFormat,TLcdSpeedFormat
public interface ILcdFormatter
This interface defines a method for converting an
Object to a
String.-
Method Summary
-
Method Details
-
format
Formats the givenObjectin aString.- Parameters:
aObject- theObjectto be formatted.- Returns:
- the
Stringrepresentation.
-