Click or drag to resize

EarthOrientationParametersFile Class

Contains static methods to read EOP data in the Celestrak EOP data file format which is documented at https://celestrak.com/SpaceData/EOP-format.asp.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CelestialEarthOrientationParametersFile

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class EarthOrientationParametersFile
Methods
  NameDescription
Public methodStatic memberDownloadData
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as EarthOrientationParameters. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadData(IWebProxy)
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as EarthOrientationParameters. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadData(EarthOrientationParametersReadOptions, IWebProxy)
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as EarthOrientationParameters. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadRawData
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as a string. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberDownloadRawData(IWebProxy)
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as a string. This method connects via HTTPS to ftp.agi.com.
Public methodStatic memberReadData(String)
Reads an EOP data file and returns a new EarthOrientationParameters instance initialized with the contents of the file.
Public methodStatic memberReadData(TextReader)
Reads an EOP data file and returns a new EarthOrientationParameters instance initialized with the contents of the file.
Public methodStatic memberReadData(String, EarthOrientationParametersReadOptions)
Reads an EOP data file and returns a new EarthOrientationParameters instance initialized with the contents of the file.
Public methodStatic memberReadData(TextReader, EarthOrientationParametersReadOptions)
Reads an EOP data file and returns a new EarthOrientationParameters instance initialized with the contents of the file.
Top
See Also