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

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

Uses of EOPInterpolators in org.orekit.frames.configuration
 

Methods in org.orekit.frames.configuration that return EOPInterpolators
 EOPInterpolators FramesConfigurationImplementation.getEOPInterpolationMethod()
          Get the EOP interpolation method.
 EOPInterpolators FramesConfiguration.getEOPInterpolationMethod()
          Return the EOP interpolation method.
 

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

Methods in org.orekit.frames.configuration.eop that return EOPInterpolators
 EOPInterpolators AbstractEOPHistory.getEOPInterpolationMethod()
          Return the EOP interpolation method.
 EOPInterpolators EOPHistory.getEOPInterpolationMethod()
          Return the EOP interpolation method.
 EOPInterpolators NoEOP2000History.getEOPInterpolationMethod()
          EOPInterpolators.
static EOPInterpolators EOPInterpolators.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EOPInterpolators[] EOPInterpolators.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.orekit.frames.configuration.eop with parameters of type EOPInterpolators
static EOP1980History EOPHistoryFactory.getEOP1980History(EOPInterpolators interpMethod)
          Get Earth Orientation Parameters history (IAU1980) 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.
static EOP2000HistoryConstantOutsideInterval EOPHistoryFactory.getEOP2000HistoryConstant(EOPInterpolators interpMethod)
          Get Earth Orientation Parameters history (IAU2000) data.
static EOP2000HistoryConstantOutsideInterval EOPHistoryFactory.getEOP2000HistoryConstant(EOPInterpolators interpMethod, EOP2000HistoryLoader loader)
          Get Earth Orientation Parameters history (IAU2000) data using a specific loader.
 

Constructors in org.orekit.frames.configuration.eop with parameters of type EOPInterpolators
AbstractEOPHistory(EOPInterpolators interpMethod)
          Simple constructor.
EOP1980History(EOPInterpolators interpMethod)
          Simple constructor.
EOP2000History(EOPInterpolators interpMethod)
          Simple constructor.
EOP2000HistoryConstantOutsideInterval(EOPInterpolators interpMethod)
          Constructor.
 



Copyright © 2017 CNES. All Rights Reserved.