public class SatInSystem extends Object
Constructor and Description |
---|
SatInSystem(SatelliteSystem system, int prn)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
int |
getPRN()
获取卫星的伪随机数。
|
SatelliteSystem |
getSystem()
获取该卫星所属的系统。
|
int |
getTwoDigitsRinexPRN()
获取RINEX文件的两位数伪随机数。
|
int |
hashCode() |
public SatInSystem(SatelliteSystem system, int prn)
system
- 卫星系统
prn
- 伪随机数
public SatelliteSystem getSystem()
public int getPRN()
public int getTwoDigitsRinexPRN()
Copyright © 2002-2023 CS GROUP. All rights reserved.