Class

AirportFacility

USI.Core

A provider-neutral airport reference from simulator scenery data.

public sealed class AirportFacility : IEquatable<AirportFacility>

Constructors

AirportFacility

public AirportFacility(string Identifier, string Name, Angle Latitude, Angle Longitude, Length ElevationMeanSeaLevel)

A provider-neutral airport reference from simulator scenery data.

Properties

ElevationMeanSeaLevel

public Length ElevationMeanSeaLevel { get; set; }

Identifier

public string Identifier { get; set; }

Latitude

public Angle Latitude { get; set; }

Longitude

public Angle Longitude { get; set; }

Name

public string Name { get; set; }

Methods

<Clone>$

public AirportFacility <Clone>$()

Deconstruct

public void Deconstruct(string Identifier, string Name, Angle Latitude, Angle Longitude, Length ElevationMeanSeaLevel)

Equals

public bool Equals(object obj)

Equals

public bool Equals(AirportFacility other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()