Click or drag to resize

WorldMagneticModelVector Constructor

Overload List
  NameDescription
Public methodWorldMagneticModelVector
Initializes a new instance. The DefinedInFrame is set to the PrincipalFrame of of Earth as obtained from the current CentralBodiesFacet. The ReferenceDistance is set to EarthReferenceDistance. Typically, this constructor is not used directly. Rather, ReadFile(String) is used to create the IGRF magnetic field vector.
Public methodWorldMagneticModelVector(TimeIntervalCollectionSphericalHarmonicCoefficients, TimeIntervalCollectionSphericalHarmonicCoefficients)
Initializes a new instance. Typically, this constructor is not used directly. Rather, ReadFile(String) is used to create the IGRF magnetic field vector.
Protected methodWorldMagneticModelVector(WorldMagneticModelVector, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodWorldMagneticModelVector(TimeIntervalCollectionSphericalHarmonicCoefficients, TimeIntervalCollectionSphericalHarmonicCoefficients, Point)
Initializes a new instance. Typically, this constructor is not used directly. Rather, ReadFile(String) is used to create the IGRF magnetic field vector.
Top
See Also