Uses of Interface
org.orekit.models.earth.troposphere.ViennaAProvider
Packages that use ViennaAProvider
Package
Description
This package provides models that simulate the impact of the troposphere.
This package provides models that simulate global weather conditions on Earth.
-
Uses of ViennaAProvider in org.orekit.models.earth.troposphere
Classes in org.orekit.models.earth.troposphere that implement ViennaAProviderModifier and TypeClassDescriptionclassProvider for constant Vienna A coefficients.Methods in org.orekit.models.earth.troposphere that return ViennaAProviderModifier and TypeMethodDescriptionprotected ViennaAProviderAbstractVienna.getAProvider()Get provider for Vienna ah and aw coefficients.Constructors in org.orekit.models.earth.troposphere with parameters of type ViennaAProviderModifierConstructorDescriptionprotectedAbstractVienna(ViennaAProvider aProvider, AzimuthalGradientProvider gProvider, TroposphericModel zenithDelayProvider, TimeScale utc) Build a new instance.ViennaOne(ViennaAProvider aProvider, AzimuthalGradientProvider gProvider, TroposphericModel zenithDelayProvider, TimeScale utc) Build a new instance.ViennaThree(ViennaAProvider aProvider, AzimuthalGradientProvider gProvider, TroposphericModel zenithDelayProvider, TimeScale utc) Build a new instance. -
Uses of ViennaAProvider in org.orekit.models.earth.weather
Classes in org.orekit.models.earth.weather that implement ViennaAProviderModifier and TypeClassDescriptionclassBase class for Global Pressure and Temperature 2, 2w and 3 models.classThe Global Pressure and Temperature 2 (GPT2) model.classThe Global Pressure and Temperature 2w (GPT2w) model.classThe Global Pressure and Temperature 3 (GPT3) model.