Class

NavigationFixFacility

USI.Core

A named navigation fix from simulator navigation data.

public sealed class NavigationFixFacility : IEquatable<NavigationFixFacility>

Constructors

NavigationFixFacility

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

A named navigation fix from simulator navigation 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 NavigationFixFacility <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(NavigationFixFacility other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()