Class IonosphereBaseMessage
java.lang.Object
org.orekit.files.rinex.navigation.TypeSvMessage
org.orekit.files.rinex.navigation.IonosphereBaseMessage
- All Implemented Interfaces:
NavigationMessage,TimeStamped
- Direct Known Subclasses:
IonosphereBDGIMMessage,IonosphereGlonassCdmsMessage,IonosphereKlobucharMessage,IonosphereNavICKlobucharMessage,IonosphereNavICNeQuickNMessage,IonosphereNequickGMessage
Base container for data contained in a ionosphere message.
- Since:
- 12.0
- Author:
- Luc Maisonobe
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UnitConverter for Klobuchar parameters.static final UnitConverter for Klobuchar parameters.static final UnitConverter for Klobuchar parameters.static final UnitConverter for Klobuchar parameters.static final UnitConverter for Klobuchar parameters. -
Constructor Summary
ConstructorsConstructorDescriptionIonosphereBaseMessage(SatelliteSystem system, int prn, String type, String subType) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetDate()Get the date.Get the transmit time.voidsetTransmitTime(AbsoluteDate transmitTime) Set the transmit time.Methods inherited from class org.orekit.files.rinex.navigation.TypeSvMessage
getIdentifier, getNavigationMessageSubType, getNavigationMessageType, getPrn, getSystemMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
Field Details
-
SC
Converter for Klobuchar parameters. -
S_PER_SC_N0
Converter for Klobuchar parameters. -
S_PER_SC_N1
Converter for Klobuchar parameters. -
S_PER_SC_N2
Converter for Klobuchar parameters. -
S_PER_SC_N3
Converter for Klobuchar parameters.
-
-
Constructor Details
-
IonosphereBaseMessage
Simple constructor.- Parameters:
system- satellite systemprn- satellite numbertype- navigation message typesubType- navigation message subtype
-
-
Method Details
-
getDate
Get the date.- Returns:
- date attached to the object
-
getTransmitTime
Get the transmit time.- Returns:
- the transmit time
-
setTransmitTime
Set the transmit time.- Parameters:
transmitTime- the transmit time to set
-