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.2.419.0 (24.2.419.0)
Syntax public bool ExtrapolateAboveMaximumCeiling { get; set; }
Public Property ExtrapolateAboveMaximumCeiling As Boolean
Get
Set
public:
property bool ExtrapolateAboveMaximumCeiling {
bool get ();
void set (bool value);
}
member ExtrapolateAboveMaximumCeiling : bool with get, set
Property Value
Type:
BooleanRemarks
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