Click or drag to resize

EarthOrientationParameters Methods

The EarthOrientationParameters type exposes the following members.

Methods
  NameDescription
Public methodComputeCelestialPoleOffset
Finds the offset to the Celestial Intermediate Pole (CIP) for the given date by interpolating this EOP data, in arc seconds.
Public methodComputeDeltaEpsilonCorrection
Finds the correction to the nutation in obliquity (delta Delta epsilon), in arc seconds, for the given date by interpolating this EOP data.
Public methodComputeDeltaPsiCorrection
Finds the correction to the nutation in longitude (delta Delta psi), in arc seconds, for the given date by interpolating this EOP data.
Public methodComputeEopData
Creates an EarthOrientationParametersData object with the given date and information from the various Compute methods such as ComputePoleWander(JulianDate).
Public methodComputeLengthOfDayCorrection
Finds the correction to the length of a solar day (86400.0 sec) for the given date by interpolating this EOP data.
Public methodComputePoleWander
Finds the pole wander for the given date by interpolating this EOP data, in arc seconds.
Public methodComputeTaiMinusUtc
Returns the difference TAI - UTC for the given date by returning the number of leap seconds at the previous data point.
Public methodComputeUt1MinusUtc
Returns the difference UT1 - UTC for the given date by interpolating this EOP data.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDefinitionHashCode
Gets a hash code representing the definition of this 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 methodIsSameDefinition
Determines if this object has the same definition as another object.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUseForTimeStandardConversions
Configures the TimeStandardConverter so that EOP data is used to convert between the UTC and UT1 time standards.
Top
See Also