| 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 Platform | 
StkCityDatabaseEntryExtensions.createPlatform(StkCityDatabaseEntry entry)
Create a platform for a single  
StkCityDatabaseEntry. | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayList<StkCityDatabaseEntry> | 
StkCityDatabase.getEntries()
Gets all of the entries in the database. 
 | 
ArrayList<StkCityDatabaseEntry> | 
StkCityDatabase.getEntries(StkCityDatabaseQuery query)
Gets all of the entries in the database matching a specified query. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
StkCityDatabaseQuery.matches(StkCityDatabaseEntry entry)
Determines if an entry matches this query. 
 |