public static class RinexClock.ReferenceClock extends Object
Constructor and Description |
---|
ReferenceClock(String referenceName, String clockID, double clockConstraint, AbsoluteDate startDate, AbsoluteDate endDate)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
double |
getClockConstraint()
获取时钟约束。
|
String |
getClockID()
获取时钟ID。
|
AbsoluteDate |
getEndDate()
获取有效期结束日期。
|
String |
getReferenceName()
获取嵌入参考时钟的接收机/卫星的名称。
|
AbsoluteDate |
getStartDate()
获取有效期开始日期。
|
public ReferenceClock(String referenceName, String clockID, double clockConstraint, AbsoluteDate startDate, AbsoluteDate endDate)
referenceName
- 嵌入参考时钟的接收机/卫星的名称
clockID
- 时钟ID
clockConstraint
- 先验时钟约束
startDate
- 有效期开始日期
endDate
- 有效期结束日期
public String getReferenceName()
public String getClockID()
public double getClockConstraint()
public AbsoluteDate getStartDate()
public AbsoluteDate getEndDate()
Copyright © 2002-2023 CS GROUP. All rights reserved.