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

    Modifier and Type
    Method
    Description
    format(Object aObject)
    Formats the given Object in a String.
  • Method Details

    • format

      String format(Object aObject)
      Formats the given Object in a String.
      Parameters:
      aObject - the Object to be formatted.
      Returns:
      the String representation.