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