Package org.orekit.gnss
Class RinexLoader.Parser.AppliedDCBS
- java.lang.Object
-
- org.orekit.gnss.RinexLoader.Parser.AppliedDCBS
-
- Enclosing class:
- RinexLoader.Parser
public class RinexLoader.Parser.AppliedDCBS extends Object
Corrections of Differential Code Biases (DCBs) applied. Contains information on the programs used to correct the observations in RINEX files for differential code biases.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProgDCBS()Get the program name used to apply DCBs.SatelliteSystemgetSatelliteSystem()Get the satellite system.StringgetSourceDCBS()Get the source of corrections.
-
-
-
Method Detail
-
getSatelliteSystem
public SatelliteSystem getSatelliteSystem()
Get the satellite system.- Returns:
- satellite system
-
getProgDCBS
public String getProgDCBS()
Get the program name used to apply DCBs.- Returns:
- Program name used to apply DCBs
-
getSourceDCBS
public String getSourceDCBS()
Get the source of corrections.- Returns:
- Source of corrections (URL)
-
-