Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Method and Description |
---|---|
static EarthOrientationParameters |
EarthOrientationParametersFile.downloadData(EarthOrientationParametersReadOptions readOptions,
Proxy proxy)
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as
EarthOrientationParameters . |
static EarthOrientationParameters |
EarthOrientationParametersFile.readData(BufferedReader source,
EarthOrientationParametersReadOptions readOptions)
Reads an EOP data file and returns a new
EarthOrientationParameters instance
initialized with the contents of the file. |
static EarthOrientationParameters |
EarthOrientationParametersFile.readData(String fileName,
EarthOrientationParametersReadOptions readOptions)
Reads an EOP data file and returns a new
EarthOrientationParameters instance
initialized with the contents of the file. |