Uses of Class
org.hermit.astro.Body

Packages that use Body
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 Body in org.hermit.astro
 

Subclasses of Body in org.hermit.astro
 class Moon
          This class represents the Moon, and provides all known information about it.
 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.
 

Methods in org.hermit.astro that return Body
 Body Observation.getBody(Body.Name which)
          Get the named celestial body.