Jeospace API

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

Packages that use Satellite
org.jeospace.physics.orbit Contains interfaces and classes supporting physics based orbital mechanics. 
org.jeospace.projection Contains classes that manage map projections. 
org.jeospace.simulation Contains classes to configure, manage and control the simulation/visulation environment. 
 

Uses of Satellite in org.jeospace.physics.orbit
 

Classes in org.jeospace.physics.orbit that implement Satellite
 class BaseSatellite
          A concrete implementation of Satellite for identifying and tracking satellites in 'unperturbed' orbits about their parent worlds.
 class EarthSatellite
          A concrete implementation of Satellite specific to identifying and tracking Earth orbiting satellites.
 

Methods in org.jeospace.physics.orbit that return Satellite
static Satellite SatelliteFactory.create(Identification ident, ReferenceFrame refFrame, OrbitalElements elements)
          The factory method
 

Uses of Satellite in org.jeospace.projection
 

Methods in org.jeospace.projection with parameters of type Satellite
static Ellipsoidal[] ProjectionUtils.getEllipsoidalCoordinates(Satellite sat, double initialJulianDay, int number_of_revs, int number_of_coords_per_rev)
          Calculate the Earth Ellipsoidal coordinates that coorespond to the orbital path of a satellite.
static Ellipsoidal[] ProjectionUtils.getFootprintBoundary(Satellite sat, double julianDay, int number_of_points)
          Calculate the Earth Ellipsoidal coordinates that coorespond to the footprint of a satellite.
 

Uses of Satellite in org.jeospace.simulation
 

Methods in org.jeospace.simulation that return Satellite
 Satellite Unmarshal.getSatellite(org.w3c.dom.Element sat_element, World parent_world)
          Return the Satellite object that cooresponds to the argument
 Satellite SatelliteNode.getSatellite()
          Return the properties for this satellite
 

Methods in org.jeospace.simulation with parameters of type Satellite
 SatelliteNode SimNodeRegistry.createSatelliteNode(Satellite satellite)
          Create and add a SatelliteNode to the registry and to it's parent node.
 org.w3c.dom.Element Marshal.createSatellite(Satellite satellite)
          Create and return a satellite component Element
 

Constructors in org.jeospace.simulation with parameters of type Satellite
SatelliteNode(Satellite satellite, SimNode parent)
          Constructor
 


Jeospace API

Copyright © 2006 - jeospace.org