Class FieldTroposphericDelay<T extends CalculusFieldElement<T>>
java.lang.Object
org.orekit.models.earth.troposphere.FieldTroposphericDelay<T>
- Type Parameters:
T- type of the field elements
Container for tropospheric delay.
- Since:
- 12.1
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FieldTroposphericDelay
Simple constructor.- Parameters:
zh- hydrostatic zenith delay (m)zw- wet zenith delay (m)sh- hydrostatic slanted delay (m)sw- wet slanted delay (m)
-
-
Method Details
-
getZh
Get hydrostatic zenith delay (m).- Returns:
- hydrostatic zenith delay (m)
-
getZw
Get wet zenith delay (m).- Returns:
- wet zenith delay (m)
-
getSh
Get slanted delay (m).- Returns:
- slanted delay (m)
-
getSw
Get wet slanted delay (m).- Returns:
- wet slanted delay (m)
-
getDelay
Get the total slanted delay (m).- Returns:
- total slanted delay (m)
-