Class TLcdARINCLonLatFormatter

java.lang.Object
com.luciad.format.arinc.util.TLcdARINCLonLatFormatter

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

    • TLcdARINCLonLatFormatter

      public TLcdARINCLonLatFormatter()
      Constructs a new TLcdARINCLonLatFormatter.
  • 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)
      Formats a latitude value to produce a String as Nddmmssss.
      Parameters:
      aLat - The latitude value to format.
      Returns:
      The formatted latitude value String.
    • formatLon

      public static String formatLon(double aLon)
      Formats a longitude value to produce a String as Edddmmssss.
      Parameters:
      aLon - The longitude value to format.
      Returns:
      The formatted longitude value String.