Package | Description |
---|---|
agi.foundation.platforms |
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
|
agi.foundation.stk |
Contains types for interoperating with the STK desktop application and related data.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<Platform> |
StkFacilityDatabaseExtensions.createPlatforms(StkFacilityDatabase database,
StkFacilityDatabaseQuery query)
Creates platforms representing the facilities in the database that match the input query.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<StkFacilityDatabaseEntry> |
StkFacilityDatabase.getEntries(StkFacilityDatabaseQuery query)
Gets all of the entries in the database matching a specified query.
|