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