Class BeidouLegacyNavigationMessageWriter
java.lang.Object
org.orekit.files.rinex.navigation.writers.NavigationMessageWriter<BeidouLegacyNavigationMessage>
org.orekit.files.rinex.navigation.writers.ephemeris.AbstractNavigationMessageWriter<BeidouLegacyNavigationMessage>
org.orekit.files.rinex.navigation.writers.ephemeris.BeidouLegacyNavigationMessageWriter
public class BeidouLegacyNavigationMessageWriter
extends AbstractNavigationMessageWriter<BeidouLegacyNavigationMessage>
Writer for Beidou legacy messages.
- Since:
- 14.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteEphLine5(BeidouLegacyNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 5.protected voidwriteEphLine6(BeidouLegacyNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 6.protected voidwriteEphLine7(BeidouLegacyNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 7.protected voidwriteField1Line1(BeidouLegacyNavigationMessage message, RinexNavigationWriter writer) Write field 1 in line 1.Methods inherited from class org.orekit.files.rinex.navigation.writers.ephemeris.AbstractNavigationMessageWriter
writeEphLine0, writeEphLine1, writeEphLine2, writeEphLine3, writeEphLine4, writeMessageMethods inherited from class org.orekit.files.rinex.navigation.writers.NavigationMessageWriter
writeTypeSvMsg
-
Constructor Details
-
BeidouLegacyNavigationMessageWriter
public BeidouLegacyNavigationMessageWriter()
-
-
Method Details