Uses of Class
org.orekit.models.earth.troposphere.FieldAzimuthalGradientCoefficients
-
Packages that use FieldAzimuthalGradientCoefficients 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 FieldAzimuthalGradientCoefficients in org.orekit.models.earth.troposphere
Methods in org.orekit.models.earth.troposphere that return FieldAzimuthalGradientCoefficients Modifier and Type Method Description <T extends CalculusFieldElement<T>>
FieldAzimuthalGradientCoefficients<T>AzimuthalGradientProvider. getGradientCoefficients(FieldGeodeticPoint<T> location, FieldAbsoluteDate<T> date)
Get azimuthal asymmetry gradients.<T extends CalculusFieldElement<T>>
FieldAzimuthalGradientCoefficients<T>ConstantAzimuthalGradientProvider. getGradientCoefficients(FieldGeodeticPoint<T> location, FieldAbsoluteDate<T> date)
Get azimuthal asymmetry gradients. -
Uses of FieldAzimuthalGradientCoefficients in org.orekit.models.earth.weather
Methods in org.orekit.models.earth.weather that return FieldAzimuthalGradientCoefficients Modifier and Type Method Description <T extends CalculusFieldElement<T>>
FieldAzimuthalGradientCoefficients<T>AbstractGlobalPressureTemperature. getGradientCoefficients(FieldGeodeticPoint<T> location, FieldAbsoluteDate<T> date)
Get azimuthal asymmetry gradients.
-