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