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 SourceOasConstantsCalculations(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 SourceAircraftCategory
Aircraft category
Declaration
public OasConstantsAircraftCategories AircraftCategory { get; set; }
Property Value
Type | Description |
---|---|
OasConstantsAircraftCategories | Aircraft category value from enum |
WSurfaceA
WSurfaceA
Declaration
public double WSurfaceA { get; }
Property Value
Type | Description |
---|---|
System.Double | WSurfaceA Value |
WSurfaceB
Declaration
public double WSurfaceB { get; }
Property Value
Type | Description |
---|---|
System.Double |
WSurfaceC
Declaration
public double WSurfaceC { get; }
Property Value
Type | Description |
---|---|
System.Double |
XSurfaceA
XSurfaceA
Declaration
public double XSurfaceA { get; }
Property Value
Type | Description |
---|---|
System.Double | XSurfaceA Value |
XSurfaceB
XSurfaceB
Declaration
public double XSurfaceB { get; }
Property Value
Type | Description |
---|---|
System.Double | XSurfaceB Value |
XSurfaceC
XSurfaceC
Declaration
public double XSurfaceC { get; }
Property Value
Type | Description |
---|---|
System.Double | XSurfaceC Value |
YSurfaceA
YSurfaceA
Declaration
public double YSurfaceA { get; }
Property Value
Type | Description |
---|---|
System.Double | YSurfaceA Value |
YSurfaceB
YSurfaceB
Declaration
public double YSurfaceB { get; }
Property Value
Type | Description |
---|---|
System.Double | YSurfaceB Value |
YSurfaceC
YSurfaceC
Declaration
public double YSurfaceC { get; }
Property Value
Type | Description |
---|---|
System.Double | YSurfaceC Value |