[SerializableAttribute]
public class Magnetic
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. |
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |