org.orekit.frames.configuration.precessionnutation
Class PrecessionNutationModelFactory

java.lang.Object
  extended by org.orekit.frames.configuration.precessionnutation.PrecessionNutationModelFactory

public class PrecessionNutationModelFactory
extends Object

Factory for predefined models.

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

Field Summary
static PrecessionNutationModel NO_PN
          No precession Nutation.
static PrecessionNutationModel PN_IERS2003_DIRECT_CONSTANT
          IERS 2003 without interpolation.
static PrecessionNutationModel PN_IERS2003_DIRECT_NON_CONSTANT
          IERS 2003 without interpolation.
static PrecessionNutationModel PN_IERS2003_INTERPOLATED_CONSTANT
          IERS 2003 with interpolation.
static PrecessionNutationModel PN_IERS2003_INTERPOLATED_NON_CONSTANT
          IERS 2003 with interpolation.
static PrecessionNutationModel PN_IERS2010_DIRECT_CONSTANT
          IERS 2010 without interpolation.
static PrecessionNutationModel PN_IERS2010_DIRECT_NON_CONSTANT
          IERS 2010 without interpolation.
static PrecessionNutationModel PN_IERS2010_INTERPOLATED_CONSTANT
          IERS 2010 with interpolation.
static PrecessionNutationModel PN_IERS2010_INTERPOLATED_NON_CONSTANT
          IERS 2010 with interpolation.
static PrecessionNutationModel PN_STELA
          Stela model.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_PN

public static final PrecessionNutationModel NO_PN
No precession Nutation.


PN_IERS2010_INTERPOLATED_NON_CONSTANT

public static final PrecessionNutationModel PN_IERS2010_INTERPOLATED_NON_CONSTANT
IERS 2010 with interpolation.


PN_IERS2003_INTERPOLATED_NON_CONSTANT

public static final PrecessionNutationModel PN_IERS2003_INTERPOLATED_NON_CONSTANT
IERS 2003 with interpolation.


PN_IERS2010_DIRECT_NON_CONSTANT

public static final PrecessionNutationModel PN_IERS2010_DIRECT_NON_CONSTANT
IERS 2010 without interpolation.


PN_IERS2003_DIRECT_NON_CONSTANT

public static final PrecessionNutationModel PN_IERS2003_DIRECT_NON_CONSTANT
IERS 2003 without interpolation.


PN_IERS2010_INTERPOLATED_CONSTANT

public static final PrecessionNutationModel PN_IERS2010_INTERPOLATED_CONSTANT
IERS 2010 with interpolation.


PN_IERS2003_INTERPOLATED_CONSTANT

public static final PrecessionNutationModel PN_IERS2003_INTERPOLATED_CONSTANT
IERS 2003 with interpolation.


PN_IERS2010_DIRECT_CONSTANT

public static final PrecessionNutationModel PN_IERS2010_DIRECT_CONSTANT
IERS 2010 without interpolation.


PN_IERS2003_DIRECT_CONSTANT

public static final PrecessionNutationModel PN_IERS2003_DIRECT_CONSTANT
IERS 2003 without interpolation.


PN_STELA

public static final PrecessionNutationModel PN_STELA
Stela model.



Copyright © 2017 CNES. All Rights Reserved.