Class

PilotReportQuery

USI.Weather

Public SDK type.

public sealed class PilotReportQuery : IEquatable<PilotReportQuery>

Constructors

PilotReportQuery

public PilotReportQuery(string ReferenceAirport = null, Length? Radius = null, WeatherBoundingBox Bounds = null, TimeSpan? Lookback = null, Length? Altitude = null, WeatherReportIntensity? MinimumIntensity = null)

Properties

Altitude

public Length? Altitude { get; set; }

Bounds

public WeatherBoundingBox Bounds { get; set; }

Lookback

public TimeSpan? Lookback { get; set; }

MinimumIntensity

public WeatherReportIntensity? MinimumIntensity { get; set; }

Radius

public Length? Radius { get; set; }

ReferenceAirport

public string ReferenceAirport { get; set; }

Methods

<Clone>$

public PilotReportQuery <Clone>$()

Deconstruct

public void Deconstruct(string ReferenceAirport, Length? Radius, WeatherBoundingBox Bounds, TimeSpan? Lookback, Length? Altitude, WeatherReportIntensity? MinimumIntensity)

Equals

public bool Equals(object obj)

Equals

public bool Equals(PilotReportQuery other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()