|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoordinates.WGS84
WGS84 coordinates. This is the standard used for GPS. This coordinates are used to express absolut origins to which cartesian coordinates can refer to.
| Constructor Summary | |
WGS84(double longitude,
double latitude,
double altitude)
|
|
| Method Summary | |
Cartesian |
diff(WGS84 that)
Calculate the difference between to absolut points. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WGS84(double longitude,
double latitude,
double altitude)
| Method Detail |
public Cartesian diff(WGS84 that)
that - the second point.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||