|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.propagation.Ephemeris
public class Ephemeris
This class is designed to accept and handle tabulated orbital entries. Tabulated entries are classified and then extrapolated in way to obtain continuous output, with accuracy and computation methods configured by the user.
| Constructor Summary | |
|---|---|
Ephemeris(SpacecraftState[] tabulatedStates)
Constructor with tabulated entries. |
|
| Method Summary | |
|---|---|
AbsoluteDate |
getMaxDate()
Get the last date of the range. |
AbsoluteDate |
getMinDate()
Get the first date of the range. |
PVCoordinates |
getPVCoordinates(AbsoluteDate date,
Frame frame)
Get the PVCoordinates of the body in the selected frame. |
SpacecraftState |
propagate(AbsoluteDate date)
Propagate towards a target date. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Ephemeris(SpacecraftState[] tabulatedStates)
tabulatedStates - states table| Method Detail |
|---|
public AbsoluteDate getMinDate()
getMinDate in interface BoundedPropagatorpublic AbsoluteDate getMaxDate()
getMaxDate in interface BoundedPropagatorpublic SpacecraftState propagate(AbsoluteDate date)
Simple propagators use only the target date as the specification for
computing the propagated state. More feature rich propagators like the
ones implemented the extended interface Propagator can consider
other information and provide different operating modes or G-stop
facilities to stop at pinpointed events occurrences. In these cases, the
target date is only a hint, not a mandatory objective.
propagate in interface BasicPropagatordate - target date towards which orbit state should be propagated
public PVCoordinates getPVCoordinates(AbsoluteDate date,
Frame frame)
throws OrekitException
PVCoordinates of the body in the selected frame.
getPVCoordinates in interface PVCoordinatesProviderdate - current dateframe - the frame where to define the position
OrekitException - if position cannot be computed in given frame
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||