MagneticExtensions Class

Extends Coordinate class with Magnetic functions.

Definition

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

Methods

GetMagnetic(Coordinate, DataModel) Creates a Magnetic object from a Coordinate. Assumes height is at MSL and a provided 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