Package | Description |
---|---|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Method and Description |
---|---|
EOPHistory |
GTODProvider.getEOPHistory()
Get the EOP history.
|
EOPHistory |
EOPBasedTransformProvider.getEOPHistory()
Get the EOP history.
|
static EOPHistory |
FramesFactory.getEOPHistory(IERSConventions conventions,
boolean simpleEOP)
Get Earth Orientation Parameters history.
|
EOPHistory |
EOPHistory.getNonInterpolatingEOPHistory()
Get non-interpolating version of the instance.
|
Constructor and Description |
---|
GTODProvider(IERSConventions conventions,
EOPHistory eopHistory)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
EOPHistory |
UT1Scale.getEOPHistory()
Get the EOP history.
|
Modifier and Type | Method and Description |
---|---|
static UT1Scale |
TimeScalesFactory.getUT1(EOPHistory history)
Get the Universal Time 1 scale.
|
Modifier and Type | Method and Description |
---|---|
abstract TimeScalarFunction |
IERSConventions.getGASTFunction(TimeScale ut1,
EOPHistory eopHistory)
Get the function computing Greenwich apparent sidereal time, in radians.
|
abstract TimeVectorFunction |
IERSConventions.getOceanPoleTide(EOPHistory eopHistory)
Get the function computing ocean pole tide (ΔC₂₁, ΔS₂₁).
|
abstract TimeVectorFunction |
IERSConventions.getSolidPoleTide(EOPHistory eopHistory)
Get the function computing solid pole tide (ΔC₂₁, ΔS₂₁).
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.