Class CivilianLevel2NavigationMessageWriter<T extends CivilianNavigationMessage<T>>
java.lang.Object
org.orekit.files.rinex.navigation.writers.NavigationMessageWriter<T>
org.orekit.files.rinex.navigation.writers.ephemeris.AbstractNavigationMessageWriter<T>
org.orekit.files.rinex.navigation.writers.ephemeris.CivilianLevel1NavigationMessageWriter<T>
org.orekit.files.rinex.navigation.writers.ephemeris.CivilianLevel2NavigationMessageWriter<T>
- Type Parameters:
T- type of the navigation messages this writer handles
- Direct Known Subclasses:
GPSCivilianNavigationMessageWriter,QZSSCivilianNavigationMessageWriter
public abstract class CivilianLevel2NavigationMessageWriter<T extends CivilianNavigationMessage<T>>
extends CivilianLevel1NavigationMessageWriter<T>
Base writer for QZSS and GPS civilian messages.
- Since:
- 14.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteEphLine5(T message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 5.protected voidwriteEphLine6(T message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 6.protected voidwriteEphLine7(T message, RinexNavigationHeader header, RinexNavigationWriter writer) Write the EPH MESSAGE LINE - 7.Methods inherited from class org.orekit.files.rinex.navigation.writers.ephemeris.CivilianLevel1NavigationMessageWriter
writeField1Line1Methods 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
-
CivilianLevel2NavigationMessageWriter
public CivilianLevel2NavigationMessageWriter()Empty constructor.This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.
- Since:
- 14.0
-
-
Method Details