Coordinate Class

[Missing <summary> documentation for "T:Cartography.Coordinate"]

Definition

Namespace: Cartography
Assembly: MYRIAM (in MYRIAM.exe) Version: 1.0.0
C#
public class Coordinate : PositionXY
Inheritance
Object    PositionXY    Coordinate

Constructors

Coordinate(Double, Double, NullableCoordinateUnit) Initializes a new instance of the Coordinate class with Lon and Lat properties.
Coordinate(Double, Double, Double, CoordinateUnit) Initializes a new instance of the Coordinate class with Lon, Lat and Val properties.

Properties

Lat Geographic Latitude in degrees.
Lon Geographic Longitude in degrees.
Val Scalar value assigned to this particular coordinate.

Methods

Fields

_unit The unit this Coordinate was constructed with.

See Also