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 RinexMeteorological |
RinexMeteorological.readFrom(BufferedReader reader)
Reads a RINEX Meteorological file from the specified stream.
|
static RinexMeteorological |
RinexMeteorological.readFrom(String fileName)
Reads a RINEX Meteorological file from the specified filename.
|
Modifier and Type | Method and Description |
---|---|
RinexMeteorological |
ScalarSaastamoinenTroposphericCorrection.getRinexMeteorologicalFile()
Gets the file used to define the meteorological conditions at the receiver.
|
RinexMeteorological |
SaastamoinenTroposphericCorrectionModel.getRinexMeteorologicalFile()
|
Modifier and Type | Method and Description |
---|---|
void |
ScalarSaastamoinenTroposphericCorrection.setRinexMeteorologicalFile(RinexMeteorological value)
Sets the file used to define the meteorological conditions at the receiver.
|
void |
SaastamoinenTroposphericCorrectionModel.setRinexMeteorologicalFile(RinexMeteorological value)
|
Constructor and Description |
---|
SaastamoinenTroposphericCorrectionModel(RinexMeteorological rinexMeteorologicalFile,
ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping obliquityMapping)
Creates a SaastamoinenTroposphericCorrectionModel.
|
ScalarSaastamoinenTroposphericCorrection(IServiceProvider transmitter,
IServiceProvider receiver,
RinexMeteorological rinexMeteorologicalFile,
ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping obliquityMapping)
Initializes a new instance with the specified parameters.
|