Package | Description |
---|---|
agi.foundation.stk |
Contains types for interoperating with the STK desktop application and related data.
|
Modifier and Type | Method and Description |
---|---|
static StkSatelliteDatabaseType |
StkSatelliteDatabaseType.getDefault()
Get the enum constant that is considered to be the default.
|
static StkSatelliteDatabaseType |
StkSatelliteDatabaseType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static StkSatelliteDatabaseType |
StkSatelliteDatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StkSatelliteDatabaseType[] |
StkSatelliteDatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static StkSatelliteDatabase |
StkSatelliteDatabase.download(Proxy proxy,
StkSatelliteDatabaseType type)
Downloads a current satellite database from an AGI server.
|
static StkSatelliteDatabase |
StkSatelliteDatabase.download(StkSatelliteDatabaseType type)
Downloads a current satellite database from an AGI server.
|