|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.utils.ReferencePointsDisplacement
public final class ReferencePointsDisplacement
This class provides the model describing the displacements of reference points due to the effect of the solid Earth tides.
Computes the displacement of reference points due to the effect of the solid Earth tides.
Method Summary | |
---|---|
static Vector3D |
solidEarthTidesCorrections(AbsoluteDate date,
Vector3D point,
Vector3D sun,
Vector3D moon)
Computes the displacement of reference points due to the effect of the solid Earth tides. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Vector3D solidEarthTidesCorrections(AbsoluteDate date, Vector3D point, Vector3D sun, Vector3D moon) throws OrekitException
See IERS conventions 2010, chapter 7, section 7.1.1 "Effects of the solid Earth tides" ftp://tai.bipm.org/iers/conv2010/chapter7/tn36_c7.pdf
date
- date of computation in UTCpoint
- geocentric position of the point (in ITRF Frame)sun
- geocentric position of the sun (in ITRF Frame)moon
- geocentric position of the moon (in ITRF Frame)
OrekitException
- if some data cannot be read or if some
file content is corrupted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |