EarthOrientationParametersData Constructor (JulianDate, Double, Double, Double) |
Initializes a new instance with the specified parameters.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EarthOrientationParametersData(
JulianDate date,
double poleWanderX,
double poleWanderY,
double ut1MinusUtc
)
Public Sub New (
date As JulianDate,
poleWanderX As Double,
poleWanderY As Double,
ut1MinusUtc As Double
)
public:
EarthOrientationParametersData(
JulianDate date,
double poleWanderX,
double poleWanderY,
double ut1MinusUtc
)
new :
date : JulianDate *
poleWanderX : float *
poleWanderY : float *
ut1MinusUtc : float -> EarthOrientationParametersData
Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
The instant at which the parameters are specified, in UTC. - poleWanderX
- Type: SystemDouble
The pole wander in the X direction at this instance, in arc seconds. - poleWanderY
- Type: SystemDouble
The pole wander in the Y direction at this instance, in arc seconds. - ut1MinusUtc
- Type: SystemDouble
The difference UT1 - UTC at this instant.
See Also