Click or drag to resize

Iau2006XysData Class

A table of IAU2006 XYS data that is used to evaluate the transformation between the International Celestial Reference Frame (ICRF) and the International Terrestrial Reference Frame (ITRF). It is usually preferable to use the ReferenceFrame instances on EarthCentralBody rather than using this table directly.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CelestialIau2006XysData

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class Iau2006XysData

The Iau2006XysData type exposes the following members.

Properties
  NameDescription
Public propertyDateOfLastSample
Gets the date of the last sample in the table.
Public propertyStatic memberInstance
Gets the instance of the embedded IAU2006 XYS data.
Public propertyInterpolationOrder
Gets the order of the Lagrange polynomial to use to interpolate the data in the table.
Public propertyNumberOfPoints
Gets the total number of samples in the XYS table.
Public propertyReferenceEpoch
Public propertyReferenceEpochJulianEphemerisDate
Gets the Julian Ephemeris Date (JED) of the first sample in the table. Julian Ephemeris Dates are in the TerrestrialTime standard.
Public propertyStepSizeDays
Gets the step between samples in the table, in days.
Public propertyUpdated
Gets a string containing the date on which the XYS data in the table was last updated.
Public propertyVersion
Gets the version of the XYS data.
Public propertyXys
Gets the XYS table, in the order X0, Y0, S0, X1, Y1, S1, etc.
Public propertyXysAlgorithm
Gets the name of the algorithm used to generate the data held in the XYS table. This algorithm takes the fundamental arguments and astronomical standards and computes the XYS values from the series approximations from ICRF theory.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also