FacilityLocation
USI.Core
A provider-neutral geographic point from facility data.
public sealed class FacilityLocation : IEquatable<FacilityLocation>Constructors
FacilityLocation
public FacilityLocation(Angle Latitude, Angle Longitude, Length ElevationMeanSeaLevel)A provider-neutral geographic point from facility data.
Properties
ElevationMeanSeaLevel
public Length ElevationMeanSeaLevel { get; set; }Latitude
public Angle Latitude { get; set; }Longitude
public Angle Longitude { get; set; }Methods
<Clone>$
public FacilityLocation <Clone>$()Deconstruct
public void Deconstruct(Angle Latitude, Angle Longitude, Length ElevationMeanSeaLevel)Equals
public bool Equals(object obj)Equals
public bool Equals(FacilityLocation other)GetHashCode
public int GetHashCode()ToString
public string ToString()