public class RapidDataAndPredictionXMLLoader extends Object implements EOP1980HistoryLoader, EOP2000HistoryLoader
Rapid data and prediction file contain Earth Orientation Parameters
for several years periods, in one file only that is updated regularly.
The XML EOP files are recognized thanks to their base names, which must match one of the the patterns
finals.2000A.*.xml
or finals.*.xml
(or the same ending with .gz
for
gzip-compressed files) where * stands for a word like "all", "daily", or "data".
Files containing data (back to 1973) are available at IERS web site: Earth orientation data.
Constructor and Description |
---|
RapidDataAndPredictionXMLLoader(String supportedNamesIn)
Build a loader for IERS XML EOP files.
|
Modifier and Type | Method and Description |
---|---|
void |
fillHistory(EOP1980History history)
Load celestial body.
|
void |
fillHistory(EOP2000History history)
Load celestial body.
|
void |
loadData(InputStream input,
String name)
Load data from a stream.
|
boolean |
stillAcceptsData()
Check if the loader still accepts new data.
|
public RapidDataAndPredictionXMLLoader(String supportedNamesIn)
supportedNamesIn
- regular expression for supported files namespublic boolean stillAcceptsData()
This method is used to speed up data loading by interrupting crawling the data sets as soon as a loader has found the data it was waiting for. For loaders that can merge data from any number of sources (for example JPL ephemerides or Earth Orientation Parameters that are split among several files), this method should always return true to make sure no data is left over.
stillAcceptsData
in interface DataLoader
public void loadData(InputStream input, String name) throws IOException, PatriusException
loadData
in interface DataLoader
input
- data input streamname
- name of the file (or zip entry)IOException
- if data can't be readPatriusException
- if some data is missing
or if some loader specific error occurspublic void fillHistory(EOP1980History history) throws PatriusException
fillHistory
in interface EOP1980HistoryLoader
history
- history to fill upPatriusException
- if the history cannot be loadedpublic void fillHistory(EOP2000History history) throws PatriusException
fillHistory
in interface EOP2000HistoryLoader
history
- history to fill upPatriusException
- if the history cannot be loadedCopyright © 2021 CNES. All rights reserved.