Package org.orekit.gnss
Class SatInSystem
- java.lang.Object
-
- org.orekit.gnss.SatInSystem
-
public class SatInSystem extends Object
Container for satellite system and PRN.- Since:
- 12.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description SatInSystem(SatelliteSystem system, int prn)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)intgetPRN()Get the Pseudo Random Number of the satellite.SatelliteSystemgetSystem()Get the system this satellite belongs to.intgetTwoDigitsRinexPRN()Get a 2-digits Pseudo Random Number for RINEX files.inthashCode()
-
-
-
Constructor Detail
-
SatInSystem
public SatInSystem(SatelliteSystem system, int prn)
Simple constructor.- Parameters:
system- satellite systemprn- Pseudo Random Number
-
-
Method Detail
-
getSystem
public SatelliteSystem getSystem()
Get the system this satellite belongs to.- Returns:
- system this satellite belongs to
-
getPRN
public int getPRN()
Get the Pseudo Random Number of the satellite.- Returns:
- Pseudo Random Number of the satellite
-
getTwoDigitsRinexPRN
public int getTwoDigitsRinexPRN()
Get a 2-digits Pseudo Random Number for RINEX files.- Returns:
- 2-digits Pseudo Random Number for RINEX files
-
-