Class

WeatherCloudLayer

USI.Core

A modeled cloud layer. Providers that blend cloud forms expose the adjacent classifications and a zero-through-one blend ratio.

public sealed class WeatherCloudLayer : IEquatable<WeatherCloudLayer>

Constructors

WeatherCloudLayer

public WeatherCloudLayer(Length BaseAltitudeMeanSeaLevel, Length TopAltitudeMeanSeaLevel, double CoverageRatio, WeatherCloudType LowerType, WeatherCloudType UpperType, double TypeBlendRatio)

A modeled cloud layer. Providers that blend cloud forms expose the adjacent classifications and a zero-through-one blend ratio.

Properties

BaseAltitudeMeanSeaLevel

public Length BaseAltitudeMeanSeaLevel { get; set; }

CoverageRatio

public double CoverageRatio { get; set; }

LowerType

public WeatherCloudType LowerType { get; set; }

TopAltitudeMeanSeaLevel

public Length TopAltitudeMeanSeaLevel { get; set; }

TypeBlendRatio

public double TypeBlendRatio { get; set; }

UpperType

public WeatherCloudType UpperType { get; set; }

Methods

<Clone>$

public WeatherCloudLayer <Clone>$()

Deconstruct

public void Deconstruct(Length BaseAltitudeMeanSeaLevel, Length TopAltitudeMeanSeaLevel, double CoverageRatio, WeatherCloudType LowerType, WeatherCloudType UpperType, double TypeBlendRatio)

Equals

public bool Equals(object obj)

Equals

public bool Equals(WeatherCloudLayer other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()