MagneticFieldVector Constructor (TimeIntervalCollectionSphericalHarmonicCoefficients, TimeIntervalCollectionSphericalHarmonicCoefficients, Point, Double) |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public MagneticFieldVector(
TimeIntervalCollection<SphericalHarmonicCoefficients> initialMagneticFieldCoefficients,
TimeIntervalCollection<SphericalHarmonicCoefficients> magneticFieldCoefficientRates,
Point targetPoint,
double referenceDistance
)
Public Sub New (
initialMagneticFieldCoefficients As TimeIntervalCollection(Of SphericalHarmonicCoefficients),
magneticFieldCoefficientRates As TimeIntervalCollection(Of SphericalHarmonicCoefficients),
targetPoint As Point,
referenceDistance As Double
)
public:
MagneticFieldVector(
TimeIntervalCollection<SphericalHarmonicCoefficients^>^ initialMagneticFieldCoefficients,
TimeIntervalCollection<SphericalHarmonicCoefficients^>^ magneticFieldCoefficientRates,
Point^ targetPoint,
double referenceDistance
)
new :
initialMagneticFieldCoefficients : TimeIntervalCollection<SphericalHarmonicCoefficients> *
magneticFieldCoefficientRates : TimeIntervalCollection<SphericalHarmonicCoefficients> *
targetPoint : Point *
referenceDistance : float -> MagneticFieldVector
Parameters
- initialMagneticFieldCoefficients
- Type: AGI.Foundation.TimeTimeIntervalCollectionSphericalHarmonicCoefficients
A collection that represents the static spherical-harmonic magnetic field
coefficients that are valid at the beginning of specific time intervals. These are in tesla. - magneticFieldCoefficientRates
- Type: AGI.Foundation.TimeTimeIntervalCollectionSphericalHarmonicCoefficients
A collection that represents the rates of change of the
spherical-harmonic magnetic field coefficients during specific time intervals. These are in tesla/year. - targetPoint
- Type: AGI.Foundation.GeometryPoint
The point where the magnetic field vector is calculated. - referenceDistance
- Type: SystemDouble
The reference distance for the magnetic field model. This value
is typically the average or equatorial radius of the central body in meters. For the
IGRF and WMM models, this value is EarthReferenceDistance.
See Also