| Package | Description |
|---|---|
| agi.foundation.navigation.datareaders |
Contains types for reading various navigation-related data file formats.
|
| Modifier and Type | Method and Description |
|---|---|
SatelliteOutageCollection |
SatelliteOutageFile.findOutages(int prn)
Finds all satellite outages for a given Pseudo Random Number.
|
SatelliteOutageCollection |
SatelliteOutageFile.findOutages(int prn,
TimeInterval date)
Finds satellite outages with a given Pseudo Random Number and within a specified
TimeInterval. |
SatelliteOutageCollection |
SatelliteOutageFile.findOutages(TimeInterval date)
Finds all outages within a given
TimeInterval. |