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 givenObject
in aString
.- Parameters:
aObject
- theObject
to be formatted.- Returns:
- the
String
representation.
-