JEphem site
tig API
Build classes

Uses of Interface
jephem.astro.solarsystem.SolarSystemConstants

Packages that use SolarSystemConstants
jephem.astro General classes to conduct ephemeris calculation. 
jephem.astro.solarsystem Contains classes to perform computations on objects of the solar system. 
jephem.astro.solarsystem.vsop87 Classes and data to compute planetary positions using VSOP87 theory. 
jephem.astro.spacetime Classes related with spatial and temporal reference frames. 
jephem.gui Classes handling the Graphical User Interface (GUI). 
jephem.tools Classes using jephem.astro API to give higher-level services ; these classes are not inside jephem.astro package because they depend on data saved in property files. 
 

Uses of SolarSystemConstants in jephem.astro
 

Classes in jephem.astro that implement SolarSystemConstants
 class AstroContext
          Conductor of ephemeris calculation.
 class Body
          An object of this class represents a heavenly body.
 

Uses of SolarSystemConstants in jephem.astro.solarsystem
 

Classes in jephem.astro.solarsystem that implement SolarSystemConstants
 class SolarSystem
          This class contains general static method related to solar system matters.
 class SwissEphemeris
          Class serving to interface JEphem and the java port of SwissEphemeris.
 

Uses of SolarSystemConstants in jephem.astro.solarsystem.vsop87
 

Classes in jephem.astro.solarsystem.vsop87 that implement SolarSystemConstants
 class VSOP87
          Low-level class performing calculations of planet coordinates from VSOP87 theory,
 

Uses of SolarSystemConstants in jephem.astro.spacetime
 

Classes in jephem.astro.spacetime that implement SolarSystemConstants
 class Units
          Contains methods to format and transform units and coordinates.
 

Uses of SolarSystemConstants in jephem.gui
 

Classes in jephem.gui that implement SolarSystemConstants
 class NewCurveDialog
          Modal dialog displayed when a new Curve plotting is asked by the user.
 class NewEphemerisDialog
          Modal dialog displayed when a new Ephemeris is asked by the user.
 class PreferencesDialog
          Modal dialog which permits to the user to choose the preferences of JEphem.
 

Uses of SolarSystemConstants in jephem.tools
 

Classes in jephem.tools that implement SolarSystemConstants
 class AstroPrefs
          Handles general astronomy preferences.
 class Ephemeris
           An Ephemeris is the representation of a coordinate at different instants.
 


JEphem site
tig API
Build classes