ScalarSaastamoinenTroposphericCorrection Constructor (IServiceProvider, IServiceProvider, RinexMeteorological, ScalarSaastamoinenTroposphericCorrectionTroposphericObliquityMapping) |
Initializes a new instance with the specified parameters.
Namespace:
AGI.Foundation.Navigation.Models
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarSaastamoinenTroposphericCorrection(
IServiceProvider transmitter,
IServiceProvider receiver,
RinexMeteorological rinexMeteorologicalFile,
ScalarSaastamoinenTroposphericCorrectionTroposphericObliquityMapping obliquityMapping
)
Public Sub New (
transmitter As IServiceProvider,
receiver As IServiceProvider,
rinexMeteorologicalFile As RinexMeteorological,
obliquityMapping As ScalarSaastamoinenTroposphericCorrectionTroposphericObliquityMapping
)
public:
ScalarSaastamoinenTroposphericCorrection(
IServiceProvider^ transmitter,
IServiceProvider^ receiver,
RinexMeteorological^ rinexMeteorologicalFile,
ScalarSaastamoinenTroposphericCorrectionTroposphericObliquityMapping obliquityMapping
)
new :
transmitter : IServiceProvider *
receiver : IServiceProvider *
rinexMeteorologicalFile : RinexMeteorological *
obliquityMapping : ScalarSaastamoinenTroposphericCorrectionTroposphericObliquityMapping -> ScalarSaastamoinenTroposphericCorrection
Parameters
- transmitter
- Type: SystemIServiceProvider
The transmitter of the signal traveling through the troposphere. This is usually the GPS Satellite. - receiver
- Type: SystemIServiceProvider
The receiver of the signal traveling through the troposphere. This is usually the GPS Receiver. - rinexMeteorologicalFile
- Type: AGI.Foundation.Navigation.DataReadersRinexMeteorological
The file used to define the meteorological conditions at the receiver. - obliquityMapping
- Type: AGI.Foundation.Navigation.ModelsScalarSaastamoinenTroposphericCorrectionTroposphericObliquityMapping
The type of mapping to use when calculating the tropospheric delay.
Remarks See Also