Package | Description |
---|---|
agi.foundation.stk |
Contains types for interoperating with the STK desktop application and related data.
|
Modifier and Type | Method and Description |
---|---|
static StkEphemerisFileVersion |
StkEphemerisFileVersion.getDefault()
Get the enum constant that is considered to be the default.
|
static StkEphemerisFileVersion |
StkEphemerisFileVersion.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
StkEphemerisFileVersion |
StkEphemerisFile.getVersion()
Gets the ephemeris file version.
|
static StkEphemerisFileVersion |
StkEphemerisFileVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StkEphemerisFileVersion[] |
StkEphemerisFileVersion.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.setVersion(StkEphemerisFileVersion value)
Sets the ephemeris file version.
|