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