Package | Description |
---|---|
agi.foundation.navigation.datareaders |
Contains types for reading various navigation-related data file formats.
|
Modifier and Type | Method and Description |
---|---|
static SatelliteOutageFile |
SatelliteOutageFile.downloadLatestSatelliteOutageFile()
Downloads the latest Satellite Outage File from an AGI server and returns the contents of the file as a
SatelliteOutageFile . |
static SatelliteOutageFile |
SatelliteOutageFile.downloadLatestSatelliteOutageFile(Proxy proxy)
Downloads the latest Satellite Outage File from an AGI server and returns the contents of the file as a
SatelliteOutageFile . |
static SatelliteOutageFile |
SatelliteOutageFile.readFrom(BufferedReader reader)
Reads a
SatelliteOutageFile from a reader. |
static SatelliteOutageFile |
SatelliteOutageFile.readFrom(InputStream stream)
Reads a
SatelliteOutageFile from a stream. |
static SatelliteOutageFile |
SatelliteOutageFile.readFrom(String fileName)
Reads a
SatelliteOutageFile from a file. |