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.3, 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

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

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

getMinutes

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

Returns:
Minute offset (0-59).

getSeconds

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

Returns:
Seconds offset (0-59).


Copyright Jo Wood, 1996-2009, last modified, 17th April, 2009