| Package | Description |
|---|---|
| agi.foundation.navigation.advanced |
Contains types used in GPS communications modeling.
|
| agi.foundation.navigation.datareaders |
Contains types for reading various navigation-related data file formats.
|
| Modifier and Type | Method and Description |
|---|---|
static PlatformCollection |
GpsCommunicationsConstellation.create(SemAlmanac almanac,
ArrayList<GpsSatelliteInformation> gpsSatelliteInfo)
Create a GPS communications constellation from an almanac and a set of GPS constellation information.
|
static PlatformCollection |
GpsCommunicationsConstellation.create(SemAlmanac almanac,
String gpsDataFile)
Create a GPS communications constellation from an almanac and a set of GPS constellation information.
|
| Modifier and Type | Method and Description |
|---|---|
static SemAlmanac |
SemAlmanac.downloadAlmanac(JulianDate dateOfAlmanac)
Downloads the SEM Almanac which was most recently published before the given date from an AGI server and returns the contents of the file as a
SemAlmanac. |
static SemAlmanac |
SemAlmanac.downloadAlmanac(JulianDate dateOfAlmanac,
Proxy proxy)
Downloads the SEM Almanac which was most recently published before the given date from an AGI server and returns the contents of the file as a
SemAlmanac. |
static SemAlmanac |
SemAlmanac.downloadLatestAlmanac()
Downloads the latest almanac from an AGI server.
|
static SemAlmanac |
SemAlmanac.downloadLatestAlmanac(Proxy proxy)
Downloads the latest almanac from an AGI server.
|
static SemAlmanac |
SemAlmanac.readFrom(BufferedReader reader,
int rolloverCount)
Reads a SEM almanac from the specified reader.
|
static SemAlmanac |
SemAlmanac.readFrom(String fileName,
int rolloverCount)
Reads a SEM almanac from the specified file.
|