Class IonosphereNavICNeQuickNMessage
java.lang.Object
org.orekit.files.rinex.navigation.TypeSvMessage
org.orekit.files.rinex.navigation.IonosphereBaseMessage
org.orekit.files.rinex.navigation.IonosphereNavICNeQuickNMessage
- All Implemented Interfaces:
NavigationMessage,TimeStamped
Container for data contained in a ionosphere NavIC Klobuchar message.
- Since:
- 14.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
ConstructorsConstructorDescriptionIonosphereNavICNeQuickNMessage(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
-
IonosphereNavICNeQuickNMessage
public IonosphereNavICNeQuickNMessage(SatelliteSystem system, int prn, String navigationMessageType, String subType) Simple constructor.- Parameters:
system- satellite systemprn- satellite numbernavigationMessageType- navigation message typesubType- message subtype
-
-
Method Details
-
getIOD
public int getIOD()Get Issue Of Data (IOD).- Returns:
- Issue Of Data
-
setIOD
public void setIOD(double issueOfData) Set Issue Of Data.- Parameters:
issueOfData- Issue Of Data
-
getRegion1
Get the regional aᵢⱼ for region 1.- Returns:
- regional aᵢⱼ for region 1
-
getRegion2
Get the regional aᵢⱼ for region 2.- Returns:
- regional aᵢⱼ for region 2
-
getRegion3
Get the regional aᵢⱼ for region 1.- Returns:
- regional aᵢⱼ for region 1
-