public class IonosphereBDGIMMessage extends IonosphereBaseMessage
Constructor and Description |
---|
IonosphereBDGIMMessage(SatelliteSystem system, int prn, String navigationMessageType)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
double[] |
getAlpha()
获取α系数。
|
void |
setAlphaI(int i, double alphaI)
设置一个α系数。
|
getTransmitTime, setTransmitTime
getNavigationMessageType, getPrn, getSystem
public IonosphereBDGIMMessage(SatelliteSystem system, int prn, String navigationMessageType)
system
- 卫星系统
prn
- 卫星编号
navigationMessageType
- 导航消息类型
public double[] getAlpha()
请注意,Orekit在这里使用国际单位制。为了检索更传统的TECu,请使用 Unit.TOTAL_ELECTRON_CONTENT_UNIT.fromSI(msg.getAlpha()[i])
Unit.TOTAL_ELECTRON_CONTENT_UNIT
public void setAlphaI(int i, double alphaI)
请注意,Orekit在这里使用国际单位制。为了使用更传统的TECu,请使用 msg.setAlpha(i, Unit.TOTAL_ELECTRON_CONTENT_UNIT.toSI(ai))
i
- 系数的索引
alphaI
- 要设置的α系数(m⁻²)
Unit.TOTAL_ELECTRON_CONTENT_UNIT
Copyright © 2002-2023 CS GROUP. All rights reserved.