Class GlonassFdmaNavigationMessageWriter
- java.lang.Object
-
- org.orekit.files.rinex.navigation.writers.NavigationMessageWriter<T>
-
- org.orekit.files.rinex.navigation.writers.ephemeris.AbstractEphemerisMessageWriter<GLONASSFdmaNavigationMessage>
-
- org.orekit.files.rinex.navigation.writers.ephemeris.GlonassFdmaNavigationMessageWriter
-
public class GlonassFdmaNavigationMessageWriter extends AbstractEphemerisMessageWriter<GLONASSFdmaNavigationMessage>
Writer for GLONASS messages.- Since:
- 14.0
- Author:
- Luc Maisonobe
-
-
Field Summary
Fields Modifier and Type Field Description static FastDoubleFormatterFIVE_ONE_DIGITS_FLOATFormat for one 5.1 digits float field.
-
Constructor Summary
Constructors Constructor Description GlonassFdmaNavigationMessageWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidwriteEphLine0(GLONASSFdmaNavigationMessage message, String identifier, RinexNavigationHeader header, RinexNavigationWriter writer)Write the EPH MESSAGE LINE - 0.protected voidwriteField4Line1(GLONASSFdmaNavigationMessage message, RinexNavigationWriter writer)Write field 4 in line 1.protected voidwriteField4Line2(GLONASSFdmaNavigationMessage message, RinexNavigationWriter writer)Write field 4 in line 2.protected voidwriteField4Line3(GLONASSFdmaNavigationMessage message, RinexNavigationWriter writer)Write field 4 in line 3.voidwriteMessage(String identifier, GLONASSFdmaNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer)Write a navigation message.-
Methods inherited from class org.orekit.files.rinex.navigation.writers.NavigationMessageWriter
writeTypeSvMsg
-
-
-
-
Field Detail
-
FIVE_ONE_DIGITS_FLOAT
public static final FastDoubleFormatter FIVE_ONE_DIGITS_FLOAT
Format for one 5.1 digits float field.
-
-
Method Detail
-
writeEphLine0
protected void writeEphLine0(GLONASSFdmaNavigationMessage message, String identifier, RinexNavigationHeader header, RinexNavigationWriter writer) throws IOException
Write the EPH MESSAGE LINE - 0.- Specified by:
writeEphLine0in classAbstractEphemerisMessageWriter<GLONASSFdmaNavigationMessage>- Parameters:
message- navigation message to writeidentifier- identifierheader- file headerwriter- global file writer- Throws:
IOException- if an I/O error occurs.
-
writeField4Line1
protected void writeField4Line1(GLONASSFdmaNavigationMessage message, RinexNavigationWriter writer) throws IOException
Write field 4 in line 1.- Specified by:
writeField4Line1in classAbstractEphemerisMessageWriter<GLONASSFdmaNavigationMessage>- Parameters:
message- navigation message to writewriter- global file writer- Throws:
IOException- if an I/O error occurs.
-
writeField4Line2
protected void writeField4Line2(GLONASSFdmaNavigationMessage message, RinexNavigationWriter writer) throws IOException
Write field 4 in line 2.- Specified by:
writeField4Line2in classAbstractEphemerisMessageWriter<GLONASSFdmaNavigationMessage>- Parameters:
message- navigation message to writewriter- global file writer- Throws:
IOException- if an I/O error occurs.
-
writeField4Line3
protected void writeField4Line3(GLONASSFdmaNavigationMessage message, RinexNavigationWriter writer)
Write field 4 in line 3.- Specified by:
writeField4Line3in classAbstractEphemerisMessageWriter<GLONASSFdmaNavigationMessage>- Parameters:
message- navigation message to writewriter- global file writer
-
writeMessage
public void writeMessage(String identifier, GLONASSFdmaNavigationMessage message, RinexNavigationHeader header, RinexNavigationWriter writer) throws IOException
Write a navigation message.- Overrides:
writeMessagein classAbstractEphemerisMessageWriter<GLONASSFdmaNavigationMessage>- Parameters:
identifier- identifiermessage- navigation message to writeheader- file headerwriter- global file writer- Throws:
IOException- if an I/O error occurs.
-
-