| Package | Description | 
|---|---|
| agi.foundation.stk | 
 Contains types for interoperating with the STK desktop application and related data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StkAttitudeFile | 
StkAttitudeFile.readFrom(BufferedReader reader)
Reads an STK attitude (.a) file from a  
BufferedReader. | 
static StkAttitudeFile | 
StkAttitudeFile.readFrom(BufferedReader reader,
        StkAttitudeFileOptions readOptions)
Reads an STK attitude (.a) file from a  
BufferedReader. | 
static StkAttitudeFile | 
StkAttitudeFile.readFrom(String fileName)
Reads an STK attitude (.a) file from a specified file. 
 | 
static StkAttitudeFile | 
StkAttitudeFile.readFrom(String fileName,
        StkAttitudeFileOptions readOptions)
Reads an STK attitude (.a) file from a specified file. 
 |