de.fhg.igd.gps
Class NMEA183DateFormat

java.lang.Object
  extended byde.fhg.igd.gps.NMEA183DateFormat

public class NMEA183DateFormat
extends Object

Reference class for date formats used in NMEA183 sentences.

Author:
Dennis Bartussek

Field Summary
static String longFormat
          "HH:mm:ss 'UTC'"
static String shortFormat
          "HHmmss"
 
Constructor Summary
NMEA183DateFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shortFormat

public static final String shortFormat
"HHmmss"

See Also:
Constant Field Values

longFormat

public static final String longFormat
"HH:mm:ss 'UTC'"

See Also:
Constant Field Values
Constructor Detail

NMEA183DateFormat

public NMEA183DateFormat()


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.