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
public class IonosphereBaseMessage extends TypeSvMessage
Base container for data contained in a ionosphere message.- Since:
- 12.0
- Author:
- Luc Maisonobe
-
-
Field Summary
Fields Modifier and Type Field Description static Unit
S_PER_SC_N0
Converter for Klobuchar parameters.static Unit
S_PER_SC_N1
Converter for Klobuchar parameters.static Unit
S_PER_SC_N2
Converter for Klobuchar parameters.static Unit
S_PER_SC_N3
Converter for Klobuchar parameters.static Unit
SC
Converter for Klobuchar parameters.
-
Constructor Summary
Constructors Constructor Description IonosphereBaseMessage(SatelliteSystem system, int prn, String type, String subType)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbsoluteDate
getDate()
Get the date.AbsoluteDate
getTransmitTime()
Get the transmit time.void
setTransmitTime(AbsoluteDate transmitTime)
Set the transmit time.-
Methods inherited from class org.orekit.files.rinex.navigation.TypeSvMessage
getIdentifier, getNavigationMessageSubType, getNavigationMessageType, getPrn, getSystem
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
-
-
-
Field Detail
-
SC
public static final Unit SC
Converter for Klobuchar parameters.
-
S_PER_SC_N0
public static final Unit S_PER_SC_N0
Converter for Klobuchar parameters.
-
S_PER_SC_N1
public static final Unit S_PER_SC_N1
Converter for Klobuchar parameters.
-
S_PER_SC_N2
public static final Unit S_PER_SC_N2
Converter for Klobuchar parameters.
-
S_PER_SC_N3
public static final Unit S_PER_SC_N3
Converter for Klobuchar parameters.
-
-
Constructor Detail
-
IonosphereBaseMessage
public IonosphereBaseMessage(SatelliteSystem system, int prn, String type, String subType)
Simple constructor.- Parameters:
system
- satellite systemprn
- satellite numbertype
- navigation message typesubType
- navigation message subtype
-
-
Method Detail
-
getDate
public AbsoluteDate getDate()
Get the date.- Returns:
- date attached to the object
-
getTransmitTime
public AbsoluteDate getTransmitTime()
Get the transmit time.- Returns:
- the transmit time
-
setTransmitTime
public void setTransmitTime(AbsoluteDate transmitTime)
Set the transmit time.- Parameters:
transmitTime
- the transmit time to set
-
-