Click or drag to resize

EarthOrientationParametersReadOptions Class

Specifies options for reading an EarthOrientationParametersFile.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CelestialEarthOrientationParametersReadOptions

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

The EarthOrientationParametersReadOptions type exposes the following members.

Constructors
  NameDescription
Public methodEarthOrientationParametersReadOptions
Initializes a new instance of the EarthOrientationParametersReadOptions class
Top
Properties
  NameDescription
Public propertyInterpretTimesUsingLeapSecondsFacet
Gets or sets a value indicating whether times in the EarthOrientationParametersFile should be interpreted using the leap seconds facet. When the value of this property is , the default, CoordinatedUniversalTime (UTC) times in an EOP file are converted to InternationalAtomicTime (TAI) using the difference between the two that is specified in the EOP file itself. This ensures that the absolute time of each EOP sample is as intended by the author of the file. When the value of this property is , the conversion to TAI is done using the list of leap seconds known to the LeapSecondsFacet in the CalculationContext. This is provided for compatibility with older versions of DME Component Libraries and other software that interprets the UTC times in an EOP file in this way. Regardless of the value of this property, the leap seconds in the LeapSecondsFacet will be used if the EOP file itself does not contain any information about the difference between TAI and UTC.
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from 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.)
Top
See Also