Jeospace API

Uses of Class
org.jeospace.coordinate.Cartesian

Packages that use Cartesian
org.jeospace.coordinate Contains classes that support 3 dimensional coordinate objects used to position and orient. 
org.jeospace.navigation Contains classes that implement the navigation capabilities. 
org.jeospace.physics Contains classes supporting physics based simulations. 
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.ui.swt.widgets Contains classes for creating SWT based user interfaces which utilize Jeospace objects. 
 

Uses of Cartesian in org.jeospace.coordinate
 

Methods in org.jeospace.coordinate that return Cartesian
 Cartesian Ellipsoidal.getCartesian()
          Get the Cartesian representation of the Ellipsoidal coordinate.
 Cartesian Ellipsoidal.getCartesian(Length scale)
          Get the Cartesian representation of the Ellipsoidal coordinate object.
 Cartesian Spherical.getVector(Spherical target, Length scale)
          Get the Cartesian representation of the vector from this Spherical coordinate object to a target Spherical coordinate object.
 Cartesian Spherical.getCartesian()
          Get the Cartesian representation of the Spherical coordinate.
 Cartesian Spherical.getCartesian(Length scale)
          Get the Cartesian representation of the Spherical coordinate.
abstract  Cartesian Polar.getCartesian()
          Get the Cartesian representation of the Polar coordinate.
abstract  Cartesian Polar.getCartesian(Length scale)
          Get the Cartesian representation of the Polar coordinate.
 

Methods in org.jeospace.coordinate with parameters of type Cartesian
static void OrientationUtil.getPlaneOfTheHorizonOrientation(Cartesian c, float[] orientation)
          Return the orientation of the plane of the horizon (based on the DefaultConvention) for the argument Cartesian coordinate
 void Ellipsoidal.set(Cartesian cartesian, Ellipsoid ellipsoid)
          Set the Ellipsoidal coordinate object's components.
 void Ellipsoidal.set(Cartesian cartesian)
          Set the Ellipsoidal coordinate object's components.
 void Ellipsoidal.getCartesian(Cartesian cartesian)
          Get the Cartesian representation of the Ellipsoidal coordinate object.
 void Spherical.set(Cartesian cartesian)
          Set the Spherical coordinate object's components.
 void Spherical.getVector(Spherical target, Cartesian vector)
          Get the Cartesian representation of the vector from this Spherical coordinate object to a target Spherical coordinate object.
 void Spherical.getCartesian(Cartesian cartesian)
          Get the Cartesian representation of the Spherical coordinate.
abstract  void Polar.set(Cartesian cartesian)
          Set the Polar coordinate object's components.
abstract  void Polar.getCartesian(Cartesian cartesian)
          Get the Cartesian representation of the Polar coordinate.
 void Cartesian.set(Cartesian cart)
          Set the values for the coordinate points and scalor
 void Cartesian.setValues(Cartesian cart)
          Set the values for the coordinate points while retaining the scalor of this Cartesian
 

Constructors in org.jeospace.coordinate with parameters of type Cartesian
Ellipsoidal(Cartesian cartesian, Ellipsoid ellipsoid)
          Construct an Ellipsoidal coordinate object that cooresponds to the given Cartesian coordinate.
Spherical(Cartesian cartesian)
          Create a Spherical coordinate object that cooresponds to the given Cartesian coordinate.
Cartesian(Cartesian cart)
          Create a Cartesian coordinate object identical to the passed object.
 

Uses of Cartesian in org.jeospace.navigation
 

Methods in org.jeospace.navigation with parameters of type Cartesian
 void ShadowSibling.get(Cartesian cartesian)
          Return the positioning data in the argument object.
 void ShadowParent.get(Cartesian cartesian)
          Return the positioning data in the argument object.
 void ShadowChild.get(Cartesian cartesian)
          Return the positioning data in the argument object.
 void OrbitInterpolator.get(Cartesian cartesian)
          Return the position as a Cartesian
 void SphericalInterpolator.get(Cartesian cartesian)
          Return the position as a Cartesian
 void DefaultPosition.get(Cartesian cartesian)
          Return the position in the argument object.
 void Position.get(Cartesian cartesian)
          Return the positioning data in the argument object.
 void Globe.get(Cartesian cart, Quaternion quat)
          Calculate the plane of the horizon orientation for the argument cartesian coordinate.
 void Horizon.get(Cartesian cart, Quaternion quat)
          Calculate the plane of the horizon orientation for the argument cartesian coordinate.
 

Uses of Cartesian in org.jeospace.physics
 

Methods in org.jeospace.physics with parameters of type Cartesian
 void KineticBody.getCoordinate(double timeValue, Cartesian cartesian)
          Calculate the position of the object referenced to it's parent reference frame at the specified time and initialize the argument Cartesian object with the position coordinate.
 

Uses of Cartesian in org.jeospace.physics.orbit
 

Methods in org.jeospace.physics.orbit with parameters of type Cartesian
 void CelestialBody.getCoordinate(double timeValue, Cartesian cartesian)
          Calculate the position of the object referenced to it's parent reference frame at the specified time and initialize the argument Cartesian object with the position coordinate.
 void SxP4EllipticMotion.getValue(double julianDay, Cartesian position)
          Return the position of the satellite for the given Julian day in the passed Cartesian object.
 void BaseSatellite.getCoordinate(double timeValue, Cartesian cartesian)
          Calculate the position of the satellite referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Cartesian object with the position coordinate.
 void Pluto.getCoordinate(double julianDay, Cartesian cartesian)
          Calculate the position of the world referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Cartesian object with the position coordinate.
 void Moon.getCoordinate(double julianDay, Cartesian cartesian)
          Calculate the position of the world referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Cartesian object with the position coordinate.
 void Sun.getCoordinate(double julianDay, Cartesian cartesian)
          Over-rides SolarWorld.
 void SolarWorld.getCoordinate(double julianDay, Cartesian cartesian)
          Calculate the position of the world referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Cartesian object with the position coordinate.
 void BaseWorld.getCoordinate(double timeValue, Cartesian cartesian)
          Calculate the position of the world referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Cartesian object with the position coordinate.
 void UnperturbedEllipticMotion.getValue(AnomalyType type, double anomalyArgument, Cartesian position)
          Return the position of the orbital object for the anomaly type and argument in the passed Cartesian object.
 void UnperturbedEllipticMotion.getValue(double julianDay, Cartesian position)
          Return the position of the orbital object for the given Julian day in the passed Cartesian object.
 void EllipticMotion.getValue(double julianDay, Cartesian position)
          Return the position of the orbital object for the given Julian day in the passed Cartesian object.
 

Uses of Cartesian in org.jeospace.simulation
 

Methods in org.jeospace.simulation that return Cartesian
 Cartesian Unmarshal.getCartesian(org.w3c.dom.Element cartesian_element)
          Return the Cartesian object that cooresponds to the argument
 

Methods in org.jeospace.simulation with parameters of type Cartesian
 org.w3c.dom.Element Marshal.createCartesian(Cartesian cartesian)
          Create and return an Element cooresponding to the argument Cartesian object
 

Uses of Cartesian in org.jeospace.ui.swt.widgets
 

Methods in org.jeospace.ui.swt.widgets with parameters of type Cartesian
 void NavigationControl.get(Cartesian cartesian)
          Return the positioning data in the argument object.
 


Jeospace API

Copyright © 2006 - jeospace.org