Class GalileoNavigationMessageWriter
java.lang.Object
org.orekit.files.rinex.navigation.writers.NavigationMessageWriter<GalileoNavigationMessage>
org.orekit.files.rinex.navigation.writers.ephemeris.AbstractNavigationMessageWriter<GalileoNavigationMessage>
org.orekit.files.rinex.navigation.writers.ephemeris.GalileoNavigationMessageWriter
public class GalileoNavigationMessageWriter
extends AbstractNavigationMessageWriter<GalileoNavigationMessage>
Writer for Galileo messages.
- Since:
- 14.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteEphLine5(GalileoNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 5.voidwriteEphLine6(GalileoNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 6.voidwriteEphLine7(GalileoNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 7.voidwriteField1Line1(GalileoNavigationMessage 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
-
GalileoNavigationMessageWriter
public GalileoNavigationMessageWriter()
-
-
Method Details