Package org.orekit.files.rinex.clock
Class ReferenceClock
java.lang.Object
org.orekit.files.rinex.clock.ReferenceClock
Reference clock with its validity time span.
- Since:
- 14.0
-
Constructor Summary
ConstructorsConstructorDescriptionReferenceClock(String referenceName, String clockID, double clockConstraint, AbsoluteDate startDate, AbsoluteDate endDate) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiondoubleGetter for the clock constraint.Getter for the clock ID.Getter for the validity period end date.Getter for the name of the receiver/satellite embedding the reference clock.Getter for the validity period start date.
-
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 clockclockID- the clock IDclockConstraint- the a priori clock constraintstartDate- the validity period start dateendDate- the validity period end date
-
-
Method Details
-
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
Getter for the clock ID.- Returns:
- the clock ID
-
getClockConstraint
public double getClockConstraint()Getter for the clock constraint.- Returns:
- the clock constraint
-
getStartDate
Getter for the validity period start date.- Returns:
- the validity period start date
-
getEndDate
Getter for the validity period end date.- Returns:
- the validity period end date
-