jwo.landserf.process.gps
Interface GPSTrack

All Superinterfaces:
Position
All Known Implementing Classes:
TrackDataPacket

public interface GPSTrack
extends Position

Used for representing a point on a GPS track.

Version:
2.3, 4th August, 2004
Author:
Jo Wood, based on the design by Henrik Sorensen (haas@itu.dk).

Method Summary
 Date getTime()
          Should report the time stamp associated with this track coordinate.
 boolean isFirst()
          Should report whether this is the first point in a track segment.
 
Methods inherited from interface jwo.landserf.process.gps.Position
getAltitude, getLatitude, getLongitude
 

Method Detail

isFirst

boolean isFirst()
Should report whether this is the first point in a track segment.

Returns:
true if first point.

getTime

Date getTime()
Should report the time stamp associated with this track coordinate.

Returns:
Time associated with this track coordinate.


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