|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--wonderly.jeaprs.aprs.data.DoubleDistance
This class provides geographical distance calculations using double prec math
Constructor Summary | |
DoubleDistance()
|
Method Summary | |
static double |
stationDistanceMiles(double lt1,
double lg1,
double lt2,
double lg2)
Double precision calculation of distance between two points. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DoubleDistance()
Method Detail |
public static double stationDistanceMiles(double lt1, double lg1, double lt2, double lg2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |