|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.bodies.AbstractCelestialBody
fr.cnes.sirius.validate.mocks.ephemeris.UserCelestialBody
public class UserCelestialBody
User-made Celestial body.
| Constructor Summary | |
|---|---|
UserCelestialBody(IEphemerisBody body,
IUserEphemeris ephemeris)
Constructor. |
|
UserCelestialBody(IEphemerisBody body,
IUserEphemeris ephemeris,
FramesConfiguration framesConfigurationIn)
Constructor with frame configuration. |
|
| Method Summary | |
|---|---|
PVCoordinates |
getPVCoordinates(AbsoluteDate date,
Frame frame)
Computes the PV coordinates at a date using linear interpolator. |
PVCoordinates |
getPVCoordinatesLagrange4(AbsoluteDate date,
Frame frame)
Computes the PV coordinates at a date using Lagrange 4 interpolator. |
| Methods inherited from class org.orekit.bodies.AbstractCelestialBody |
|---|
getBodyOrientedFrame, getFrame, getGM, getInertiallyOrientedFrame, getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserCelestialBody(IEphemerisBody body,
IUserEphemeris ephemeris)
body - the bodyephemeris - the ephemeris
public UserCelestialBody(IEphemerisBody body,
IUserEphemeris ephemeris,
FramesConfiguration framesConfigurationIn)
body - the bodyephemeris - the ephemerisframesConfigurationIn - the frame configuration| Method Detail |
|---|
public PVCoordinates getPVCoordinatesLagrange4(AbsoluteDate date,
Frame frame)
throws OrekitException
date - the dateframe - the frame
OrekitException - should not happen
public PVCoordinates getPVCoordinates(AbsoluteDate date,
Frame frame)
throws OrekitException
getPVCoordinates in interface PVCoordinatesProvidergetPVCoordinates in class AbstractCelestialBodydate - the dateframe - the frame
OrekitException - thrown if some frame conversion failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||