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.2.419.0 (24.2.419.0)
Syntax public static RinexObservation ReadFrom(
Stream stream
)
Public Shared Function ReadFrom (
stream As Stream
) As RinexObservation
public:
static RinexObservation^ ReadFrom(
Stream^ stream
)
static member ReadFrom :
stream : Stream -> RinexObservation
Parameters
- stream
- Type: System.IOStream
The stream from which to read the observation data.
Return Value
Type:
RinexObservationThe
RinexObservation object representing the data in the file.
See Also