Class NavICL1NVNavigationMessageWriter
java.lang.Object
org.orekit.files.rinex.navigation.writers.NavigationMessageWriter<NavICL1NvNavigationMessage>
org.orekit.files.rinex.navigation.writers.ephemeris.AbstractNavigationMessageWriter<NavICL1NvNavigationMessage>
org.orekit.files.rinex.navigation.writers.ephemeris.CivilianNavigationMessageWriter<NavICL1NvNavigationMessage>
org.orekit.files.rinex.navigation.writers.ephemeris.NavICL1NVNavigationMessageWriter
public class NavICL1NVNavigationMessageWriter
extends CivilianNavigationMessageWriter<NavICL1NvNavigationMessage>
Writer for NavIC L1NV messages.
- Since:
- 14.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteEphLine5(NavICL1NvNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 5.protected voidwriteEphLine6(NavICL1NvNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 6.protected voidwriteEphLine7(NavICL1NvNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 7.voidwriteMessage(String identifier, NavICL1NvNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) Write a navigation message.Methods inherited from class org.orekit.files.rinex.navigation.writers.ephemeris.CivilianNavigationMessageWriter
writeField1Line1Methods inherited from class org.orekit.files.rinex.navigation.writers.ephemeris.AbstractNavigationMessageWriter
writeEphLine0, writeEphLine1, writeEphLine2, writeEphLine3, writeEphLine4Methods inherited from class org.orekit.files.rinex.navigation.writers.NavigationMessageWriter
writeTypeSvMsg
-
Constructor Details
-
NavICL1NVNavigationMessageWriter
public NavICL1NVNavigationMessageWriter()
-
-
Method Details