Jeospace API

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

Packages that use World
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. 
org.jeospace.x3d.geometry Contains classes used in the construction of x3d geometry. 
 

Uses of World in org.jeospace.physics.orbit
 

Classes in org.jeospace.physics.orbit that implement World
 class BaseWorld
          A concrete implementation of World intended to be initialized parametrically.
 class Earth
          Earth, third planet from the Sun.
 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.
 

Methods in org.jeospace.physics.orbit with parameters of type World
static void RotationalAxis.getOrientation(World world, double julianDay, float[] axisOrientation)
          Calculate the orientation of the axis rotational axis of the specified world .
 

Uses of World in org.jeospace.simulation
 

Methods in org.jeospace.simulation that return World
 World Unmarshal.getWorld(org.w3c.dom.Element world_element, World parent_world)
          Return the World object that cooresponds to the argument
 World SystemNode.getWorld()
          Return the properties for the primary world of this system.
 

Methods in org.jeospace.simulation with parameters of type World
 SystemNode SimNodeRegistry.createSystemNode(World world)
          Create and add an SystemNode to the registry and to it's parent node.
 OrbitalElements Unmarshal.getOrbitalElements(org.w3c.dom.Element oe_element, World parent_world)
          Return the OrbitalElements that coorespond to the argument
 World Unmarshal.getWorld(org.w3c.dom.Element world_element, World parent_world)
          Return the World object that cooresponds to the argument
 Satellite Unmarshal.getSatellite(org.w3c.dom.Element sat_element, World parent_world)
          Return the Satellite object that cooresponds to the argument
 

Constructors in org.jeospace.simulation with parameters of type World
SystemNode(World world)
          Construct an instance initialized with the primary world of this system.
SystemNode(World world, SimNode parent)
          Construct an instance initialized with the primary world of this system.
 

Uses of World in org.jeospace.x3d.geometry
 

Methods in org.jeospace.x3d.geometry with parameters of type World
static ILSDataSource EllipticPathFactory.create(OrbitalElements oe, World world, double julianDay)
          The factory method
 


Jeospace API

Copyright © 2006 - jeospace.org