|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.configuration.tides.NoTidalCorrection
public class NoTidalCorrection
This class ignores the tidal effects.
Constructor Summary | |
---|---|
NoTidalCorrection()
Simple constructor. |
Method Summary | |
---|---|
double |
getLODCorrection(AbsoluteDate t)
Get length of day correction. |
FrameConvention |
getOrigin()
Get IERS model origin. |
PoleCorrection |
getPoleCorrection(AbsoluteDate t)
Compute the pole corrections at a given date. |
double |
getUT1Correction(AbsoluteDate t)
Compute the UT1-TAI corrections at a given date. |
boolean |
isDirect()
Returns true if model uses direct computation, false if interpolated computation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoTidalCorrection()
Method Detail |
---|
public final PoleCorrection getPoleCorrection(AbsoluteDate t)
getPoleCorrection
in interface TidalCorrectionModel
t
- date
public final double getUT1Correction(AbsoluteDate t)
getUT1Correction
in interface TidalCorrectionModel
t
- date
public double getLODCorrection(AbsoluteDate t)
getLODCorrection
in interface TidalCorrectionModel
t
- date
public FrameConvention getOrigin()
getOrigin
in interface TidalCorrectionModel
public boolean isDirect()
isDirect
in interface TidalCorrectionModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |