Uses of Package
org.hermit.geo

Packages that use org.hermit.geo
org.hermit.astro A library of astronomical calculations, providing positions, rise and set times, magnitudes, and other information for the Sun, Moon and planets. 
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. 
 

Classes in org.hermit.geo used by org.hermit.astro
Position
          This class represents a geographic position -- ie.
 

Classes in org.hermit.geo used by org.hermit.geo
Azimuth
          This class represents a geographic azimuth -- ie.
Distance
          This class represents a geographic distance -- ie.
GeoCalculator
          Base class for geographic data calculators.
GeoCalculator.Algorithm
          Definition of the algorithm to be used.
GeoConstants
          Global constants for geodetic calculations.
GeoConstants.Ellipsoid
          Selectable ellipsoids, for geodetic calculations.
PointOfInterest
          This class represents a point or area of interest.
Position
          This class represents a geographic position -- ie.
Vector
          This class represents a vector over the Earth's surface -- ie.