WeatherSampleLocation
USI.Core
A geodetic point at which simulator weather is sampled.
public sealed class WeatherSampleLocation : IEquatable<WeatherSampleLocation>Constructors
WeatherSampleLocation
public WeatherSampleLocation(Angle Latitude, Angle Longitude, Length AltitudeMeanSeaLevel)A geodetic point at which simulator weather is sampled.
Properties
AltitudeMeanSeaLevel
public Length AltitudeMeanSeaLevel { get; set; }Latitude
public Angle Latitude { get; set; }Longitude
public Angle Longitude { get; set; }Methods
<Clone>$
public WeatherSampleLocation <Clone>$()Deconstruct
public void Deconstruct(Angle Latitude, Angle Longitude, Length AltitudeMeanSeaLevel)Equals
public bool Equals(object obj)Equals
public bool Equals(WeatherSampleLocation other)GetHashCode
public int GetHashCode()ToString
public string ToString()