Uses of Interface
org.hermit.astro.AstroConstants

Packages that use AstroConstants
org.hermit.astro A library of astronomical calculations, providing positions, rise and set times, magnitudes, and other information for the Sun, Moon and planets. 
 

Uses of AstroConstants in org.hermit.astro
 

Classes in org.hermit.astro that implement AstroConstants
 class Body
          A celestial body in astronomical calculations; this class calculates and caches all parameters relating to a specific body.
 class Instant
          A representation of a particular moment in time, with methods to convert between the numerous time systems used in astronomy.
 class Moon
          This class represents the Moon, and provides all known information about it.
 class Observation
          This class represents a particular set of circumstances for a calculation, for example at a particular location and moment in time.
 class Planet
          This class represents a planet, and provides all known information about it.
 class Sun
          This class represents the Sun, and provides all known information about it.
 class Util
          This class contains an implementation of Meeus' interpolation methods.