org.orekit.frames.configuration.tides
Class TidalCorrection
java.lang.Object
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 9755 2014-01-06 17:06:13Z houdroge $
- Author:
- Rami Houdroge
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TidalCorrection
public TidalCorrection(AbsoluteDate date,
PoleCorrection pole,
double ut1Corr,
double lodCor)
- Parameters:
date
- the date of the coordiantes setpole
- the coordinates correction dataut1Corr
- the UT1-UTC correction (seconds)lodCor
- length of day correction (seconds)
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 © 2016 CNES. All Rights Reserved.