org.orekit.frames.configuration.sp
Class NoSpCorrection

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

public class NoSpCorrection
extends Object
implements SPrimeModel

This class ignores the quantity s'.

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

Constructor Summary
NoSpCorrection()
          Simple constructor.
 
Method Summary
 FrameConvention getOrigin()
          Get IERS model origin.
 double getSP(AbsoluteDate t)
          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

NoSpCorrection

public NoSpCorrection()
Simple constructor.

Method Detail

getSP

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

Specified by:
getSP in interface SPrimeModel
Parameters:
t - 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.