Click or drag to resize

EffectiveRadiusAtmosphericRefractionModelExtrapolateAboveMaximumCeiling Property

Gets or sets a value indicating whether to extrapolate above the maximum altitude.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool ExtrapolateAboveMaximumCeiling { get; set; }

Property Value

Type: Boolean
Remarks
If extrapolation is enabled, then the refraction angle will still be computed when the higher object exceeds the maximum altitude using a modified approach. In this approach, the higher platform H will be replaced in the computation by the point P, located along the line LH at the point where the (approximate) altitude is the maximum altitude. This extrapolated model ignores any refraction occurring along the relative path LH above the maximum target altitude.
See Also