Magnetic(Coordinate) | Initializes a magnetic object based on a Coordinate and the latest data model. Assumes height is at MSL. |
Magnetic(Coordinate, Distance) | Initializes a magnetic object based on a Coordinate, height and the latest data model. |
Magnetic(Coordinate, DataModel) | Initializes a magnetic object based on a Coordinate and a provided data Model. Assumes height is at MSL. |
Magnetic(Coordinate, Distance, DataModel) | Initializes a magnetic object based on a Coordinate, height and a provided data model. |
Magnetic(Coordinate, Double, DataModel) | Initializes a magnetic object based on a Coordinate, height and a provided data model. |
Magnetic(Double, Double, DateTime, Double, Double) | Initializes a magnetic object based on a signed lat/long, date, time offset, height in meters and the latest data model. Assume WGS84 datum earth shape for calculations. |
Magnetic(Double, Double, DateTime, Double, Double, DataModel) | Initializes a magnetic object based on a signed lat/long, date, time offset, height in meters and a provided data model. Assume WGS84 datum earth shape for calculations. |