|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrecessionNutationModel | |
---|---|
org.orekit.frames.configuration | |
org.orekit.frames.configuration.precessionnutation |
Uses of PrecessionNutationModel in org.orekit.frames.configuration |
---|
Methods in org.orekit.frames.configuration that return PrecessionNutationModel | |
---|---|
PrecessionNutationModel |
PrecessionNutation.getPrecessionNutationModel()
|
Constructors in org.orekit.frames.configuration with parameters of type PrecessionNutationModel | |
---|---|
PrecessionNutation(boolean useEopData,
PrecessionNutationModel iersPrecessionNutation)
Constructor. |
Uses of PrecessionNutationModel in org.orekit.frames.configuration.precessionnutation |
---|
Classes in org.orekit.frames.configuration.precessionnutation that implement PrecessionNutationModel | |
---|---|
class |
IERS20032010PrecessionNutation
This class implement the IERS 2003 and 2010 Precession Nutation models. |
class |
NoPrecessionNutation
In this model the CIP doesnt move. |
class |
PrecessionNutationCache
Cache for precession nutation correction computation. |
class |
PrecessionNutationPerThread
Provides per-thread PrecessionNutationCorrectionModel. |
class |
StelaPrecessionNutationModel
STELA specific precession/nutation model. |
Fields in org.orekit.frames.configuration.precessionnutation declared as PrecessionNutationModel | |
---|---|
static PrecessionNutationModel |
PrecessionNutationModelFactory.NO_PN
No precession Nutation. |
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2003_DIRECT_CONSTANT
IERS 2003 without interpolation. |
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2003_DIRECT_NON_CONSTANT
IERS 2003 without interpolation. |
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2003_INTERPOLATED_CONSTANT
IERS 2003 with interpolation. |
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2003_INTERPOLATED_NON_CONSTANT
IERS 2003 with interpolation. |
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2010_DIRECT_CONSTANT
IERS 2010 without interpolation. |
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2010_DIRECT_NON_CONSTANT
IERS 2010 without interpolation. |
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2010_INTERPOLATED_CONSTANT
IERS 2010 with interpolation. |
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_IERS2010_INTERPOLATED_NON_CONSTANT
IERS 2010 with interpolation. |
static PrecessionNutationModel |
PrecessionNutationModelFactory.PN_STELA
Stela model. |
Methods in org.orekit.frames.configuration.precessionnutation that return PrecessionNutationModel | |
---|---|
protected abstract PrecessionNutationModel |
PrecessionNutationPerThread.buildModel()
Factory method to create a model. |
Constructors in org.orekit.frames.configuration.precessionnutation with parameters of type PrecessionNutationModel | |
---|---|
CIPCoordinatesGenerator(PrecessionNutationModel pnModel,
int interpolationPoints,
double span)
Constructor. |
|
PrecessionNutationCache(PrecessionNutationModel pnModel)
|
|
PrecessionNutationCache(PrecessionNutationModel pnModel,
double span,
int interpolationPoints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |