Uses of Interface
gps.convert.GeoidIF

Packages that use GeoidIF
gps.convert   
net.sf.bt747.j2se.app.utils   
 

Uses of GeoidIF in gps.convert
 

Methods in gps.convert that return GeoidIF
static GeoidIF Geoid.getInstance()
           
 

Methods in gps.convert with parameters of type GeoidIF
static void Conv.setGeoidIF(GeoidIF geoidIF)
          Set the class to use for geoid calculation.
 

Uses of GeoidIF in net.sf.bt747.j2se.app.utils
 

Classes in net.sf.bt747.j2se.app.utils that implement GeoidIF
 class Geoid
           
 

Methods in net.sf.bt747.j2se.app.utils that return GeoidIF
static GeoidIF Geoid.getInstance()