Show / Hide Table of Contents

Class Aerodrome

Object to hold specific information about an aerodrome

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

Constructors

View Source

Aerodrome()

Default constructor

Declaration
public Aerodrome()
View Source

Aerodrome(string, string, GeoCoordinate, LinearDistance, string)

Constructor to initialise with parameters

Declaration
public Aerodrome(string iataCode, string description, GeoCoordinate arp, LinearDistance height, string icaoCode)
Parameters
Type Name Description
string iataCode

IATA code of the aerodrome

string description

Description to apply to the aerodrome

GeoCoordinate arp

Aerodrome Reference Point (ARP) - Coordinate of the ARP

LinearDistance height

Height of the aerodrome above MSL

string icaoCode

Four letter ICAO code of aerodrome

Properties

View Source

Arp

Contains the ARP geographical coordinate

Declaration
public GeoCoordinate Arp { get; }
Property Value
Type Description
GeoCoordinate

ARP in Lat/Long coordinate

View Source

Description

Contains the description for the aerodrome

Declaration
public string Description { get; }
Property Value
Type Description
string

Description of the aerodrome

View Source

Height

Contains the height at the ARP coordinate

Declaration
public LinearDistance Height { get; }
Property Value
Type Description
LinearDistance

Height of the ARP point on the aerodrome

View Source

IATACode

Contains the IATA code for the aerodrome

Declaration
public string IATACode { get; }
Property Value
Type Description
string

IATA code of the aerodrome

View Source

IcaoCode

Contains the description for the aerodrome

Declaration
public string IcaoCode { get; }
Property Value
Type Description
string

ICAO airport code or location indicator

Remarks

Four-letter code designating aerodromes around the world

View Source

IcaoLocation

Contains the ICAO location for the aerodrome

Declaration
public ICAOLocationIndicators IcaoLocation { get; }
Property Value
Type Description
ICAOLocationIndicators

ICAO location of the aerodrome

View Source

Latitude

Contains the Latitude of the ARP geographical coordinate

Declaration
public double Latitude { get; }
Property Value
Type Description
double

Latitude of the ARP in decimal DMS

View Source

Longitude

Contains the Longitude of the ARP geographical coordinate

Declaration
public double Longitude { get; }
Property Value
Type Description
double

Longitude of the ARP in decimal DMS

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