public final class PrecessionNutationModelFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static PrecessionNutationModel |
NO_PN
No precession Nutation.
|
static PrecessionNutationModel |
PN_IERS2003_DIRECT
IERS 2003 without interpolation.
|
static PrecessionNutationModel |
PN_IERS2003_DIRECT_CONSTANT_OLD
IERS 2003 without interpolation.
|
static PrecessionNutationModel |
PN_IERS2003_DIRECT_NON_CONSTANT_OLD
IERS 2003 without interpolation.
|
static PrecessionNutationModel |
PN_IERS2003_INTERPOLATED
IERS 2003 with interpolation.
The cache is shared by all threads (still, this is thread-safe). |
static PrecessionNutationModel |
PN_IERS2003_INTERPOLATED_BY_THREAD
IERS 2003 with interpolation.
The cache is specific for each thread. |
static PrecessionNutationModel |
PN_IERS2003_INTERPOLATED_CONSTANT_OLD
IERS 2003 with interpolation.
|
static PrecessionNutationModel |
PN_IERS2003_INTERPOLATED_NON_CONSTANT_OLD
IERS 2003 with interpolation.
|
static PrecessionNutationModel |
PN_IERS2010_DIRECT
IERS 2010 without interpolation.
|
static PrecessionNutationModel |
PN_IERS2010_DIRECT_CONSTANT_OLD
IERS 2010 without interpolation.
|
static PrecessionNutationModel |
PN_IERS2010_DIRECT_NON_CONSTANT_OLD
IERS 2010 without interpolation.
|
static PrecessionNutationModel |
PN_IERS2010_INTERPOLATED
IERS 2010 with interpolation.
The cache is shared by all threads (still, this is thread-safe). |
static PrecessionNutationModel |
PN_IERS2010_INTERPOLATED_BY_THREAD
IERS 2010 with interpolation.
The cache is specific for each thread. |
static PrecessionNutationModel |
PN_IERS2010_INTERPOLATED_CONSTANT_OLD
IERS 2010 with interpolation.
|
static PrecessionNutationModel |
PN_IERS2010_INTERPOLATED_NON_CONSTANT_OLD
IERS 2010 with interpolation.
|
static PrecessionNutationModel |
PN_STELA
Stela model.
The cache is specific for each thread. |
public static final PrecessionNutationModel NO_PN
public static final PrecessionNutationModel PN_IERS2010_INTERPOLATED
Note: when the threads are separated by a long duration, we recommend using
PN_IERS2010_INTERPOLATED_BY_THREAD instead (in term of performance).
public static final PrecessionNutationModel PN_IERS2003_INTERPOLATED
Note: when the threads are separated by a long duration, we recommend using
PN_IERS2003_INTERPOLATED_BY_THREAD instead (in term of performance).
public static final PrecessionNutationModel PN_IERS2010_INTERPOLATED_BY_THREAD
public static final PrecessionNutationModel PN_IERS2003_INTERPOLATED_BY_THREAD
public static final PrecessionNutationModel PN_IERS2010_DIRECT
public static final PrecessionNutationModel PN_IERS2003_DIRECT
public static final PrecessionNutationModel PN_STELA
public static final PrecessionNutationModel PN_IERS2010_INTERPOLATED_NON_CONSTANT_OLD
public static final PrecessionNutationModel PN_IERS2003_INTERPOLATED_NON_CONSTANT_OLD
public static final PrecessionNutationModel PN_IERS2010_DIRECT_NON_CONSTANT_OLD
public static final PrecessionNutationModel PN_IERS2003_DIRECT_NON_CONSTANT_OLD
public static final PrecessionNutationModel PN_IERS2010_INTERPOLATED_CONSTANT_OLD
public static final PrecessionNutationModel PN_IERS2003_INTERPOLATED_CONSTANT_OLD
public static final PrecessionNutationModel PN_IERS2010_DIRECT_CONSTANT_OLD
public static final PrecessionNutationModel PN_IERS2003_DIRECT_CONSTANT_OLD
Copyright © 2024 CNES. All rights reserved.