Class FieldAzimuthalGradientCoefficients<T extends CalculusFieldElement<T>>
java.lang.Object
org.orekit.models.earth.troposphere.FieldAzimuthalGradientCoefficients<T>
- Type Parameters:
T- type of the field elements
Container for the azimuthal gradient coefficients gnh, geh, gnw and gew.
- Since:
- 12.1
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionFieldAzimuthalGradientCoefficients(T gnh, T geh, T gnw, T gew) Simple constructor. -
Method Summary
-
Constructor Details
-
FieldAzimuthalGradientCoefficients
Simple constructor.- Parameters:
gnh- North hydrostatic coefficientgeh- East hydrostatic coefficientgnw- North wet coefficientgew- East wet coefficient
-
-
Method Details
-
getGnh
Get North hydrostatic coefficient.- Returns:
- North hydrostatic coefficient
-
getGeh
Get East hydrostatic coefficient.- Returns:
- East hydrostatic coefficient
-
getGnw
Get North wet coefficient.- Returns:
- North wet coefficient
-
getGew
Get East wet coefficient.- Returns:
- East wet coefficient
-