Uses of Class
org.hermit.geo.GeoCalculator

Packages that use GeoCalculator
org.hermit.geo A library of various geodetic utilities for handling positions, directions and distances over the surface of the Earth, with a choice of algorithms from the fast and simple Haversine formula, to the super-accurate Vincenty formula. 
 

Uses of GeoCalculator in org.hermit.geo
 

Subclasses of GeoCalculator in org.hermit.geo
 class AndoyerCalculator
          A geographic data calculator based on the Andoyer formula.
 class HaversineCalculator
          A geographic data calculator based on the Haversine formula.
 class VincentyCalculator
          A geographic data calculator based on Vincenty's formulae.
 

Methods in org.hermit.geo that return GeoCalculator
static GeoCalculator GeoCalculator.getCalculator()
          Get the default geodetic calcualtor.