Package org.orekit.files.rinex
Class AppliedDCBS
- java.lang.Object
-
- org.orekit.files.rinex.AppliedDCBS
-
public class AppliedDCBS extends Object
Corrections of Differential Code Biases (DCBs) applied. Contains information on the programs used to correct the observations in RINEX or clock files for differential code biases.
-
-
Constructor Summary
Constructors Constructor Description AppliedDCBS(SatelliteSystem satelliteSystem, String progDCBS, String sourceDCBS)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProgDCBS()
Get the program name used to apply DCBs.SatelliteSystem
getSatelliteSystem()
Get the satellite system.String
getSourceDCBS()
Get the source of corrections.
-
-
-
Constructor Detail
-
AppliedDCBS
public AppliedDCBS(SatelliteSystem satelliteSystem, String progDCBS, String sourceDCBS)
Simple constructor.- Parameters:
satelliteSystem
- satellite systemprogDCBS
- Program name used to apply DCBssourceDCBS
- Source of corrections (URL)
-
-
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)
-
-