Class AzimuthalGradientCoefficients
java.lang.Object
org.orekit.models.earth.troposphere.AzimuthalGradientCoefficients
Container for the azimuthal gradient coefficients gnh, geh, gnw and gew.
- Since:
- 12.1
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionAzimuthalGradientCoefficients(double gnh, double geh, double gnw, double gew) Simple constructor. -
Method Summary
-
Constructor Details
-
AzimuthalGradientCoefficients
public AzimuthalGradientCoefficients(double gnh, double geh, double gnw, double gew) Simple constructor.- Parameters:
gnh- North hydrostatic coefficientgeh- East hydrostatic coefficientgnw- North wet coefficientgew- East wet coefficient
-
-
Method Details
-
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
-