public static class RinexClock.ReferenceClock extends Object
Constructor and Description |
---|
ReferenceClock(String referenceName,
String clockID,
double clockConstraint,
AbsoluteDate startDate,
AbsoluteDate endDate)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getClockConstraint()
Getter for the clock constraint.
|
String |
getClockID()
Getter for the clock ID.
|
AbsoluteDate |
getEndDate()
Getter for the validity period end date.
|
String |
getReferenceName()
Getter for the name of the receiver/satellite embedding the reference clock.
|
AbsoluteDate |
getStartDate()
Getter for the validity period start date.
|
public ReferenceClock(String referenceName, String clockID, double clockConstraint, AbsoluteDate startDate, AbsoluteDate endDate)
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 datepublic String getReferenceName()
public String getClockID()
public double getClockConstraint()
public AbsoluteDate getStartDate()
public AbsoluteDate getEndDate()
Copyright © 2002-2022 CS GROUP. All rights reserved.