Class ObstacleClearanceAltitudeHeightOasBasicIls
Handling of the calculation of the OCA/H
Inheritance
Namespace: FpAssistantCore.IcaoPansOps
Assembly: FpAssistantCoreScl.dll
Syntax
public class ObstacleClearanceAltitudeHeightOasBasicIls : BaseObjectPansOps
Remarks
ILS criteria enables an OCA/H to be calculated for each category of aircraft
Constructors
View SourceObstacleClearanceAltitudeHeightOasBasicIls(CriteriaUnits)
Declaration
public ObstacleClearanceAltitudeHeightOasBasicIls(CriteriaUnits pansOpsUnit)
Parameters
Type | Name | Description |
---|---|---|
CriteriaUnits | pansOpsUnit |
Properties
View SourceAngleOfGlidePath
Contains the value of the angle of glide path (elevation angle)
Declaration
public Angle AngleOfGlidePath { get; set; }
Property Value
Type | Description |
---|---|
Angle | Θ - angle of glide path |
AngleOfMissedApproachSurface
Contains the value of the angle of missed approach surface
Declaration
public Angle AngleOfMissedApproachSurface { get; set; }
Property Value
Type | Description |
---|---|
Angle | Z - angle of missed approach surface |
HeightOfEquivalentApproachObstacleCatA2D
Contains the numerical value of the height of equivalent approach obstacle CAT A-D
Declaration
public LinearDistance HeightOfEquivalentApproachObstacleCatA2D { get; }
Property Value
Type | Description |
---|---|
LinearDistance | ha - height of equivalent approach obstacle |
HeightOfEquivalentApproachObstacleCatH
Contains the numerical value of the height of equivalent approach obstacle CAT H
Declaration
public LinearDistance HeightOfEquivalentApproachObstacleCatH { get; }
Property Value
Type | Description |
---|---|
LinearDistance | ha - height of equivalent approach obstacle |
HeightOfMissedApproachObstacle
Contains the numerical value of the height of missed approach obstacle
Declaration
public LinearDistance HeightOfMissedApproachObstacle { get; set; }
Property Value
Type | Description |
---|---|
LinearDistance | hma - height of missed approach obstacle |
RangeOfObstacleRelativeToThreshold
Contains the value of the range of obstacle relative to threshold (negative after threshold)
Declaration
public LinearDistance RangeOfObstacleRelativeToThreshold { get; set; }
Property Value
Type | Description |
---|---|
LinearDistance | x - range of obstacle relative to threshold |