|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the requirements for classes that will be calculating the elliptic motion of orbital objects from their orbital elements.
| Method Summary | |
void |
getValue(double julianDay,
Cartesian position)
Return the position of the orbital object for the given Julian day in the passed Cartesian object. |
void |
getValue(double julianDay,
Spherical spherical)
Return the position of the orbital object for the given Julian Day in the passed Spherical object. |
void |
set(OrbitalElements oe)
Set the value of the orbital elements to be used in the calculation of the orbital object in it's elliptic motion |
| Method Detail |
public void set(OrbitalElements oe)
oe - the orbital elements
public void getValue(double julianDay,
Cartesian position)
Cartesian object.
julianDay - the Julian dayposition - the Cartesian object to initialize with the orbital
object's position
public void getValue(double julianDay,
Spherical spherical)
Spherical object.
julianDay - the Julian dayspherical - the Spherical object to initialize with the orbital
object's position
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||