Jeospace API

Uses of Interface
org.jeospace.designation.Identifiable

Packages that use Identifiable
org.jeospace.physics Contains classes supporting physics based simulations. 
org.jeospace.physics.orbit Contains interfaces and classes supporting physics based orbital mechanics. 
 

Uses of Identifiable in org.jeospace.physics
 

Subinterfaces of Identifiable in org.jeospace.physics
 interface KineticBody
          Defines the base requirements for identifying and positioning a body in motion.
 

Uses of Identifiable in org.jeospace.physics.orbit
 

Subinterfaces of Identifiable in org.jeospace.physics.orbit
 interface CelestialBody
          Defines the base requirements for identifying and positioning a celestial body.
 interface OrbitalBody
          Defines the base requirements for identifying an orbital body and describing it's geometric relationship to an orbital system.
 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 Identifiable
 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