InternationalGeomagneticReferenceFieldVector Constructor (TimeIntervalCollection<SphericalHarmonicCoefficients>, TimeIntervalCollection<SphericalHarmonicCoefficients>, Point) |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic InternationalGeomagneticReferenceFieldVector(
TimeIntervalCollection<SphericalHarmonicCoefficients> initialMagneticFieldCoefficients,
TimeIntervalCollection<SphericalHarmonicCoefficients> magneticFieldCoefficientRates,
Point targetPoint
)
Public Sub New (
initialMagneticFieldCoefficients As TimeIntervalCollection(Of SphericalHarmonicCoefficients),
magneticFieldCoefficientRates As TimeIntervalCollection(Of SphericalHarmonicCoefficients),
targetPoint As Point
)
public:
InternationalGeomagneticReferenceFieldVector(
TimeIntervalCollection<SphericalHarmonicCoefficients^>^ initialMagneticFieldCoefficients,
TimeIntervalCollection<SphericalHarmonicCoefficients^>^ magneticFieldCoefficientRates,
Point^ targetPoint
)
new :
initialMagneticFieldCoefficients : TimeIntervalCollection<SphericalHarmonicCoefficients> *
magneticFieldCoefficientRates : TimeIntervalCollection<SphericalHarmonicCoefficients> *
targetPoint : Point -> InternationalGeomagneticReferenceFieldVector
Parameters
- initialMagneticFieldCoefficients
- Type: AGI.Foundation.Time.TimeIntervalCollection<SphericalHarmonicCoefficients>
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.Time.TimeIntervalCollection<SphericalHarmonicCoefficients>
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.Geometry.Point
The point where the magnetic field vector is calculated.
See Also