EarthOrientationParameters.ComputePoleWander Method |
Finds the pole wander for the given date by interpolating this EOP data, in arc seconds.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Rectangular ComputePoleWander(
JulianDate date
)
Public Function ComputePoleWander (
date As JulianDate
) As Rectangular
public:
Rectangular ComputePoleWander(
JulianDate date
)
member ComputePoleWander :
date : JulianDate -> Rectangular
Parameters
- date
- Type: AGI.Foundation.Time.JulianDate
The date at which to retrieve pole wander information.
Return Value
Type:
RectangularThe wander of the pole for the given date.
See Also