Class AzimuthalGradientCoefficients
- java.lang.Object
-
- org.orekit.models.earth.troposphere.AzimuthalGradientCoefficients
-
public class AzimuthalGradientCoefficients extends Object
Container for the azimuthal gradient coefficients gnh, geh, gnw and gew.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description AzimuthalGradientCoefficients(double gnh, double geh, double gnw, double gew)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getGeh()
Get East hydrostatic coefficient.double
getGew()
Get East wet coefficient.double
getGnh()
Get North hydrostatic coefficient.double
getGnw()
Get North wet coefficient.
-
-
-
Method Detail
-
getGnh
public double getGnh()
Get North hydrostatic coefficient.- Returns:
- North hydrostatic coefficient
-
getGeh
public double getGeh()
Get East hydrostatic coefficient.- Returns:
- East hydrostatic coefficient
-
getGnw
public double getGnw()
Get North wet coefficient.- Returns:
- North wet coefficient
-
getGew
public double getGew()
Get East wet coefficient.- Returns:
- East wet coefficient
-
-