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

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

Uses of EOP2000History in org.orekit.frames.configuration
 

Methods in org.orekit.frames.configuration that return EOP2000History
 EOP2000History FramesConfigurationImplementation.getEOP2000History()
          Get the EOP history.
 EOP2000History FramesConfiguration.getEOP2000History()
          Get the EOP history.
 

Methods in org.orekit.frames.configuration with parameters of type EOP2000History
 void FramesConfigurationBuilder.setEOP2000History(EOP2000History history)
          Setter for history provider in the builder.
protected  void FramesConfigurationImplementation.setEOPHistory(EOP2000History eopHistory)
          Set the EOP history.
 

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

Subclasses of EOP2000History in org.orekit.frames.configuration.eop
 class EOP2000HistoryConstantOutsideInterval
          This class extends the EOP data outside of the historic definition interval.
 class NoEOP2000History
          NoEOP2000History.
 

Methods in org.orekit.frames.configuration.eop that return EOP2000History
static EOP2000History EOPHistoryFactory.getEOP2000History()
          Get Earth Orientation Parameters history (IAU2000) data.
static EOP2000History EOPHistoryFactory.getEOP2000History(EOPInterpolators interpMethod)
          Get Earth Orientation Parameters history (IAU2000) data.
static EOP2000History EOPHistoryFactory.getEOP2000History(EOPInterpolators interpMethod, EOP2000HistoryLoader loader)
          Get Earth Orientation Parameters history (IAU2000) data using a specific loader.
 

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



Copyright © 2016 CNES. All Rights Reserved.