Uses of Class
org.orekit.frames.configuration.eop.EOP1980History

Packages that use EOP1980History
org.orekit.frames.configuration.eop   
 

Uses of EOP1980History in org.orekit.frames.configuration.eop
 

Methods in org.orekit.frames.configuration.eop that return EOP1980History
static EOP1980History EOPHistoryFactory.getEOP1980History()
          Get Earth Orientation Parameters history (IAU1980) data.
static EOP1980History EOPHistoryFactory.getEOP1980History(EOPInterpolators interpMethod)
          Get Earth Orientation Parameters history (IAU1980) data.
 

Methods in org.orekit.frames.configuration.eop with parameters of type EOP1980History
static void EOP1980History.fillHistory(Collection<EOP1980Entry> entries, EOP1980History history)
          Populates a EOP1980History instance from a collection of EOP1980Entry.
 void RapidDataAndPredictionColumnsLoader.fillHistory(EOP1980History history)
          Load celestial body.
 void RapidDataAndPredictionXMLLoader.fillHistory(EOP1980History history)
          Load celestial body.
 void BulletinBFilesLoader.fillHistory(EOP1980History history)
          Load celestial body.
 void EOP08C04FilesLoader.fillHistory(EOP1980History history)
          Load celestial body.
 void EOP1980HistoryLoader.fillHistory(EOP1980History history)
          Load celestial body.
 void EOP05C04FilesLoader.fillHistory(EOP1980History history)
          Load celestial body.
 void NoEOP1980HistoryLoader.fillHistory(EOP1980History history)
          History with zero orientation.
static void EOP08C04FilesLoader.fillHistory(EOP1980History history, InputStream istream)
          Fills the history object directy with data from the InputStream, bypassing the Orekit data loaders.
static void EOP05C04FilesLoader.fillHistory(EOP1980History history, InputStream istream)
          Fills the history object directy with data from the InputStream, bypassing the Orekit data loaders.
 



Copyright © 2016 CNES. All Rights Reserved.