Uses of Class
org.hermit.astro.Body.Name

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

Fields in org.hermit.astro declared as Body.Name
static Body.Name[] Body.ALL_BODIES
          The names of all the celestial bodies we have information on.
 

Methods in org.hermit.astro that return Body.Name
 Body.Name Body.getId()
          Get this body's identifier.
static Body.Name Body.Name.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Body.Name[] Body.Name.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hermit.astro with parameters of type Body.Name
 Body Observation.getBody(Body.Name which)
          Get the named celestial body.
 Planet Observation.getPlanet(Body.Name which)
          Get a planet.
 

Constructors in org.hermit.astro with parameters of type Body.Name
Body(Observation o, Body.Name which)
          Create a Body.