| Package | Description | 
|---|---|
| agi.foundation.navigation.models | 
 Contains types representing more detailed navigation-related models. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping | 
ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping | 
ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping | 
ScalarSaastamoinenTroposphericCorrection.getObliquityMapping()
Gets the type of mapping to use when calculating the tropospheric delay. 
 | 
ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping | 
SaastamoinenTroposphericCorrectionModel.getObliquityMapping()
Gets the  
ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping used in this model. | 
static ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping | 
ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping[] | 
ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScalarSaastamoinenTroposphericCorrection.setObliquityMapping(ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping value)
Sets the type of mapping to use when calculating the tropospheric delay. 
 | 
void | 
SaastamoinenTroposphericCorrectionModel.setObliquityMapping(ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping value)
Sets the  
ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping used in this model. | 
| 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. 
 |