Skip to main content

IPosition

Namespace: Meshmakers.Octo.Runtime.Contracts.Geospatial.Geometry

Defines the Geographic Position type.

public interface IPosition

Remarks:

See https://tools.ietf.org/html/rfc7946#section-3.1.1

Properties

Altitude

Gets the altitude.

public abstract Nullable<double> Altitude { get; }

Property Value

Nullable<Double>

Latitude

Gets the latitude.

public abstract double Latitude { get; }

Property Value

Double
The latitude.

Longitude

Gets the longitude.

public abstract double Longitude { get; }

Property Value

Double
The longitude.