org.wamblee.gps.track
Class TrackPoint

java.lang.Object
  extended by org.wamblee.gps.geometry.Point
      extended by org.wamblee.gps.track.TrackPoint
All Implemented Interfaces:
java.io.Serializable

public class TrackPoint
extends Point

A point from a GPS track. TODO should be extended with additional information (e.g. date/time if available).

Author:
Erik Brakkee
See Also:
Serialized Form

Constructor Summary
TrackPoint(double aLatitude, double aLongitude, double aElevation)
          Constructs the point.
 
Method Summary
 
Methods inherited from class org.wamblee.gps.geometry.Point
getCoordinates, getCoordinateSystem, getReferenceCoordinates, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrackPoint

public TrackPoint(double aLatitude,
                  double aLongitude,
                  double aElevation)
Constructs the point.

Parameters:
aLatitude - Latitude in degrees.
aLongitude - Longitude in degrees.
aElevation - Elevation in metres.


Copyright © 2010. All Rights Reserved.