org.orekit.frames.configuration.sp
Class IERS2010SPCorrection

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

public class IERS2010SPCorrection
extends Object
implements SPrimeModel

Compute s' correction.

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

Constructor Summary
IERS2010SPCorrection()
          Simple 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

IERS2010SPCorrection

public IERS2010SPCorrection()
Simple 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.