Class AbstractSinex

java.lang.Object
org.orekit.files.sinex.AbstractSinex
Direct Known Subclasses:
Orbex, Sinex, SinexBias

public class AbstractSinex extends Object
Base container for Solution INdependent EXchange (SINEX) files.
Since:
13.0
Author:
Bryan Cazabonne, Luc Maisonobe
  • Constructor Details

    • AbstractSinex

      public AbstractSinex(double version, TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate)
      Simple constructor.
      Parameters:
      version - version number
      timeScales - time scales
      creationDate - SINEX file creation date
      startDate - start time of the data used in the Sinex solution
      endDate - end time of the data used in the Sinex solution
      Since:
      14.0
  • Method Details

    • getVersion

      public double getVersion()
      Get the version number.
      Returns:
      version number
      Since:
      14.0
    • getTimeScales

      public TimeScales getTimeScales()
      Get the time scales.
      Returns:
      time scales
    • getCreationDate

      public AbsoluteDate getCreationDate()
      Get the creation date of the parsed SINEX file.
      Returns:
      SINEX file creation date as an AbsoluteDate
    • getFileEpochStartTime

      public AbsoluteDate getFileEpochStartTime()
      Get the file epoch start time.
      Returns:
      the file epoch start time
    • getFileEpochEndTime

      public AbsoluteDate getFileEpochEndTime()
      Get the file epoch end time.
      Returns:
      the file epoch end time