MagneticExtensions Class

Extends Coordinate class with Magnetic functions.

Definition

Namespace: CoordinateSharp.Magnetic
Assembly: CoordinateSharp.Magnetic (in CoordinateSharp.Magnetic.dll) Version: 2.1.1.0
XMLNS for XAML: Not mapped to an xmlns.
C#
public static class MagneticExtensions
Inheritance
Object    MagneticExtensions

Methods

GetMagnetic(Coordinate) Creates a Magnetic object from a Coordinate with the latest data model. Assumes height is at MSL.
GetMagnetic(Coordinate, Distance) Creates a Magnetic object from a Coordinate with a specified height above MSL using the latest data model.
GetMagnetic(Coordinate, DataModel) Creates a Magnetic object from a Coordinate and a provided data model. Assumes height is at MSL.
GetMagnetic(Coordinate, Double) Creates a Magnetic object from a Coordinate with a specified height in meters above MSL using the latest data model.
GetMagnetic(Coordinate, Distance, DataModel) Creates a Magnetic object from a Coordinate with a specified height above MSL and a provided data model.
GetMagnetic(Coordinate, Double, DataModel) Creates a Magnetic object from a Coordinate with a specified height in meters above MSL and a provided data model.

See Also