Uses of Package
org.hermit.astro

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

Classes in org.hermit.astro used by org.hermit.astro
AstroConstants
          Definitions of useful global constants related to astronomical calculations.
AstroError
          This exception is used to indicate an invalid request from the caller.
Body
          A celestial body in astronomical calculations; this class calculates and caches all parameters relating to a specific body.
Body.Field
          This enumeration defines the data fields that are stored for each body.
Body.Name
          This enumeration defines the celestial bodies we know about.
Instant
          A representation of a particular moment in time, with methods to convert between the numerous time systems used in astronomy.
Moon
          This class represents the Moon, and provides all known information about it.
Observation
          This class represents a particular set of circumstances for a calculation, for example at a particular location and moment in time.
Observation.OField
          This enumeration defines the data fields that are stored for each body.
Planet
          This class represents a planet, and provides all known information about it.
Sun
          This class represents the Sun, and provides all known information about it.