Click or drag to resize

RinexNavigationRecordReadEphemerisBlock Method

Reads a record from a 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 void ReadEphemerisBlock(
	string[] ephemerisBlock
)

Parameters

ephemerisBlock
Type: SystemString
The block of eight lines representing the ephemeris for a single GPS PRN.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when ephemerisBlock is .
ArgumentException Thrown when the length of the ephemerisBlock is less than 8.
InvalidOperationException Thrown when the ephemerisBlock has an invalid pseudo-random number (PRN) in its first line.
See Also