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
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
ConstructorsConstructorDescriptionIonosphereNequickGMessage(SatelliteSystem system, int prn, String navigationMessageType, String subType) Simple constructor. -
Method Summary
Methods inherited from class org.orekit.files.rinex.navigation.IonosphereBaseMessage
getDate, getTransmitTime, setTransmitTimeMethods 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
-
Constructor Details
-
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 Details
-
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
-