org.orekit.frames.configuration.tides
Class NoTidalCorrection

java.lang.Object
  extended by org.orekit.frames.configuration.tides.NoTidalCorrection
All Implemented Interfaces:
TidalCorrectionModel

public class NoTidalCorrection
extends Object
implements TidalCorrectionModel

This class ignores the tidal effects.

Since:
1.2
Version:
$Id: NoTidalCorrection.java 17602 2017-05-18 08:25:23Z bignon $
Author:
Julie Anton
Concurrency :
immutable.

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

NoTidalCorrection

public NoTidalCorrection()
Simple constructor.

Method Detail

getPoleCorrection

public final PoleCorrection getPoleCorrection(AbsoluteDate t)
Compute the pole corrections at a given date.

Specified by:
getPoleCorrection in interface TidalCorrectionModel
Parameters:
t - date
Returns:
pole correction

getUT1Correction

public final double getUT1Correction(AbsoluteDate t)
Compute the UT1-TAI corrections at a given date.

Specified by:
getUT1Correction in interface TidalCorrectionModel
Parameters:
t - date
Returns:
ut1-tai corrections

getLODCorrection

public double getLODCorrection(AbsoluteDate t)
Get length of day correction.

Specified by:
getLODCorrection in interface TidalCorrectionModel
Parameters:
t - date
Returns:
length of day correction (in secs)

getOrigin

public FrameConvention getOrigin()
Get IERS model origin.

Specified by:
getOrigin in interface TidalCorrectionModel
Returns:
IERS model origin

isDirect

public boolean isDirect()
Returns true if model uses direct computation, false if interpolated computation.

Specified by:
isDirect in interface TidalCorrectionModel
Returns:
true if model uses direct computation, false if interpolated computation


Copyright © 2017 CNES. All Rights Reserved.