org.orekit.frames.configuration.sp
Class IERS2003SPCorrection

java.lang.Object
  extended by org.orekit.frames.configuration.sp.IERS2003SPCorrection
All Implemented Interfaces:
Serializable, SPrimeModel

public class IERS2003SPCorrection
extends Object
implements SPrimeModel

Compute s' correction (IERS 2003 convention).

IERS 2003 convention exactly matches IERS 2010 convention. As a result this class returns exactly the same results as IERS2010SPCorrection.

Since:
3.3
Version:
$Id: IERS2003SPCorrection.java 17602 2017-05-18 08:25:23Z bignon $
Author:
Emmanuel Bignon
See Also:
Serialized Form
Concurrency :
immutable

Constructor Summary
IERS2003SPCorrection()
          Constructor.
 
Method Summary
 FrameConvention getOrigin()
          Get IERS model origin.
 double getSP(AbsoluteDate date)
          Compute the correction S' at a given date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IERS2003SPCorrection

public IERS2003SPCorrection()
Constructor.

Method Detail

getSP

public double getSP(AbsoluteDate date)
Compute the correction S' at a given date.

Specified by:
getSP in interface SPrimeModel
Parameters:
date - date
Returns:
correction S'

getOrigin

public FrameConvention getOrigin()
Get IERS model origin.

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


Copyright © 2017 CNES. All Rights Reserved.