Click or drag to resize

RinexObservationReadFrom Method (Stream)

Reads a RINEX Observation file from the specified stream.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static RinexObservation ReadFrom(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream from which to read the observation data.

Return Value

Type: RinexObservation
The RinexObservation object representing the data in the file.
See Also