| Package | Description | 
|---|---|
| agi.foundation.stk | 
 Contains types for interoperating with the STK desktop application and related data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StkEphemerisFile.StkTimeFormat | 
StkEphemerisFile.StkTimeFormat.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static StkEphemerisFile.StkTimeFormat | 
StkEphemerisFile.StkTimeFormat.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
StkEphemerisFile.StkTimeFormat | 
StkEphemerisFile.Ephemeris.getTimeFormat()
Gets the time format of the ephemeris and covariance information. 
 | 
static StkEphemerisFile.StkTimeFormat | 
StkEphemerisFile.StkTimeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static StkEphemerisFile.StkTimeFormat[] | 
StkEphemerisFile.StkTimeFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StkEphemerisFile.Ephemeris.setTimeFormat(StkEphemerisFile.StkTimeFormat value)
Sets the time format of the ephemeris and covariance information. 
 |