Class IonosphereGlonassCdmsMessage
- java.lang.Object
-
- org.orekit.files.rinex.navigation.TypeSvMessage
-
- org.orekit.files.rinex.navigation.IonosphereBaseMessage
-
- org.orekit.files.rinex.navigation.IonosphereGlonassCdmsMessage
-
- All Implemented Interfaces:
NavigationMessage,TimeStamped
public class IonosphereGlonassCdmsMessage extends IonosphereBaseMessage
Container for data contained in a GLONASS ionosphere 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
Constructors Constructor Description IonosphereGlonassCdmsMessage(SatelliteSystem system, int prn, String navigationMessageType, String subType)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCA()Get the c_A coefficient.doublegetCAP()Get the c_Ap coefficient.doublegetCF107()Get the c_F10.7 coefficient.voidsetCA(double newCa)Set the c_A coefficient.voidsetCAP(double newCAP)Set the c_AP coefficient.voidsetCF107(double newCf107)Set the c_F10.7 coefficient.-
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
-
IonosphereGlonassCdmsMessage
public IonosphereGlonassCdmsMessage(SatelliteSystem system, int prn, String navigationMessageType, String subType)
Simple constructor.- Parameters:
system- satellite systemprn- satellite numbernavigationMessageType- navigation message typesubType- message subtype
-
-
Method Detail
-
getCA
public double getCA()
Get the c_A coefficient.- Returns:
- c_A
-
setCA
public void setCA(double newCa)
Set the c_A coefficient.- Parameters:
newCa- c_A
-
getCF107
public double getCF107()
Get the c_F10.7 coefficient.- Returns:
- c_F10.7
-
setCF107
public void setCF107(double newCf107)
Set the c_F10.7 coefficient.- Parameters:
newCf107- c_F10.7
-
getCAP
public double getCAP()
Get the c_Ap coefficient.- Returns:
- c_Ap
-
setCAP
public void setCAP(double newCAP)
Set the c_AP coefficient.- Parameters:
newCAP- c_Ap
-
-