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