public final class StkSatelliteDatabaseExtensions extends Object
StkSatelliteDatabase.| Modifier and Type | Method and Description |
|---|---|
static ArrayList<Platform> |
createPlatforms(StkSatelliteDatabase database)
Creates a platform for each satellite entry in the supplied database.
|
static ArrayList<Platform> |
createPlatforms(StkSatelliteDatabase database,
StkSatelliteDatabaseQuery query)
Creates platforms representing the satellites in the database that match the input query.
|
@Nonnull public static ArrayList<Platform> createPlatforms(StkSatelliteDatabase database)
See StkSatelliteDatabaseEntryExtensions.createPlatform(agi.foundation.stk.StkSatelliteDatabaseEntry) for details regarding the produced platforms.
database - The database containing StkSatelliteEntries.@Nonnull public static ArrayList<Platform> createPlatforms(StkSatelliteDatabase database, StkSatelliteDatabaseQuery query)
See StkSatelliteDatabaseEntryExtensions.createPlatform(agi.foundation.stk.StkSatelliteDatabaseEntry) for details regarding the produced platforms.
database - The input STK Satellite database.query - The query used to select satellites.