jwo.landserf.process.gps
Interface GPSTime

All Known Implementing Classes:
PVTDataPacket, TimeDataPacket

public interface GPSTime

Used for representing time information in GPS data transfer.

Version:
2.2, 14th June, 2004
Author:
Jo Wood, based on the design by Henrik Sorensen (haas@itu.dk).

Method Summary
 short getHours()
          Should return the hour offset from the beginning of a day.
 short getMinutes()
          Should return the minute offset from the beginning of an hour.
 short getSeconds()
          Should return the number of seconds from the beginning of a minute.
 

Method Detail

getHours

public short getHours()
Should return the hour offset from the beginning of a day.

Returns:
Hour of the day (0-23).

getMinutes

public short getMinutes()
Should return the minute offset from the beginning of an hour.

Returns:
Minute offset (0-59).

getSeconds

public short getSeconds()
Should return the number of seconds from the beginning of a minute.

Returns:
Seconds offset (0-59).


Copyright Jo Wood, 1996-2005, last modified, 11th March, 2005