Class NonPrecisionStraightInApproach
Non Precision Straight-in Approach Calculations
Inherited Members
Namespace: FpAssistantCore.FaaTerps
Assembly: FpAssistantCoreScl.dll
Syntax
public class NonPrecisionStraightInApproach : BaseObjectTerps
Constructors
View SourceNonPrecisionStraightInApproach(CriteriaUnits)
Declaration
public NonPrecisionStraightInApproach(CriteriaUnits terpsUnit)
Parameters
| Type | Name | Description |
|---|---|---|
| CriteriaUnits | terpsUnit |
Properties
View SourceFACorTrueRadialBearing
Final Approach Course (FAC) or Radial bearing (true)
Declaration
public CompassBearing FACorTrueRadialBearing { get; set; }
Property Value
| Type | Description |
|---|---|
| CompassBearing | Bearing of the runway(true) |
NavAidCoordinate
Navigation Aid (NavAid) coordinate
Declaration
public GeoCoordinate NavAidCoordinate { get; set; }
Property Value
| Type | Description |
|---|---|
| GeoCoordinate | geocoordinate |
Result
Declaration
public bool Result { get; }
Property Value
| Type | Description |
|---|---|
| bool |
RunwayThresholdCoordinate
Runway threshold coordinate
Declaration
public GeoCoordinate RunwayThresholdCoordinate { get; set; }
Property Value
| Type | Description |
|---|---|
| GeoCoordinate | geocoordinate |
RunwayTrueBearing
Runway true bearing
Declaration
public CompassBearing RunwayTrueBearing { get; set; }
Property Value
| Type | Description |
|---|---|
| CompassBearing | Bearing of the runway(true) |