RinexNavigationEphemerisReadEphemeris Method |
Parse a block of eight lines representing a single ephemeris block formatted according to
the RINEX Navigation file 2.10 standard.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic static RinexNavigationEphemeris ReadEphemeris(
string[] ephemerisBlock
)
Public Shared Function ReadEphemeris (
ephemerisBlock As String()
) As RinexNavigationEphemeris
public:
static RinexNavigationEphemeris^ ReadEphemeris(
array<String^>^ ephemerisBlock
)
static member ReadEphemeris :
ephemerisBlock : string[] -> RinexNavigationEphemeris
Parameters
- ephemerisBlock
- Type: SystemString
A block of eight lines to parse.
Return Value
Type:
RinexNavigationEphemerisThe instance read from the strings.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown when an invalid PRN is read from the block of data |
| ArgumentNullException |
Thrown when ephemerisBlock is .
|
See Also