|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.frames.configuration.eop.NoEOP1980HistoryLoader
public class NoEOP1980HistoryLoader
NoEOP2000History. In order to use this class, the user must use the loader in the EOPHistoryFactory :
final EOP1980HistoryLoader loader = new NoEOP1980HistoryLoader();
EOPHistoryFactory.addEOP1980HistoryLoader(loader);
Constructor Summary | |
---|---|
NoEOP1980HistoryLoader()
Constructor. |
Method Summary | |
---|---|
void |
fillHistory(EOP1980History history)
History with zero orientation. |
void |
loadData(InputStream input,
String name)
Load data from a stream. |
boolean |
stillAcceptsData()
Check if the loader still accepts new data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoEOP1980HistoryLoader()
Method Detail |
---|
public 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, ParseException, OrekitException
loadData
in interface DataLoader
input
- data input streamname
- name of the file (or zip entry)
IOException
- if data can't be read
ParseException
- if data can't be parsed
OrekitException
- if some data is missing
or if some loader specific error occurspublic void fillHistory(EOP1980History history) throws OrekitException
fillHistory
in interface EOP1980HistoryLoader
history
- history to fill up
OrekitException
- if the history cannot be loaded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |