Uses of Interface
org.orekit.forces.gravity.tides.ITerrestrialTidesDataProvider

Packages that use ITerrestrialTidesDataProvider
org.orekit.forces.gravity.tides   
 

Uses of ITerrestrialTidesDataProvider in org.orekit.forces.gravity.tides
 

Classes in org.orekit.forces.gravity.tides that implement ITerrestrialTidesDataProvider
 class TerrestrialTidesDataProvider
           Terrestrial tides parameters given by the IERS 2003 standard.
 

Constructors in org.orekit.forces.gravity.tides with parameters of type ITerrestrialTidesDataProvider
TerrestrialTides(Frame centralBodyFrame, double equatorialRadius, double mu, List<CelestialBody> bodies, boolean thirdBodyAttDegree3, boolean frequencyCorr, boolean ellipticityCorr, ITerrestrialTidesDataProvider terrestrialData)
          Creates a new instance.
TerrestrialTides(Frame centralBodyFrame, double equatorialRadius, double mu, List<CelestialBody> bodies, boolean thirdBodyAttDegree3, boolean frequencyCorr, boolean ellipticityCorr, ITerrestrialTidesDataProvider terrestrialData, boolean computePD)
          Creates a new instance.
TerrestrialTides(Frame centralBodyFrame, Parameter equatorialRadius, Parameter mu, List<CelestialBody> bodies, boolean thirdBodyAttDegree3, boolean frequencyCorr, boolean ellipticityCorr, ITerrestrialTidesDataProvider terrestrialData)
          Creates a new instance using Parameter.
TerrestrialTides(Frame centralBodyFrame, Parameter equatorialRadius, Parameter mu, List<CelestialBody> bodies, boolean thirdBodyAttDegree3, boolean frequencyCorr, boolean ellipticityCorr, ITerrestrialTidesDataProvider terrestrialData, boolean computePD)
          Creates a new instance using Parameter.
 



Copyright © 2017 CNES. All Rights Reserved.