org.orekit.frames.configuration.eop
Interface EOP2000HistoryLoader

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

public interface EOP2000HistoryLoader
extends DataLoader

Interface for loading Earth Orientation Parameters 2000 history.

Author:
Luc Maisonobe

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

Method Detail

fillHistory

void fillHistory(EOP2000History 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.