|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the base requirements for identifying and positioning a celestial body.
Identifiable,
Cartesian,
Spherical,
ReferenceFrame| Method Summary | |
void |
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 |
getCoordinate(double timeValue,
Spherical spherical)
Calculate the position of the object referenced to it's parent reference frame at the specified time and initialize the argument Spherical object with the position coordinate. |
ReferenceFrame |
getReferenceFrame()
Return the identifier of the object's reference frame. |
| Methods inherited from interface org.jeospace.designation.Identifiable |
getIdentification |
| Method Detail |
public ReferenceFrame getReferenceFrame()
ReferenceFrame identifier
public void getCoordinate(double timeValue,
Spherical spherical)
Spherical object with the position coordinate.
timeValue - the time instant for calculating the object's positionspherical - the object to initialize with the object's position
coordinate
public void getCoordinate(double timeValue,
Cartesian cartesian)
Cartesian object with the position coordinate.
timeValue - the time instant for calculating the object's positioncartesian - the object to initialize with the object's position
coordinate
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||