Jeospace API

Uses of Class
org.jeospace.coordinate.Attitude

Packages that use Attitude
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.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 Attitude in org.jeospace.coordinate
 

Methods in org.jeospace.coordinate that return Attitude
 Attitude Quaternion.getAttitude()
          Return an Attitude object that corresponds to the quaternion oriented per the DefaultConvention.
 

Methods in org.jeospace.coordinate with parameters of type Attitude
static void OrientationUtil.getOrientation(Attitude attitude, float[] orientation)
          Return the axis angle representation that cooresponds to the argument Attitude object
 void Quaternion.set(Attitude attitude)
          Set the value of the quaternion to coorespond to the argument Attitude.
 void Quaternion.get(Attitude a)
          Initialize the argument Attitude object to correspond to the quaternion oriented per the DefaultConvention.
 void Attitude.set(Attitude a)
          Set the Attitude's components.
 

Constructors in org.jeospace.coordinate with parameters of type Attitude
Quaternion(Attitude attitude)
          Construct a quaternion that cooresponds to the argument Attitude.
Attitude(Attitude a)
          Create an Attitude initialized to duplicate the passed object.
 

Uses of Attitude in org.jeospace.navigation
 

Methods in org.jeospace.navigation with parameters of type Attitude
 void TrackEarthSatellite.get(Attitude attitude)
          Return the orientation data in the argument object.
 void TrackSolarOrbitalObject.get(Attitude attitude)
          Return the orientation data in the argument object.
 void DefaultOrientation.get(Attitude attitude)
          Return the orientationin the argument object.
 void DefaultOrientation.set(Attitude attitude)
          Set the orientation coordinate
 void QuaternionInterpolator.get(Attitude attitude)
          Return the orientation data in the argument object.
 void OrientationControl.set(Attitude attitude)
          Set the initial orientation coordinate
 void Orientation.get(Attitude attitude)
          Return the orientation data in the argument object.
 

Uses of Attitude in org.jeospace.simulation
 

Methods in org.jeospace.simulation that return Attitude
 Attitude Unmarshal.getOrientationCoordinate(org.w3c.dom.Element orientation_element)
          Return the Attitude coordinate that cooresponds to the argument
 Attitude Unmarshal.getAttitude(org.w3c.dom.Element attitude_element)
          Return the Attitude object that cooresponds to the argument
 

Methods in org.jeospace.simulation with parameters of type Attitude
 org.w3c.dom.Element Marshal.createViewpoint(java.lang.String name, ReferenceFrame refFrame, Polar position, Attitude attitude)
          Create and return a viewpoint Element at a fixed position and orientation
 org.w3c.dom.Element Marshal.createViewpoint(java.lang.String name, ReferenceFrame refFrame, SimNode home, SimNode target, Length distance, Attitude attitude)
          Create and return a viewpoint Element at a fixed orientation with a position that shadows a target orbital object as viewed from a separate orbital object
 org.w3c.dom.Element Marshal.createOrientation(Attitude attitude)
          Create and return an orientation Element
 org.w3c.dom.Element Marshal.createAttitude(Attitude attitude)
          Create and return an Element cooresponding to the argument Attitude object
 

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

Methods in org.jeospace.ui.swt.widgets with parameters of type Attitude
 void NavigationControl.set(Attitude attitude)
          Set the working coordinate.
 void NavigationControl.get(Attitude attitude)
          Return the orientation data in the argument object.
 


Jeospace API

Copyright © 2006 - jeospace.org