Class ReferenceClock

java.lang.Object
org.orekit.files.rinex.clock.ReferenceClock

public class ReferenceClock extends Object
Reference clock with its validity time span.
Since:
14.0
  • Constructor Details

    • ReferenceClock

      public ReferenceClock(String referenceName, String clockID, double clockConstraint, AbsoluteDate startDate, AbsoluteDate endDate)
      Constructor.
      Parameters:
      referenceName - the name of the receiver/satellite embedding the reference clock
      clockID - the clock ID
      clockConstraint - the a priori clock constraint
      startDate - the validity period start date
      endDate - the validity period end date
  • Method Details

    • getReferenceName

      public String getReferenceName()
      Getter for the name of the receiver/satellite embedding the reference clock.
      Returns:
      the name of the receiver/satellite embedding the reference clock
    • getClockID

      public String getClockID()
      Getter for the clock ID.
      Returns:
      the clock ID
    • getClockConstraint

      public double getClockConstraint()
      Getter for the clock constraint.
      Returns:
      the clock constraint
    • getStartDate

      public AbsoluteDate getStartDate()
      Getter for the validity period start date.
      Returns:
      the validity period start date
    • getEndDate

      public AbsoluteDate getEndDate()
      Getter for the validity period end date.
      Returns:
      the validity period end date