Class

WeatherBoundingBox

USI.Weather

Public SDK type.

public sealed class WeatherBoundingBox : IEquatable<WeatherBoundingBox>

Constructors

WeatherBoundingBox

public WeatherBoundingBox(Angle SouthLatitude, Angle WestLongitude, Angle NorthLatitude, Angle EastLongitude)

Properties

EastLongitude

public Angle EastLongitude { get; set; }

NorthLatitude

public Angle NorthLatitude { get; set; }

SouthLatitude

public Angle SouthLatitude { get; set; }

WestLongitude

public Angle WestLongitude { get; set; }

Methods

<Clone>$

public WeatherBoundingBox <Clone>$()

Deconstruct

public void Deconstruct(Angle SouthLatitude, Angle WestLongitude, Angle NorthLatitude, Angle EastLongitude)

Equals

public bool Equals(object obj)

Equals

public bool Equals(WeatherBoundingBox other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()