Class

GeographicPosition

USI.Core

Provider-neutral geodetic position with mean-sea-level altitude.

public sealed class GeographicPosition : IEquatable<GeographicPosition>

Constructors

GeographicPosition

public GeographicPosition(Angle Latitude, Angle Longitude, Length AltitudeMeanSeaLevel)

Provider-neutral geodetic position with mean-sea-level altitude.

Properties

AltitudeMeanSeaLevel

public Length AltitudeMeanSeaLevel { get; set; }

Latitude

public Angle Latitude { get; set; }

Longitude

public Angle Longitude { get; set; }

Methods

<Clone>$

public GeographicPosition <Clone>$()

Deconstruct

public void Deconstruct(Angle Latitude, Angle Longitude, Length AltitudeMeanSeaLevel)

Equals

public bool Equals(object obj)

Equals

public bool Equals(GeographicPosition other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()