Class IonosphereBaseMessage
- java.lang.Object
-
- org.orekit.files.rinex.navigation.TypeSvMessage
-
- org.orekit.files.rinex.navigation.IonosphereBaseMessage
-
- Direct Known Subclasses:
IonosphereBDGIMMessage
,IonosphereKlobucharMessage
,IonosphereNequickGMessage
public class IonosphereBaseMessage extends TypeSvMessage
Base container for data contained in a ionosphere message.- Since:
- 12.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description IonosphereBaseMessage(SatelliteSystem system, int prn, String navigationMessageType)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbsoluteDate
getTransmitTime()
Get the transmit time.void
setTransmitTime(AbsoluteDate transmitTime)
Set the transmit time.-
Methods inherited from class org.orekit.files.rinex.navigation.TypeSvMessage
getNavigationMessageType, getPrn, getSystem
-
-
-
-
Constructor Detail
-
IonosphereBaseMessage
public IonosphereBaseMessage(SatelliteSystem system, int prn, String navigationMessageType)
Simple constructor.- Parameters:
system
- satellite systemprn
- satellite numbernavigationMessageType
- navigation message type
-
-
Method Detail
-
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
-
-