Show / Hide Table of Contents

Class NonPrecisionStraightInApproach

Non Precision Straight-in Approach Calculations

Inheritance
object
BaseObjectTerps
NonPrecisionStraightInApproach
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: FpAssistantCore.FaaTerps
Assembly: FpAssistantCoreScl.dll
Syntax
public class NonPrecisionStraightInApproach : BaseObjectTerps

Constructors

View Source

NonPrecisionStraightInApproach(CriteriaUnits)

Declaration
public NonPrecisionStraightInApproach(CriteriaUnits terpsUnit)
Parameters
Type Name Description
CriteriaUnits terpsUnit

Properties

View Source

FACorTrueRadialBearing

Final Approach Course (FAC) or Radial bearing (true)

Declaration
public CompassBearing FACorTrueRadialBearing { get; set; }
Property Value
Type Description
CompassBearing

Bearing of the runway(true)

View Source

NavAidCoordinate

Navigation Aid (NavAid) coordinate

Declaration
public GeoCoordinate NavAidCoordinate { get; set; }
Property Value
Type Description
GeoCoordinate

geocoordinate

View Source

Result

Declaration
public bool Result { get; }
Property Value
Type Description
bool
View Source

RunwayThresholdCoordinate

Runway threshold coordinate

Declaration
public GeoCoordinate RunwayThresholdCoordinate { get; set; }
Property Value
Type Description
GeoCoordinate

geocoordinate

View Source

RunwayTrueBearing

Runway true bearing

Declaration
public CompassBearing RunwayTrueBearing { get; set; }
Property Value
Type Description
CompassBearing

Bearing of the runway(true)

  • View Source
In this article
Back to top Copyright 2018-2026 CADology Limited