Class

AirportTaxiwayPath

USI.Core

An edge in an airport's provider-neutral surface-routing graph.

public sealed class AirportTaxiwayPath : IEquatable<AirportTaxiwayPath>

Constructors

AirportTaxiwayPath

public AirportTaxiwayPath(UInt32 Index, AirportTaxiwayPathKind Kind, string Name, Length? Width, Length? LeftHalfWidth, Length? RightHalfWidth, Mass? MaximumWeight, string RunwayEndIdentifier, AirportTaxiwayEdgeKind? LeftEdge, bool? IsLeftEdgeLighted, AirportTaxiwayEdgeKind? RightEdge, bool? IsRightEdgeLighted, bool? HasCenterLine, bool? IsCenterLineLighted, UInt32 StartNodeIndex, UInt32 EndNodeIndex)

An edge in an airport's provider-neutral surface-routing graph.

Properties

Direction

public AirportTaxiwayPathDirection? Direction { get; set; }

EndNodeIndex

public UInt32 EndNodeIndex { get; set; }

HasCenterLine

public bool? HasCenterLine { get; set; }

Index

public UInt32 Index { get; set; }

IsCenterLineLighted

public bool? IsCenterLineLighted { get; set; }

IsLeftEdgeLighted

public bool? IsLeftEdgeLighted { get; set; }

IsRightEdgeLighted

public bool? IsRightEdgeLighted { get; set; }

Kind

public AirportTaxiwayPathKind Kind { get; set; }

LeftEdge

public AirportTaxiwayEdgeKind? LeftEdge { get; set; }

LeftHalfWidth

public Length? LeftHalfWidth { get; set; }

MaximumWeight

public Mass? MaximumWeight { get; set; }

Name

public string Name { get; set; }

RightEdge

public AirportTaxiwayEdgeKind? RightEdge { get; set; }

RightHalfWidth

public Length? RightHalfWidth { get; set; }

RunwayEndIdentifier

public string RunwayEndIdentifier { get; set; }

StartNodeIndex

public UInt32 StartNodeIndex { get; set; }

Width

public Length? Width { get; set; }

Methods

<Clone>$

public AirportTaxiwayPath <Clone>$()

Deconstruct

public void Deconstruct(UInt32 Index, AirportTaxiwayPathKind Kind, string Name, Length? Width, Length? LeftHalfWidth, Length? RightHalfWidth, Mass? MaximumWeight, string RunwayEndIdentifier, AirportTaxiwayEdgeKind? LeftEdge, bool? IsLeftEdgeLighted, AirportTaxiwayEdgeKind? RightEdge, bool? IsRightEdgeLighted, bool? HasCenterLine, bool? IsCenterLineLighted, UInt32 StartNodeIndex, UInt32 EndNodeIndex)

Equals

public bool Equals(object obj)

Equals

public bool Equals(AirportTaxiwayPath other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()