AirportTaxiwayNetwork
USI.Core
A complete airport surface graph with authored taxiway names.
public sealed class AirportTaxiwayNetwork : IEquatable<AirportTaxiwayNetwork>Constructors
AirportTaxiwayNetwork
public AirportTaxiwayNetwork(IReadOnlyList<AirportTaxiwayPoint> Points, IReadOnlyList<AirportTaxiwayPath> Paths, IReadOnlyList<String> Names)A complete airport surface graph with authored taxiway names.
Properties
Names
public IReadOnlyList<String> Names { get; set; }Paths
public IReadOnlyList<AirportTaxiwayPath> Paths { get; set; }Points
public IReadOnlyList<AirportTaxiwayPoint> Points { get; set; }Methods
<Clone>$
public AirportTaxiwayNetwork <Clone>$()Deconstruct
public void Deconstruct(IReadOnlyList<AirportTaxiwayPoint> Points, IReadOnlyList<AirportTaxiwayPath> Paths, IReadOnlyList<String> Names)Equals
public bool Equals(object obj)Equals
public bool Equals(AirportTaxiwayNetwork other)GetHashCode
public int GetHashCode()ToString
public string ToString()