Package | Description |
---|---|
org.orekit.files.rinex.navigation |
This package provides classes related to RINEX navigation files.
|
org.orekit.gnss.metric.messages.rtcm.ephemeris |
This package provides all supported RTCM ephemeris
messages . |
Modifier and Type | Method and Description |
---|---|
Map<String,List<QZSSLegacyNavigationMessage>> |
RinexNavigation.getQZSSLegacyNavigationMessages()
Get all the QZSS navigation messages contained in the file.
|
List<QZSSLegacyNavigationMessage> |
RinexNavigation.getQZSSLegacyNavigationMessages(String satId)
Get the QZSS navigation messages for the given satellite Id.
|
Modifier and Type | Method and Description |
---|---|
void |
RinexNavigation.addQZSSLegacyNavigationMessage(QZSSLegacyNavigationMessage message)
Add a QZSS navigation message to the list.
|
Modifier and Type | Method and Description |
---|---|
QZSSLegacyNavigationMessage |
Rtcm1044Data.getQzssNavigationMessage()
Get the QZSS navigation message corresponding to the current RTCM data.
|
QZSSLegacyNavigationMessage |
Rtcm1044Data.getQzssNavigationMessage(TimeScales timeScales)
Get the QZSS navigation message corresponding to the current RTCM data.
|
Modifier and Type | Method and Description |
---|---|
void |
Rtcm1044Data.setQzssNavigationMessage(QZSSLegacyNavigationMessage qzssNavigationMessage)
Set the QZSS navigation message.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.