Class IonosphereNequickGMessage
- java.lang.Object
-
- org.orekit.files.rinex.navigation.TypeSvMessage
-
- org.orekit.files.rinex.navigation.IonosphereBaseMessage
-
- org.orekit.files.rinex.navigation.IonosphereNequickGMessage
-
- All Implemented Interfaces:
NavigationMessage,TimeStamped
public class IonosphereNequickGMessage extends IonosphereBaseMessage
Container for data contained in a ionosphere Nequick G message.- Since:
- 12.0
- Author:
- Luc Maisonobe
-
-
Field Summary
-
Fields inherited from class org.orekit.files.rinex.navigation.IonosphereBaseMessage
S_PER_SC_N0, S_PER_SC_N1, S_PER_SC_N2, S_PER_SC_N3, SC
-
-
Constructor Summary
Constructors Constructor Description IonosphereNequickGMessage(SatelliteSystem system, int prn, String navigationMessageType, String subType)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IonosphereAijgetAij()Get aᵢⱼ coefficients.intgetFlags()Get the disturbance flags.voidsetFlags(int flags)Set the disturbance flags.-
Methods inherited from class org.orekit.files.rinex.navigation.IonosphereBaseMessage
getDate, getTransmitTime, setTransmitTime
-
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
-
-
-
-
Constructor Detail
-
IonosphereNequickGMessage
public IonosphereNequickGMessage(SatelliteSystem system, int prn, String navigationMessageType, String subType)
Simple constructor.- Parameters:
system- satellite systemprn- satellite numbernavigationMessageType- navigation message typesubType- message subtype
-
-
Method Detail
-
getAij
public IonosphereAij getAij()
Get aᵢⱼ coefficients.- Returns:
- aᵢⱼ coefficients
-
getFlags
public int getFlags()
Get the disturbance flags.- Returns:
- disturbance flags
-
setFlags
public void setFlags(int flags)
Set the disturbance flags.- Parameters:
flags- disturbance flags
-
-