|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.transformations.TEMEProvider
public final class TEMEProvider
True Equator Mean Equinox Frame.
This frame is used for the SGP4 model in TLE propagation. This frame has no official definition and there are some ambiguities about whether it should be used as "of date" or "of epoch". This frame should therefore be used only for TLE propagation and not for anything else, as recommended by the CCSDS Orbit Data Message blue book.
Constructor Summary | |
---|---|
TEMEProvider()
Simple constructor. |
Method Summary | |
---|---|
Transform |
getTransform(AbsoluteDate date)
Get the transform from True Of Date date. |
Transform |
getTransform(AbsoluteDate date,
boolean computeSpinDerivatives)
Get the transform from True Of Date date. |
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transform from True Of Date date. |
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transform from True Of Date date. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TEMEProvider()
Method Detail |
---|
public Transform getTransform(AbsoluteDate date) throws OrekitException
The update considers the earth rotation from IERS data.
getTransform
in interface TransformProvider
date
- new value of the date
OrekitException
- if the nutation model data embedded in the
library cannot be readpublic Transform getTransform(AbsoluteDate date, boolean computeSpinDerivatives) throws OrekitException
The update considers the earth rotation from IERS data.
getTransform
in interface TransformProvider
date
- new value of the datecomputeSpinDerivatives
- unused param
OrekitException
- if the nutation model data embedded in the
library cannot be readpublic Transform getTransform(AbsoluteDate date, FramesConfiguration config) throws OrekitException
The update considers the earth rotation from IERS data.
getTransform
in interface TransformProvider
date
- new value of the dateconfig
- frames configuration to use
OrekitException
- if the nutation model data embedded in the
library cannot be readpublic Transform getTransform(AbsoluteDate date, FramesConfiguration config, boolean computeSpinDerivatives) throws OrekitException
The update considers the earth rotation from IERS data.
getTransform
in interface TransformProvider
date
- new value of the dateconfig
- frames configuration to usecomputeSpinDerivatives
- unused param
OrekitException
- if the nutation model data embedded in the
library cannot be read
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |