Uses of Class
org.orekit.models.earth.troposphere.AzimuthalGradientCoefficients
-
Packages that use AzimuthalGradientCoefficients 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 AzimuthalGradientCoefficients in org.orekit.models.earth.troposphere
Methods in org.orekit.models.earth.troposphere that return AzimuthalGradientCoefficients Modifier and Type Method Description AzimuthalGradientCoefficientsAzimuthalGradientProvider. getGradientCoefficients(GeodeticPoint location, AbsoluteDate date)Get azimuthal asymmetry gradients.AzimuthalGradientCoefficientsConstantAzimuthalGradientProvider. getGradientCoefficients(GeodeticPoint location, AbsoluteDate date)Get azimuthal asymmetry gradients.Constructors in org.orekit.models.earth.troposphere with parameters of type AzimuthalGradientCoefficients Constructor Description ConstantAzimuthalGradientProvider(AzimuthalGradientCoefficients a)Simple constructor. -
Uses of AzimuthalGradientCoefficients in org.orekit.models.earth.weather
Methods in org.orekit.models.earth.weather that return AzimuthalGradientCoefficients Modifier and Type Method Description AzimuthalGradientCoefficientsAbstractGlobalPressureTemperature. getGradientCoefficients(GeodeticPoint location, AbsoluteDate date)Get azimuthal asymmetry gradients.
-