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 |
---|---|
GLONASSNavigationMessage |
Rtcm1020Data.getGlonassNavigationMessage()
Get the Glonass navigation message corresponding to the current RTCM data.
|
GLONASSNavigationMessage |
Rtcm1020Data.getGlonassNavigationMessage(TimeScales timeScales)
Get the Glonass navigation message corresponding to the current RTCM data.
|
Modifier and Type | Method and Description |
---|---|
void |
Rtcm1020Data.setGlonassNavigationMessage(GLONASSNavigationMessage glonassNavigationMessage)
Set the Glonass navigation message.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<GLONASSNavigationMessage>> |
RinexNavigation.getGlonassNavigationMessages()
Get all the Glonass navigation messages contained in the file.
|
List<GLONASSNavigationMessage> |
RinexNavigation.getGlonassNavigationMessages(String satId)
Get the Glonass navigation messages for the given satellite Id.
|
Modifier and Type | Method and Description |
---|---|
void |
RinexNavigation.addGlonassNavigationMessage(GLONASSNavigationMessage message)
Add a Glonass navigation message to the list.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.