Class IonosphericCorrection
java.lang.Object
org.orekit.files.rinex.navigation.IonosphericCorrection
- Direct Known Subclasses:
KlobucharIonosphericCorrection,NeQuickGIonosphericCorrection
Container for ionospheric corrections.
- Since:
- 14.0
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIonosphericCorrection(IonosphericCorrectionType type, char timeMark) Constructor. -
Method Summary
Modifier and TypeMethodDescriptioncharGet the time mark.getType()Get the ionospheric correction type.
-
Constructor Details
-
Method Details
-
getType
Get the ionospheric correction type.- Returns:
- ionospheric correction type
-
getTimeMark
public char getTimeMark()Get the time mark.- Returns:
- time mark (A: 00h-01h, B: 01h-02h…, X: 23h-24h)
-