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

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

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

getMonth

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

Returns:
Month (1-12).

getYear

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

Returns:
Year.


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