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