Uses of Interface
org.hermit.geo.GeoConstants

Packages that use GeoConstants
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 GeoConstants in org.hermit.geo
 

Classes in org.hermit.geo that implement GeoConstants
 class AndoyerCalculator
          A geographic data calculator based on the Andoyer formula.
 class GeoCalculator
          Base class for geographic data calculators.
 class HaversineCalculator
          A geographic data calculator based on the Haversine formula.
 class VincentyCalculator
          A geographic data calculator based on Vincenty's formulae.