Magnetic(Double, Double, DateTime, Double, Double, DataModel) Constructor
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.
Namespace: CoordinateSharp.MagneticAssembly: CoordinateSharp.Magnetic (in CoordinateSharp.Magnetic.dll) Version: 2.1.1.0
XMLNS for XAML: Not mapped to an xmlns.
public Magnetic(
double lat,
double lng,
DateTime date,
double offset,
double height,
DataModel dataModel
)
Parameters
- lat Double
- Latitude
- lng Double
- Longitude
- date DateTime
- DateTime
- offset Double
- UTC Offset in Hours
- height Double
- Height in Meters
- dataModel DataModel
- Data Model