org.orekit.frames.configuration.libration
Class NoLibrationCorrection

java.lang.Object
  extended by org.orekit.frames.configuration.libration.NoLibrationCorrection
All Implemented Interfaces:
Serializable, LibrationCorrectionModel

public class NoLibrationCorrection
extends Object
implements LibrationCorrectionModel

This class ignores the libration effects.

Since:
1.2
Version:
$Id: NoLibrationCorrection.java 17602 2017-05-18 08:25:23Z bignon $
Author:
Julie Anton
See Also:
Serialized Form
Concurrency :
immutable.

Constructor Summary
NoLibrationCorrection()
          Simple constructor.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoLibrationCorrection

public NoLibrationCorrection()
Simple constructor.

Method Detail

getPoleCorrection

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

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

getUT1Correction

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

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

getOrigin

public FrameConvention getOrigin()
Get IERS model origin.

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


Copyright © 2017 CNES. All Rights Reserved.