|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.forces.gravity.tides.TerrestrialTidesDataProvider
public final class TerrestrialTidesDataProvider
Terrestrial tides parameters given by the IERS 2003 standard.
Constructor Summary | |
---|---|
TerrestrialTidesDataProvider()
Simple constructor. |
|
TerrestrialTidesDataProvider(TidesStandards.TidesStandard tideStandard)
Simple constructor. |
Method Summary | |
---|---|
double[] |
getAnelasticityCorrectionLoveNumber2()
Get second degree Love number for the third body perturbation. |
double[] |
getAnelasticityCorrectionLoveNumber3()
Get third degree Love number for the third body perturbation. |
double[] |
getDoodsonNumbers()
Get the Doodson numbers used by the standard. |
double[] |
getEllipticityCorrectionLoveNumber2()
Get second degree Love number for the ellipticity perturbation. |
double[][] |
getFrequencyCorrection()
Get the frequency corrections as a table of Love number corrections associated to a Doodson number i.e. |
double[][] |
getNutationCoefficients()
Get constant coefficients coming from the luni solar nutation theory in order to compute the fundamental arguments. |
TidesStandards.TidesStandard |
getStandard()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TerrestrialTidesDataProvider() throws OrekitException
OrekitException
- thrown if standard is different from IERS 2003public TerrestrialTidesDataProvider(TidesStandards.TidesStandard tideStandard) throws OrekitException
tideStandard
- the tide standard
OrekitException
- thrown if standard is different from IERS 2003Method Detail |
---|
public double[] getAnelasticityCorrectionLoveNumber2()
ITerrestrialTidesDataProvider
getAnelasticityCorrectionLoveNumber2
in interface ITerrestrialTidesDataProvider
public double[] getAnelasticityCorrectionLoveNumber3()
ITerrestrialTidesDataProvider
getAnelasticityCorrectionLoveNumber3
in interface ITerrestrialTidesDataProvider
public double[] getEllipticityCorrectionLoveNumber2()
ITerrestrialTidesDataProvider
getEllipticityCorrectionLoveNumber2
in interface ITerrestrialTidesDataProvider
public double[][] getFrequencyCorrection()
ITerrestrialTidesDataProvider
getFrequencyCorrection
in interface ITerrestrialTidesDataProvider
public double[][] getNutationCoefficients()
ITerrestrialTidesDataProvider
getNutationCoefficients
in interface ITerrestrialTidesDataProvider
public double[] getDoodsonNumbers()
ITerrestrialTidesDataProvider
getDoodsonNumbers
in interface ITerrestrialTidesDataProvider
public TidesStandards.TidesStandard getStandard()
getStandard
in interface ITerrestrialTidesDataProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |