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 Details

    • IonosphericCorrection

      protected IonosphericCorrection(IonosphericCorrectionType type, char timeMark)
      Constructor.
      Parameters:
      type - ionospheric correction type
      timeMark - time mark (A: 00h-01h, B: 01h-02h…, X: 23h-24h)
  • Method Details

    • 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)