|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wamblee.gps.geometry.Point
org.wamblee.gps.track.TrackPoint
public class TrackPoint
A point from a GPS track. TODO should be extended with additional information (e.g. date/time if available).
| 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 |
|---|
public TrackPoint(double aLatitude,
double aLongitude,
double aElevation)
aLatitude - Latitude in degrees.aLongitude - Longitude in degrees.aElevation - Elevation in metres.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||