|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CelestialBody
Interface for celestial bodies like Sun, Moon or solar system planets.
CelestialBodyFactory,
IAUPole| Method Summary | |
|---|---|
Frame |
getBodyOrientedFrame()
Get a body oriented, body centered frame. |
Frame |
getFrame()
Deprecated. as of 6.0 replaced by getInertiallyOrientedFrame() |
double |
getGM()
Get the attraction coefficient of the body. |
Frame |
getInertiallyOrientedFrame()
Get an inertially oriented, body centered frame. |
String |
getName()
Get the name of the body. |
| Methods inherited from interface org.orekit.utils.PVCoordinatesProvider |
|---|
getPVCoordinates |
| Method Detail |
|---|
@Deprecated Frame getFrame()
getInertiallyOrientedFrame()
The frame is always bound to the body center, and its axes have a fixed orientation with respect to other inertial frames.
Frame getInertiallyOrientedFrame()
throws OrekitException
The frame is always bound to the body center, and its axes have a fixed orientation with respect to other inertial frames.
OrekitException - if frame cannot be retrievedgetBodyOrientedFrame()
Frame getBodyOrientedFrame()
throws OrekitException
The frame is always bound to the body center, and its axes have a fixed orientation with respect to the celestial body.
OrekitException - if frame cannot be retrievedgetInertiallyOrientedFrame()String getName()
double getGM()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||