Class TLcdDAFIFLonLatFormatter

java.lang.Object
com.luciad.format.dafif.util.TLcdDAFIFLonLatFormatter

public class TLcdDAFIFLonLatFormatter extends Object
This class provides methods to retrieve a String from a given longitude or latitude.
  • Constructor Details

    • TLcdDAFIFLonLatFormatter

      public TLcdDAFIFLonLatFormatter()
  • Method Details

    • setTraceOn

      public static void setTraceOn(boolean aClassTraceOn)
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Enables tracing for all instances of this class. If the argument is true then all log messages are recorded, otherwise only the informative, warning and error messages are recorded.
      Parameters:
      aClassTraceOn - if true then all log messages are recorded, otherwise only the informative, warning and error messages are recorded.
    • isTraceOn

      public static boolean isTraceOn()
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Returns true if tracing is enabled for this class.
      Returns:
      true if tracing is enabled for this class, false otherwise.
    • formatLat

      public static String formatLat(double aLat)
    • formatLon

      public static String formatLon(double aLon)