wonderly.jeaprs.aprs.data
Class DoubleDistance

java.lang.Object
  |
  +--wonderly.jeaprs.aprs.data.DoubleDistance

public class DoubleDistance
extends java.lang.Object

This class provides geographical distance calculations using double prec math

Version:
1.0
Author:
Gregg Wonderly - The information contained in this document is Copyright 2001-2003, Gregg Wonderly, all rights reserved.

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

DoubleDistance

public DoubleDistance()
Method Detail

stationDistanceMiles

public static double stationDistanceMiles(double lt1,
                                          double lg1,
                                          double lt2,
                                          double lg2)
Double precision calculation of distance between two points.