|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.transformations.ITRFEquinoxProvider
public final class ITRFEquinoxProvider
International Terrestrial Reference Frame, based on old equinox conventions.
Handles pole motion effects and depends on GTODProvider
, its
parent frame.
Constructor Summary | |
---|---|
ITRFEquinoxProvider()
Simple constructor. |
Method Summary | |
---|---|
Transform |
getTransform(AbsoluteDate date)
Get the transform from GTOD at specified date. |
Transform |
getTransform(AbsoluteDate date,
boolean computeSpinDerivatives)
Get the transform from GTOD at specified date. |
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transform from GTOD at specified date. |
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transform from GTOD at specified date. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ITRFEquinoxProvider() throws OrekitException
OrekitException
- if EOP parameters cannot be readMethod Detail |
---|
public Transform getTransform(AbsoluteDate date) throws OrekitException
The update considers the pole motion 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, FramesConfiguration config) throws OrekitException
The update considers the pole motion 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, boolean computeSpinDerivatives) throws OrekitException
The update considers the pole motion from IERS data.
getTransform
in interface TransformProvider
date
- new value of the datecomputeSpinDerivatives
- not used
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 pole motion from IERS data.
getTransform
in interface TransformProvider
date
- new value of the dateconfig
- frames configuration to usecomputeSpinDerivatives
- not used
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 |