| 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()
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.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.downloadData(Proxy proxy)
Downloads the latest EOP file (EOP-v1.1.txt) from an AGI server and returns the contents of the file as  
EarthOrientationParameters. | 
EarthOrientationParameters | 
EarthCentralBody.getOrientationParameters()
Gets the default  
EarthOrientationParameters. | 
static EarthOrientationParameters | 
EarthOrientationParametersFile.readData(BufferedReader source)
Reads an EOP data file and returns a new  
EarthOrientationParameters instance
    initialized with the contents of the file. | 
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)
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. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EarthCentralBody.setOrientationParameters(EarthOrientationParameters value)
Sets the default  
EarthOrientationParameters. | 
| Constructor and Description | 
|---|
Iers2003SolidTideModel(EarthOrientationParameters earthOrientationParameters)
Initializes a high-fidelity Earth solid tide model based on the IERS Conventions (2003) technical report 32. 
 |