public class GPSAlmanac extends AbstractAlmanac implements GNSSClockElements
根据数据源(SEM或YUMA),有些字段可能填充或未填充。从YUMA文件中读取的星历数据不包含卫星编号、平均URA和卫星配置信息。
Constructor and Description |
---|
GPSAlmanac()
构造函数。
|
Modifier and Type | Method and Description |
---|---|
int |
getHealth()
获取健康状态。
|
int |
getSatConfiguration()
获取卫星配置信息。
|
String |
getSource()
获取此GPS星历数据的数据源。
|
int |
getSVN()
获取卫星“SVN”参考编号。
|
double |
getTGD()
获取组延迟差分(s)。
|
int |
getURA()
获取平均URA数值。
|
void |
setHealth(int health)
设置健康状态。
|
void |
setSatConfiguration(int satConfiguration)
设置卫星配置信息。
|
void |
setSource(String source)
设置此GPS星历数据的数据源。
|
void |
setSqrtA(double sqrtA)
设置半长轴的平方根(m^1/2)。
|
void |
setSVN(int svnNumber)
设置卫星“SVN”参考编号。
|
void |
setURA(int uraNumber)
设置平均URA数值。
|
getAf2, getCic, getCis, getCrc, getCrs, getCuc, getCus, getIDot, getMeanMotion
getAf0, getAf1, getAngularVelocity, getCycleDuration, getDate, getE, getI0, getM0, getMu, getOmega0, getOmegaDot, getPa, getPRN, getSma, getTime, getWeek, setAf0, setAf1, setDate, setE, setI0, setM0, setOmega0, setOmegaDot, setPa, setPRN, setSma, setTime, setWeek
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAf0, getAf1, getAf2, getCycleDuration, getToc
durationFrom, getDate
getAngularVelocity, getCycleDuration, getE, getI0, getM0, getMu, getOmega0, getOmegaDot, getPa, getPRN, getPropagator, getPropagator, getPropagator, getSma, getTime, getWeek
public void setSqrtA(double sqrtA)
此方法还设置了半长轴的值。
sqrtA
- 半长轴的平方根(m^1/2)
public String getSource()
数据源可以是SEM或YUMA,当从文件中读取星历数据时。
public void setSource(String source)
source
- 此GPS星历数据的数据源
public int getSVN()
public void setSVN(int svnNumber)
svnNumber
- 要设置的编号
public int getHealth()
public void setHealth(int health)
health
- 要设置的健康状态
public int getURA()
public void setURA(int uraNumber)
uraNumber
- 要设置的URA数值
public int getSatConfiguration()
public void setSatConfiguration(int satConfiguration)
satConfiguration
- 要设置的卫星配置信息
public double getTGD()
getTGD
在接口 GNSSClockElements
Copyright © 2002-2023 CS GROUP. All rights reserved.