Class BasicIlsSurfaces.IcaoValues
ICAO Constants and values used in algorithms
Inheritance
Namespace: FpAssistantCore.IcaoPansOps
Assembly: FpAssistantCoreScl.dll
Syntax
public static class IcaoValues : object
Remarks
ICAO PANS-OPS 8168 Sixth Edition 2014 | Figure II-1-1-7. Surface equations — Basic ILS surfaces
Fields
View SourceArrivalPercentageSplay
15% : Percentage of which the approach section splays away from runway centre line
Declaration
public static readonly double ArrivalPercentageSplay
Field Value
Type | Description |
---|---|
System.Double |
ArrivalSection1GradientPercentage
2.0% : Percentage of which the approach first section slopes upwards in the Z axis (gradient)
Declaration
public static readonly double ArrivalSection1GradientPercentage
Field Value
Type | Description |
---|---|
System.Double |
ArrivalSection2GradientPercentage
2.5% : Percentage of which the approach second section slopes upwards in the Z axis (gradient)
Declaration
public static readonly double ArrivalSection2GradientPercentage
Field Value
Type | Description |
---|---|
System.Double |
LengthAlongRunwayCentreLine
900m : Length along the runway at which point the missed approach surface starts
Declaration
public static readonly LinearDistance LengthAlongRunwayCentreLine
Field Value
Type | Description |
---|---|
LinearDistance |
LengthArrivalSection1
3000m : Length of the final approach section
Declaration
public static readonly LinearDistance LengthArrivalSection1
Field Value
Type | Description |
---|---|
LinearDistance |
LengthArrivalSection2
9600m : Length of the initial approach section
Declaration
public static readonly LinearDistance LengthArrivalSection2
Field Value
Type | Description |
---|---|
LinearDistance |
LengthMissedApproachFirstSection
1800m : Length of the first missed approach section
Declaration
public static readonly LinearDistance LengthMissedApproachFirstSection
Field Value
Type | Description |
---|---|
LinearDistance |
LengthMissedApproachSecondSection
10200m : Length of the second missed approach section
Declaration
public static readonly LinearDistance LengthMissedApproachSecondSection
Field Value
Type | Description |
---|---|
LinearDistance |
MissedApproachFirstSectionPercentageSplay
17.48% : Percentage of which the missed approach section splays away from runway centre line
Declaration
public static readonly double MissedApproachFirstSectionPercentageSplay
Field Value
Type | Description |
---|---|
System.Double |
MissedApproachGradientPercentage
2.5% : Percentage of which the missed approach sections slope upwards in the Z axis (gradient)
Declaration
public static readonly double MissedApproachGradientPercentage
Field Value
Type | Description |
---|---|
System.Double |
MissedApproachSecondSectionPercentageSplay
25% : Percentage of which the missed approach second section splays away from runway centre line
Declaration
public static readonly double MissedApproachSecondSectionPercentageSplay
Field Value
Type | Description |
---|---|
System.Double |
OffsetBehindRunway
60m : Offset behind the runway start that the approach surface starts
Declaration
public static readonly LinearDistance OffsetBehindRunway
Field Value
Type | Description |
---|---|
LinearDistance |
OffsetFromRunwayCentreLine
150m : Offset from either side of the runway centre line
Declaration
public static readonly LinearDistance OffsetFromRunwayCentreLine
Field Value
Type | Description |
---|---|
LinearDistance |
TransitionalHeightGain
300m : Height at which the transitional surface should reach
Declaration
public static readonly LinearDistance TransitionalHeightGain
Field Value
Type | Description |
---|---|
LinearDistance |
TransitionalSideGradientPercentage
14.3% : Percentage of which the transistional side slope upwards
Declaration
public static readonly double TransitionalSideGradientPercentage
Field Value
Type | Description |
---|---|
System.Double |