| 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> | 
StkSatelliteDatabaseExtensions.createPlatforms(StkSatelliteDatabase database)
Creates a platform for each satellite entry in the supplied database. 
 | 
static ArrayList<Platform> | 
StkSatelliteDatabaseExtensions.createPlatforms(StkSatelliteDatabase database,
               StkSatelliteDatabaseQuery query)
Creates platforms representing the satellites in the database that match the input query. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StkSatelliteDatabase | 
StkSatelliteDatabase.download()
Downloads the current  
stkSatDbAll satellite database from an AGI server. | 
static StkSatelliteDatabase | 
StkSatelliteDatabase.download(Proxy proxy)
Downloads the current  
stkSatDbAll satellite database from an AGI server. | 
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. 
 |