| Package | Description | 
|---|---|
| agi.foundation.navigation.datareaders | 
 Contains types for reading various navigation-related data file formats. 
 | 
| agi.foundation.navigation.models | 
 Contains types representing more detailed navigation-related models. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RinexNavigation | 
RinexNavigation.readFrom(BufferedReader reader)
Reads a RINEX Navigation file from the specified stream. 
 | 
static RinexNavigation | 
RinexNavigation.readFrom(String fileName)
Reads a RINEX Navigation file from the specified file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RinexNavigation | 
SingleFrequencyIonosphericCorrectionModel.getRinexNavigationFile()
Gets the file used to define the ionospheric correction model parameters, known as the alphas and betas. 
 | 
RinexNavigation | 
ScalarSingleFrequencyIonosphericCorrection.getRinexNavigationFile()
Gets he file used to define the ionospheric correction model parameters, known as the alphas and betas. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SingleFrequencyIonosphericCorrectionModel.setRinexNavigationFile(RinexNavigation value)
Sets the file used to define the ionospheric correction model parameters, known as the alphas and betas. 
 | 
void | 
ScalarSingleFrequencyIonosphericCorrection.setRinexNavigationFile(RinexNavigation value)
Sets he file used to define the ionospheric correction model parameters, known as the alphas and betas. 
 | 
| Constructor and Description | 
|---|
ScalarSingleFrequencyIonosphericCorrection(IServiceProvider transmitter,
                                          IServiceProvider receiver,
                                          RinexNavigation rinexNavigationFile)
Creates a new instance with the specified transmitter, receiver, and file. 
 | 
SingleFrequencyIonosphericCorrectionModel(RinexNavigation rinexNavigationFile)
Creates a SingleFrequencyIonosphericCorrectionModel. 
 |