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