|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.frames.transformations.MODProvider
public final class MODProvider
Mean Equator, Mean Equinox Frame.
This frame handles precession effects according to the IAU-76 model (Lieske).
Its parent frame is the GCRF frame.
It is sometimes called Mean of Date (MoD) frame.
| Constructor Summary | |
|---|---|
MODProvider()
Simple constructor. |
|
| Method Summary | |
|---|---|
double[] |
getEulerAngles(AbsoluteDate date)
Compute Euler angles (3, 2, 3) of MOD => EME2000 transformation and their derivatives with respect to time. |
Transform |
getTransform(AbsoluteDate date)
Get the transfrom from parent frame. |
Transform |
getTransform(AbsoluteDate date,
boolean computeSpinDerivatives)
Get the transfrom from parent frame. |
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config)
Get the transfrom from parent frame. |
Transform |
getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
Get the transfrom from parent frame. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MODProvider()
| Method Detail |
|---|
public Transform getTransform(AbsoluteDate date,
FramesConfiguration config)
The update considers the precession effects.
getTransform in interface TransformProviderdate - new value of the dateconfig - frames configuration to use
public Transform getTransform(AbsoluteDate date)
throws OrekitException
The update considers the precession effects.
getTransform in interface TransformProviderdate - new value of the date
OrekitException - if the default configuration cannot be retrieved
public Transform getTransform(AbsoluteDate date,
boolean computeSpinDerivatives)
throws OrekitException
The update considers the precession effects.
getTransform in interface TransformProviderdate - new value of the datecomputeSpinDerivatives - not used
OrekitException - if the default configuration cannot be retrieved
public Transform getTransform(AbsoluteDate date,
FramesConfiguration config,
boolean computeSpinDerivatives)
The update considers the precession effects.
getTransform in interface TransformProviderdate - new value of the dateconfig - frames configuration to usecomputeSpinDerivatives - not used
public double[] getEulerAngles(AbsoluteDate date)
date - a date
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||