Class RinexNavigation
java.lang.Object
org.orekit.files.rinex.RinexFile<RinexNavigationHeader>
org.orekit.files.rinex.navigation.RinexNavigation
Represents a parsed RINEX navigation messages files.
- Since:
- 11.0
- Author:
- Bryan Cazabonne, Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd an ionosphere BDGIM message.voidAdd a Beidou navigation message to the list.voidAdd a Beidou navigation message to the list.voidAdd an Earth orientation parameter.voidAdd a Galileo navigation message to the list.voidaddGlonassCDMSMessage(IonosphereGlonassCdmsMessage glonassCDMS) Add an ionosphere GLONASS CDMS message.voidAdd a Glonass navigation message to the list.voidAdd a GPS civilian navigation message to the list.voidAdd a GPS legacy navigation message to the list.voidaddKlobucharMessage(IonosphereKlobucharMessage klobuchar) Add an ionosphere Klobuchar message.voidaddNavICKlobucharMessage(IonosphereNavICKlobucharMessage navIcKlobuchar) Add an ionosphere NavIC Klobuchar message.voidAdd a NavIC navigation message to the list.voidAdd a NavIC navigation message to the list.voidaddNavICNeQuickNMessage(IonosphereNavICNeQuickNMessage navIcNeQuickN) Add an ionosphere NavIC NeQuick N message.voidaddNequickGMessage(IonosphereNequickGMessage nequickG) Add an ionosphere Nequick-G message.voidAdd a QZSS navigation message to the list.voidAdd a QZSS navigation message to the list.voidAdd a SBAS navigation message to the list.voidaddSystemTimeOffset(SystemTimeOffsetMessage systemTimeOffset) Add a system time offset.Get the ionosphere BDGIM messages.Get all the Beidou navigation messages contained in the file.Get the Beidou navigation messages for the given satellite Id.Get all the Beidou navigation messages contained in the file.Get the Beidou navigation messages for the given satellite Id.Get the Earth orientation parameters.Get all the Galileo navigation messages contained in the file.Get the Galileo navigation messages for the given satellite Id.Get the ionosphere GLONASS CDMS messages.Get all the Glonass navigation messages contained in the file.Get the Glonass navigation messages for the given satellite Id.Get all the GPS civilian navigation messages contained in the file.Get the GPS civilian navigation messages for the given satellite Id.Get all the GPS legacy navigation messages contained in the file.Get the GPS legacy navigation messages for the given satellite Id.Get the ionosphere Klobuchar messages.Get the ionosphere NavIC Klobuchar messages.Get all the NavIC navigation messages contained in the file.Get the NavIC navigation messages for the given satellite Id.Get all the NavIC navigation messages contained in the file.Get the NavIC navigation messages for the given satellite Id.Get the ionosphere NavIC NeQuick N messages.Get the ionosphere Nequick-G messages.Get all the QZSS navigation messages contained in the file.Get the QZSS navigation messages for the given satellite Id.Get all the QZSS navigation messages contained in the file.Get the QZSS navigation messages for the given satellite Id.Get all the SBAS navigation messages contained in the file.getSBASNavigationMessages(String satId) Get the SBAS navigation messages for the given satellite Id.Get the system time offsets.Methods inherited from class org.orekit.files.rinex.RinexFile
addComment, getComments, getHeader
-
Constructor Details
-
RinexNavigation
public RinexNavigation()Constructor.
-
-
Method Details
-
getSystemTimeOffsets
Get the system time offsets.- Returns:
- an unmodifiable list of system time offsets
- Since:
- 12.0
-
getEarthOrientationParameters
Get the Earth orientation parameters.- Returns:
- an unmodifiable list of Earth orientation parameters
- Since:
- 12.0
-
getKlobucharMessages
Get the ionosphere Klobuchar messages.- Returns:
- an unmodifiable list of ionosphere Klobuchar messages
- Since:
- 12.0
-
getNequickGMessages
Get the ionosphere Nequick-G messages.- Returns:
- an unmodifiable list of ionosphere Nequick-G messages
- Since:
- 12.0
-
getBDGIMMessages
Get the ionosphere BDGIM messages.- Returns:
- an unmodifiable list of ionosphere BDGIM messages
- Since:
- 12.0
-
getGlonassCDMSMessages
Get the ionosphere GLONASS CDMS messages.- Returns:
- an unmodifiable list of ionosphere GLONASS CDMS messages
- Since:
- 14.0