Show / Hide Table of Contents

Class OasConstantsCalculations

WIP: Experimental calculations of the OAS constants

Inheritance
System.Object
OasConstantsCalculations
Namespace: FpAssistantCore.IcaoPansOps
Assembly: FpAssistantCoreScl.dll
Syntax
public class OasConstantsCalculations : object
Remarks

WARNING: DO NOT USE

Constructors

View Source

OasConstantsCalculations(OasConstantsAircraftCategories, Double, Double, Double)

Constructor

Declaration
public OasConstantsCalculations(OasConstantsAircraftCategories aircraftCategory, double distantToThreshold, double glidePathAngle, double missedApproachSlopePercentage)
Parameters
Type Name Description
OasConstantsAircraftCategories aircraftCategory
System.Double distantToThreshold
System.Double glidePathAngle
System.Double missedApproachSlopePercentage

Properties

View Source

AircraftCategory

Aircraft category

Declaration
public OasConstantsAircraftCategories AircraftCategory { get; set; }
Property Value
Type Description
OasConstantsAircraftCategories

Aircraft category value from enum

View Source

WSurfaceA

WSurfaceA

Declaration
public double WSurfaceA { get; }
Property Value
Type Description
System.Double

WSurfaceA Value

View Source

WSurfaceB

Declaration
public double WSurfaceB { get; }
Property Value
Type Description
System.Double
View Source

WSurfaceC

Declaration
public double WSurfaceC { get; }
Property Value
Type Description
System.Double
View Source

XSurfaceA

XSurfaceA

Declaration
public double XSurfaceA { get; }
Property Value
Type Description
System.Double

XSurfaceA Value

View Source

XSurfaceB

XSurfaceB

Declaration
public double XSurfaceB { get; }
Property Value
Type Description
System.Double

XSurfaceB Value

View Source

XSurfaceC

XSurfaceC

Declaration
public double XSurfaceC { get; }
Property Value
Type Description
System.Double

XSurfaceC Value

View Source

YSurfaceA

YSurfaceA

Declaration
public double YSurfaceA { get; }
Property Value
Type Description
System.Double

YSurfaceA Value

View Source

YSurfaceB

YSurfaceB

Declaration
public double YSurfaceB { get; }
Property Value
Type Description
System.Double

YSurfaceB Value

View Source

YSurfaceC

YSurfaceC

Declaration
public double YSurfaceC { get; }
Property Value
Type Description
System.Double

YSurfaceC Value

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