Class 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 Detail

      • AppliedDCBS

        public AppliedDCBS​(SatelliteSystem satelliteSystem,
                           String progDCBS,
                           String sourceDCBS)
        Simple constructor.
        Parameters:
        satelliteSystem - satellite system
        progDCBS - Program name used to apply DCBs
        sourceDCBS - 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)