Class IonosphericCorrection
- java.lang.Object
-
- org.orekit.files.rinex.navigation.IonosphericCorrection
-
- Direct Known Subclasses:
KlobucharIonosphericCorrection,NeQuickGIonosphericCorrection
public abstract class IonosphericCorrection extends Object
Container for ionospheric corrections.- Since:
- 14.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIonosphericCorrection(IonosphericCorrectionType type, char timeMark)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description chargetTimeMark()Get the time mark.IonosphericCorrectionTypegetType()Get the ionospheric correction type.
-
-
-
Constructor Detail
-
IonosphericCorrection
protected IonosphericCorrection(IonosphericCorrectionType type, char timeMark)
Constructor.- Parameters:
type- ionospheric correction typetimeMark- time mark (A: 00h-01h, B: 01h-02h…, X: 23h-24h)
-
-
Method Detail
-
getType
public IonosphericCorrectionType 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)
-
-