public class RinexClock.ClockDataLine extends Object
数据时刻不与任何时间系统关联,以便解析缺少行的文件。尽管getEpoch()方法的默认版本将数据时间组件与时钟文件对象的时间标度关联起来。后者可以设置为默认值(UTC)。建议谨慎使用。
Constructor and Description |
---|
ClockDataLine(RinexClock.ClockDataType type, String name, DateComponents dateComponents, TimeComponents timeComponents, int numberOfValues, double clockBias, double clockBiasSigma, double clockRate, double clockRateSigma, double clockAcceleration, double clockAccelerationSigma)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
double |
getClockAcceleration()
时钟加速度的获取器。
|
double |
getClockAccelerationSigma()
时钟加速度标准差的获取器。
|
double |
getClockBias()
时钟偏差的获取器。
|
double |
getClockBiasSigma()
时钟偏差标准差的获取器。
|
double |
getClockRate()
时钟速率的获取器。
|
double |
getClockRateSigma()
时钟速率标准差的获取器。
|
RinexClock.ClockDataType |
getDataType()
时钟数据类型的获取器。
|
AbsoluteDate |
getEpoch()
获取数据行时刻。
|
AbsoluteDate |
getEpoch(TimeScale epochTimeScale)
获取数据行时刻。
|
String |
getName()
接收机/卫星名称的获取器。
|
int |
getNumberOfValues()
要跟随的值的数量的获取器。
|
public ClockDataLine(RinexClock.ClockDataType type, String name, DateComponents dateComponents, TimeComponents timeComponents, int numberOfValues, double clockBias, double clockBiasSigma, double clockRate, double clockRateSigma, double clockAcceleration, double clockAccelerationSigma)
type
- 时钟数据类型
name
- 接收机/卫星名称
dateComponents
- 时刻日期组件
timeComponents
- 时刻时间组件
numberOfValues
- 要跟随的值的数量
clockBias
- 时钟偏差(秒)
clockBiasSigma
- 时钟偏差标准差(秒)
clockRate
- 时钟速率
clockRateSigma
- 时钟速率标准差
clockAcceleration
- 时钟加速度(秒^-1)
clockAccelerationSigma
- 时钟加速度标准差(秒^-1)
public RinexClock.ClockDataType getDataType()
public String getName()
public int getNumberOfValues()
public AbsoluteDate getEpoch()
getEpoch(TimeScale)
方法。
public AbsoluteDate getEpoch(TimeScale epochTimeScale)
getEpoch()
方法。
epochTimeScale
- 定义时刻的时间标度
public double getClockBias()
public double getClockBiasSigma()
public double getClockRate()
public double getClockRateSigma()
public double getClockAcceleration()
public double getClockAccelerationSigma()
Copyright © 2002-2023 CS GROUP. All rights reserved.