jwo.landserf.process.gps
Interface GPSDate

All Known Implementing Classes:
TimeDataPacket

public interface GPSDate

Used for representing the date 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 getDay()
          Returns the day of the month used for GPS date transfer.
 short getMonth()
          Returns the month used for GPS date transfer.
 int getYear()
          Returns the year used for GPS date transfer.
 

Method Detail

getDay

public short getDay()
Returns the day of the month used for GPS date transfer.

Returns:
Day of the month (1-31).

getMonth

public short getMonth()
Returns the month used for GPS date transfer.

Returns:
Month (1-12).

getYear

public int getYear()
Returns the year used for GPS date transfer.

Returns:
Year.


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