public static class MagneticExtensions
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. |