Magnetic Class

Coordinate based magnetic data.

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#
[SerializableAttribute]
public class Magnetic
Inheritance
Object    Magnetic

Constructors

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, 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.

Properties

MagneticFieldElements Location and DateTime based magnetic field elements.
Model Geomagnetic data model.
SecularVariations Location and DateTime based secular variation elements.
Uncertainty Location and DateTime based geomagnetic uncertainty estimates.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also