org.orekit.frames.configuration.sp
Class SPrimeModelFactory

java.lang.Object
  extended by org.orekit.frames.configuration.sp.SPrimeModelFactory

public class SPrimeModelFactory
extends Object

Factory for predefined models.

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

Field Summary
static SPrimeModel NO_SP
          Ignore SP correction.
static SPrimeModel SP_IERS2003
          IERS 2003 convention.
static SPrimeModel SP_IERS2010
          IERS 2010 convention.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_SP

public static final SPrimeModel NO_SP
Ignore SP correction.


SP_IERS2003

public static final SPrimeModel SP_IERS2003
IERS 2003 convention.


SP_IERS2010

public static final SPrimeModel SP_IERS2010
IERS 2010 convention.



Copyright © 2017 CNES. All Rights Reserved.