org.orekit.frames.configuration.tides
Class TidalCorrection

java.lang.Object
  extended by org.orekit.frames.configuration.tides.TidalCorrection
All Implemented Interfaces:
TimeStamped

public final class TidalCorrection
extends Object
implements TimeStamped

This class represents a Pole, UT1-UTC and length of day correction set for a given date.

Since:
1.2
Version:
$Id: TidalCorrection.java 17602 2017-05-18 08:25:23Z bignon $
Author:
Rami Houdroge

Constructor Summary
TidalCorrection(AbsoluteDate date, PoleCorrection pole, double ut1Corr, double lodCor)
           
 
Method Summary
 AbsoluteDate getDate()
          Get the date.
 double getLODCorrection()
          Get the length of day correction.
 PoleCorrection getPoleCorrection()
           
 double getUT1Correction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TidalCorrection

public TidalCorrection(AbsoluteDate date,
                       PoleCorrection pole,
                       double ut1Corr,
                       double lodCor)
Parameters:
date - the date of the coordiantes set
pole - the coordinates correction data
ut1Corr - the UT1-UTC correction (seconds)
lodCor - length of day correction (seconds)
Method Detail

getPoleCorrection

public PoleCorrection getPoleCorrection()
Returns:
the pole correction data

getUT1Correction

public double getUT1Correction()
Returns:
the UT1 correction (seconds)

getDate

public AbsoluteDate getDate()
Description copied from interface: TimeStamped
Get the date.

Specified by:
getDate in interface TimeStamped
Returns:
the date

getLODCorrection

public double getLODCorrection()
Get the length of day correction.

Returns:
lod correction


Copyright © 2017 CNES. All Rights Reserved.