|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.navigation.TrackSolarOrbitalObject
A source of orientation data for viewpoint tracking of an orbital body that is in Solar orbit from an Earth ellipsoidal position.
OrbitalBody,
Position,
Attitude,
Quaternion| Constructor Summary | |
TrackSolarOrbitalObject(Earth earth,
OrbitalBody target,
Position position)
Constructor |
|
| Method Summary | |
void |
enableOrientation(boolean enabled)
Set the state of the object to produce updated orientation data. |
void |
get(Attitude attitude)
Return the orientation data in the argument object. |
void |
get(Quaternion quaternion)
Return the orientation data in the argument object. |
void |
updateOrientation(double julianDay)
Process any orientation changes for the next simulation frame. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TrackSolarOrbitalObject(Earth earth,
OrbitalBody target,
Position position)
earth - An Earth objecttarget - The target orbital object to trackposition - The source of position coordinates| Method Detail |
public void updateOrientation(double julianDay)
updateOrientation in interface OrientationjulianDay - The time value for which to calculate the positionpublic void enableOrientation(boolean enabled)
true.
enableOrientation in interface Orientationenabled - true if the object should update it's
orientation data in response to update( ) calls,
false if the object should NOT update it's orientation
data in response to update( ) calls.public void get(Attitude attitude)
get in interface Orientationattitude - The Attitude coordinate object to initialize with
the current orientation data.public void get(Quaternion quaternion)
get in interface Orientationquaternion - The Quaternion coordinate object to initialize with
the current orientation data.
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||