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<GPSLegacyNavigationMessage>> |
RinexNavigation.getGPSLegacyNavigationMessages()
Get all the GPS legacy navigation messages contained in the file.
|
List<GPSLegacyNavigationMessage> |
RinexNavigation.getGPSLegacyNavigationMessages(String satId)
Get the GPS legacy navigation messages for the given satellite Id.
|
Modifier and Type | Method and Description |
---|---|
void |
RinexNavigation.addGPSLegacyNavigationMessage(GPSLegacyNavigationMessage message)
Add a GPS legacy navigation message to the list.
|
Modifier and Type | Method and Description |
---|---|
GPSLegacyNavigationMessage |
Rtcm1019Data.getGpsNavigationMessage()
Get the GPS navigation message corresponding to the current RTCM data.
|
GPSLegacyNavigationMessage |
Rtcm1019Data.getGpsNavigationMessage(TimeScales timeScales)
Get the GPS navigation message corresponding to the current RTCM data.
|
Modifier and Type | Method and Description |
---|---|
void |
Rtcm1019Data.setGpsNavigationMessage(GPSLegacyNavigationMessage gpsNavigationMessage)
Set the GPS navigation message.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.