Jeospace API

Uses of Interface
org.jeospace.physics.orbit.OrbitalBody

Packages that use OrbitalBody
org.jeospace.navigation Contains classes that implement the navigation capabilities. 
org.jeospace.physics.orbit Contains interfaces and classes supporting physics based orbital mechanics. 
 

Uses of OrbitalBody in org.jeospace.navigation
 

Constructors in org.jeospace.navigation with parameters of type OrbitalBody
TrackEarthSatellite(Earth earth, OrbitalBody satellite, Position position)
          Constructor
TrackSolarOrbitalObject(Earth earth, OrbitalBody target, Position position)
          Constructor
ShadowChild(OrbitalBody target, Length distance)
          Constructor
 

Uses of OrbitalBody in org.jeospace.physics.orbit
 

Subinterfaces of OrbitalBody in org.jeospace.physics.orbit
 interface Satellite
          Defines the requirements for positioning satellites.
 interface World
          Defines the requirements necessary to describe a world's physical characteristics and motions as they relate to being a part of an orbital system.
 

Classes in org.jeospace.physics.orbit that implement OrbitalBody
 class BaseSatellite
          A concrete implementation of Satellite for identifying and tracking satellites in 'unperturbed' orbits about their parent worlds.
 class BaseWorld
          A concrete implementation of World intended to be initialized parametrically.
 class Earth
          Earth, third planet from the Sun.
 class EarthSatellite
          A concrete implementation of Satellite specific to identifying and tracking Earth orbiting satellites.
 class Jupiter
          Jupiter, the fifth planet from the Sun.
 class Mars
          Mars, the fourth planet from the Sun.
 class Mercury
          Mercury, the first planet from the Sun.
 class Moon
          The Moon, primary satellite of the Earth.
 class Neptune
          Neptune, the eighth planet from the Sun.
 class Pluto
          Pluto, the ninth planet from the Sun.
 class Saturn
          Saturn, the sixth planet from the Sun.
 class SolarWorld
          The base implementation for the major planets of the Solar System.
 class Sun
          The Sun, the primary SolarWorld.
 class Uranus
          Uranus, the seventh planet from the Sun.
 class Venus
          Venus, the second planet from the Sun.
 


Jeospace API

Copyright © 2006 - jeospace.org