Class GalileoNavigationMessageWriter
- java.lang.Object
-
- org.orekit.files.rinex.navigation.writers.NavigationMessageWriter<T>
-
- 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 Constructor Description GalileoNavigationMessageWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteEphLine5(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, writeMessage
-
Methods inherited from class org.orekit.files.rinex.navigation.writers.NavigationMessageWriter
writeTypeSvMsg
-
-
-
-
Method Detail
-
writeField1Line1
public void writeField1Line1(GalileoNavigationMessage message, RinexNavigationWriter writer) throws IOException
Write field 1 in line 1.- Specified by:
writeField1Line1in classAbstractNavigationMessageWriter<GalileoNavigationMessage>- Parameters:
message- navigation message to writewriter- global file writer- Throws:
IOException- if an I/O error occurs.
-
writeEphLine5
public void writeEphLine5(GalileoNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) throws IOException
Write the EPH MESSAGE LINE - 5.- Specified by:
writeEphLine5in classAbstractNavigationMessageWriter<GalileoNavigationMessage>- Parameters:
message- navigation message to writeheader- file headerwriter- global file writer- Throws:
IOException- if an I/O error occurs.
-
writeEphLine6
public void writeEphLine6(GalileoNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) throws IOException
Write the EPH MESSAGE LINE - 6.- Specified by:
writeEphLine6in classAbstractNavigationMessageWriter<GalileoNavigationMessage>- Parameters:
message- navigation message to writeheader- file headerwriter- global file writer- Throws:
IOException- if an I/O error occurs.
-
writeEphLine7
public void writeEphLine7(GalileoNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) throws IOException
Write the EPH MESSAGE LINE - 7.- Specified by:
writeEphLine7in classAbstractNavigationMessageWriter<GalileoNavigationMessage>- Parameters:
message- navigation message to writeheader- file headerwriter- global file writer- Throws:
IOException- if an I/O error occurs.
-
-