org.orekit.frames.configuration.eop
Interface EOP1980HistoryLoader

All Superinterfaces:
DataLoader
All Known Implementing Classes:
BulletinBFilesLoader, EOP05C04FilesLoader, EOP08C04FilesLoader, NoEOP1980HistoryLoader, RapidDataAndPredictionColumnsLoader, RapidDataAndPredictionXMLLoader

public interface EOP1980HistoryLoader
extends DataLoader

Interface for loading Earth Orientation Parameters 1980 history.

Author:
Luc Maisonobe

Method Summary
 void fillHistory(EOP1980History history)
          Load celestial body.
 
Methods inherited from interface org.orekit.data.DataLoader
loadData, stillAcceptsData
 

Method Detail

fillHistory

void fillHistory(EOP1980History history)
                 throws OrekitException
Load celestial body.

Parameters:
history - history to fill up
Throws:
OrekitException - if the history cannot be loaded


Copyright © 2017 CNES. All Rights Reserved.