Click or drag to resize

RinexNavigationRecord.ReadEphemerisBlock Method

Reads a record from a stream.

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

Parameters

ephemerisBlock
Type:System.String[]
The block of eight lines representing the ephemeris for a single GPS PRN.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when ephemerisBlock is null.
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