| Package | Description |
|---|---|
| agi.foundation.navigation |
Contains types useful in modeling navigation processes which utilize the Global Positioning System (GPS).
|
| 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 |
|---|---|
GpsSatelliteInformation |
IGpsSatelliteInformationService.getInformation()
Gets information about this GPS satellite.
|
GpsSatelliteInformation |
GpsSatelliteInformationExtension.getInformation()
Gets information about this GPS satellite.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GpsSatelliteInformationExtension.setInformation(GpsSatelliteInformation value)
Sets information about this GPS satellite.
|
| Constructor and Description |
|---|
GpsSatelliteInformationExtension(GpsSatelliteInformation information)
Initializes a new instance with the given information.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<GpsSatelliteInformation> |
GpsDataFile.downloadActive()
Downloads and reads data for only the active GPS satellites from an AGI server.
|
static ArrayList<GpsSatelliteInformation> |
GpsDataFile.downloadActive(Proxy proxy)
Downloads and reads data for only the active GPS satellites from an AGI server.
|
static ArrayList<GpsSatelliteInformation> |
GpsDataFile.downloadAll()
Downloads and reads data for all GPS satellites from an AGI server.
|
static ArrayList<GpsSatelliteInformation> |
GpsDataFile.downloadAll(Proxy proxy)
Downloads and reads data for all GPS satellites from an AGI server.
|
static ArrayList<GpsSatelliteInformation> |
GpsDataFile.readActive(BufferedReader source)
Reads data for only the active GPS satellites from the specified reader.
|
static ArrayList<GpsSatelliteInformation> |
GpsDataFile.readActive(String fileName)
Reads data for only the active GPS satellites from the specified file.
|
static ArrayList<GpsSatelliteInformation> |
GpsDataFile.readAll(BufferedReader source)
Reads data for all GPS satellites from the specified reader.
|
static ArrayList<GpsSatelliteInformation> |
GpsDataFile.readAll(String fileName)
Reads data for all GPS satellites from the specified file.
|