Class LegacyNavigationMessageWriter<O extends LegacyNavigationMessage<O>>
java.lang.Object
org.orekit.files.rinex.navigation.writers.NavigationMessageWriter<O>
org.orekit.files.rinex.navigation.writers.ephemeris.AbstractNavigationMessageWriter<O>
org.orekit.files.rinex.navigation.writers.ephemeris.LegacyNavigationMessageWriter<O>
- Direct Known Subclasses:
GPSLegacyNavigationMessageWriter,NavICLegacyNavigationMessageWriter,QZSSLegacyNavigationMessageWriter
public abstract class LegacyNavigationMessageWriter<O extends LegacyNavigationMessage<O>>
extends AbstractNavigationMessageWriter<O>
Writer for legacy messages.
- Since:
- 14.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteEphLine5(O message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 5.protected voidwriteEphLine6(O message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 6.protected voidwriteEphLine7(O message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 7.protected voidwriteField1Line1(O message, RinexNavigationWriter writer) Write field 1 in line 1.protected abstract voidwriteURA(O message, RinexNavigationWriter writer) Write a navigation message.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
-
LegacyNavigationMessageWriter
public LegacyNavigationMessageWriter()
-
-
Method Details