Uses of Class
org.orekit.models.earth.troposphere.FieldViennaACoefficients
-
Packages that use FieldViennaACoefficients 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 FieldViennaACoefficients in org.orekit.models.earth.troposphere
Methods in org.orekit.models.earth.troposphere that return FieldViennaACoefficients Modifier and Type Method Description <T extends CalculusFieldElement<T>>
FieldViennaACoefficients<T>ConstantViennaAProvider. getA(FieldGeodeticPoint<T> location, FieldAbsoluteDate<T> date)
Get coefficients array for VMF mapping function.<T extends CalculusFieldElement<T>>
FieldViennaACoefficients<T>ViennaAProvider. getA(FieldGeodeticPoint<T> location, FieldAbsoluteDate<T> date)
Get coefficients array for VMF mapping function. -
Uses of FieldViennaACoefficients in org.orekit.models.earth.weather
Methods in org.orekit.models.earth.weather that return FieldViennaACoefficients Modifier and Type Method Description <T extends CalculusFieldElement<T>>
FieldViennaACoefficients<T>AbstractGlobalPressureTemperature. getA(FieldGeodeticPoint<T> location, FieldAbsoluteDate<T> date)
Get coefficients array for VMF mapping function.
-