RinexObservationHeaderReadHeader Method |
Parse the header of a RINEX observation file.
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 void ReadHeader(
TextReader reader
)
Public Sub ReadHeader (
reader As TextReader
)
public:
void ReadHeader(
TextReader^ reader
)
member ReadHeader :
reader : TextReader -> unit
Parameters
- reader
- Type: System.IOTextReader
A reader pointing to the beginning of a RINEX observation file.
Exceptions Exception | Condition |
---|
InvalidDataException | Thrown when any of the required fields in the
header are missing, or invalid information is defined for these fields. |
See Also