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 |
---|---|
BeidouNavigationMessage |
Rtcm1042Data.getBeidouNavigationMessage()
Get the Beidou navigation message corresponding to the current RTCM data.
|
BeidouNavigationMessage |
Rtcm1042Data.getBeidouNavigationMessage(TimeScales timeScales)
Get the Beidou navigation message corresponding to the current RTCM data.
|
Modifier and Type | Method and Description |
---|---|
void |
Rtcm1042Data.setBeidouNavigationMessage(BeidouNavigationMessage beidouNavigationMessage)
Set the Beidou navigation message.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<BeidouNavigationMessage>> |
RinexNavigation.getBeidouNavigationMessages()
Get all the Beidou navigation messages contained in the file.
|
List<BeidouNavigationMessage> |
RinexNavigation.getBeidouNavigationMessages(String satId)
Get the Beidou navigation messages for the given satellite Id.
|
Modifier and Type | Method and Description |
---|---|
void |
RinexNavigation.addBeidouNavigationMessage(BeidouNavigationMessage message)
Add a Beidou navigation message to the list.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.