Uses of Class
org.orekit.models.earth.troposphere.ViennaACoefficients
-
Packages that use ViennaACoefficients Package Description org.orekit.models.earth.troposphere This package provides models that simulate the impact of the troposphere.org.orekit.models.earth.weather This package provides models that simulate global weather conditions on Earth. -
-
Uses of ViennaACoefficients in org.orekit.models.earth.troposphere
Methods in org.orekit.models.earth.troposphere that return ViennaACoefficients Modifier and Type Method Description ViennaACoefficients
ConstantViennaAProvider. getA(GeodeticPoint location, AbsoluteDate date)
Get coefficients array for VMF mapping function.ViennaACoefficients
ViennaAProvider. getA(GeodeticPoint location, AbsoluteDate date)
Get coefficients array for VMF mapping function.Constructors in org.orekit.models.earth.troposphere with parameters of type ViennaACoefficients Constructor Description ConstantViennaAProvider(ViennaACoefficients a)
Simple constructor. -
Uses of ViennaACoefficients in org.orekit.models.earth.weather
Methods in org.orekit.models.earth.weather that return ViennaACoefficients Modifier and Type Method Description ViennaACoefficients
AbstractGlobalPressureTemperature. getA(GeodeticPoint location, AbsoluteDate date)
Get coefficients array for VMF mapping function.
-