Jeospace API

Uses of Interface
org.jeospace.physics.KineticBody

Packages that use KineticBody
org.jeospace.navigation Contains classes that implement the navigation capabilities. 
org.jeospace.physics.orbit Contains interfaces and classes supporting physics based orbital mechanics. 
org.jeospace.simulation Contains classes to configure, manage and control the simulation/visulation environment. 
 

Uses of KineticBody in org.jeospace.navigation
 

Constructors in org.jeospace.navigation with parameters of type KineticBody
ShadowSibling(KineticBody source, KineticBody target, Length distance)
          Constructor
ShadowParent(KineticBody child, Length distance)
          Constructor
 

Uses of KineticBody in org.jeospace.physics.orbit
 

Subinterfaces of KineticBody in org.jeospace.physics.orbit
 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 KineticBody
 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.
 

Uses of KineticBody in org.jeospace.simulation
 

Methods in org.jeospace.simulation with parameters of type KineticBody
 SimNode SimNodeRegistry.createNode(KineticBody body)
          Create and add a SimNode to the registry and to it's parent node.
 


Jeospace API

Copyright © 2006 - jeospace.org