Class

ReportedCloudLayer

USI.Weather

A cloud layer reported by an aviation observation or forecast.

public sealed class ReportedCloudLayer : IEquatable<ReportedCloudLayer>

Constructors

ReportedCloudLayer

public ReportedCloudLayer(CloudCoverage Coverage, Length? Base, Length? Top, ReportedCloudAltitudeReference AltitudeReference, ReportedCloudType Type = Unknown)

A cloud layer reported by an aviation observation or forecast.

Properties

AltitudeReference

public ReportedCloudAltitudeReference AltitudeReference { get; set; }

Base

public Length? Base { get; set; }

Coverage

public CloudCoverage Coverage { get; set; }

Top

public Length? Top { get; set; }

Type

public ReportedCloudType Type { get; set; }

Methods

<Clone>$

public ReportedCloudLayer <Clone>$()

Deconstruct

public void Deconstruct(CloudCoverage Coverage, Length? Base, Length? Top, ReportedCloudAltitudeReference AltitudeReference, ReportedCloudType Type)

Equals

public bool Equals(object obj)

Equals

public bool Equals(ReportedCloudLayer other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()