Package | Description |
---|---|
fr.cnes.sirius.patrius.frames.configuration.eop |
Modifier and Type | Class and Description |
---|---|
class |
EOP2000HistoryConstantOutsideInterval
This class extends the EOP data outside of the historic definition interval.
|
class |
NoEOP2000History
NoEOP2000History.
|
Modifier and Type | Method and Description |
---|---|
static EOP2000History |
EOPHistoryFactory.getEOP2000History()
Get Earth Orientation Parameters history (IAU2000) data.
|
static EOP2000History |
EOPHistoryFactory.getEOP2000History(EOPInterpolators interpMethod)
Get Earth Orientation Parameters history (IAU2000) data.
|
static EOP2000History |
EOPHistoryFactory.getEOP2000History(EOPInterpolators interpMethod,
EOP2000HistoryLoader loader)
Get Earth Orientation Parameters history (IAU2000) data using a specific loader.
|
Modifier and Type | Method and Description |
---|---|
static void |
EOP2000History.fillHistory(Collection<EOP2000Entry> entries,
EOP2000History history)
Populates a
EOP2000History instance from a collection of EOP2000Entry . |
void |
RapidDataAndPredictionXMLLoader.fillHistory(EOP2000History history)
Load celestial body.
|
void |
RapidDataAndPredictionColumnsLoader.fillHistory(EOP2000History history)
Load celestial body.
|
void |
EOP2000HistoryLoader.fillHistory(EOP2000History history)
Load celestial body.
|
void |
BulletinBFilesLoader.fillHistory(EOP2000History history)
Load celestial body.
|
void |
EOPC04FilesLoader.fillHistory(EOP2000History history)
Load celestial body.
|
void |
RapidDataAndPredictionXMLLoader.fillHistory(EOP2000History history,
InputStream istream)
Load celestial body.
|
void |
RapidDataAndPredictionColumnsLoader.fillHistory(EOP2000History history,
InputStream istream)
Load celestial body.
|
void |
BulletinBFilesLoader.fillHistory(EOP2000History history,
InputStream istream)
Load celestial body.
|
static void |
EOPC04FilesLoader.fillHistory(EOP2000History history,
InputStream istream)
Fills the history object directy with data from the
InputStream , bypassing the Orekit data loaders. |
Copyright © 2023 CNES. All rights reserved.