Click or drag to resize

RinexMeteorological.GetEvaluator Method

Gets an evaluator that can be used to find meteorological data over time.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public Evaluator<RinexMeteorologicalRecord> GetEvaluator()

Return Value

Type: Evaluator<RinexMeteorologicalRecord>
An evaluator to find the meteorological data over time.
See Also