Show / Hide Table of Contents

Class ObstacleClearanceAltitudeHeightOasBasicIls

Handling of the calculation of the OCA/H

Inheritance
System.Object
BaseObject
FpAssistantCore.IcaoPansOps.BaseObjectPansOps
ObstacleClearanceAltitudeHeightOasBasicIls
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 Source

ObstacleClearanceAltitudeHeightOasBasicIls(CriteriaUnits)

Declaration
public ObstacleClearanceAltitudeHeightOasBasicIls(CriteriaUnits pansOpsUnit)
Parameters
Type Name Description
CriteriaUnits pansOpsUnit

Properties

View Source

AngleOfGlidePath

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

View Source

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

View Source

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

View Source

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

View Source

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

View Source

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

  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited