net.sf.bt747.j2se.app.utils
Class Geoid

java.lang.Object
  extended by net.sf.bt747.j2se.app.utils.Geoid
All Implemented Interfaces:
GeoidIF

public final class Geoid
extends java.lang.Object
implements GeoidIF

Author:
Mario

Method Summary
static GeoidIF getInstance()
           
 double wgs84Separation(double lat, double lon)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final GeoidIF getInstance()

wgs84Separation

public final double wgs84Separation(double lat,
                                    double lon)
Specified by:
wgs84Separation in interface GeoidIF