Class GLONASSAlmanac

    • Constructor Detail

      • GLONASSAlmanac

        @DefaultDataContext
        public GLONASSAlmanac​(int channel,
                              int health,
                              int day,
                              int month,
                              int year,
                              double ta,
                              double lambda,
                              double deltaI,
                              double pa,
                              double ecc,
                              double deltaT,
                              double deltaTDot,
                              double tGlo2UTC,
                              double tGPS2Glo,
                              double tGlo)
        Constructor.

        This method uses the default data context.

        Parameters:
        channel - the frequency channel from -7 to 6)
        health - the Health status
        day - the day of Almanac
        month - the month of Almanac
        year - the year of Almanac
        ta - the reference time of the almanac (s)
        lambda - the Greenwich longitude of ascending node of orbit (rad)
        deltaI - the correction to the mean value of inclination (rad)
        pa - the argument of perigee (rad)
        ecc - the eccentricity
        deltaT - the correction to the mean value of Draconian period (s)
        deltaTDot - the rate of change of orbital period
        tGlo2UTC - the correction from GLONASS to UTC (s)
        tGPS2Glo - the correction to GPS time relative GLONASS (s)
        tGlo - the correction of time relative to GLONASS system time (s)
        See Also:
        GLONASSAlmanac(int, int, int, int, int, double, double, double, double, double, double, double, double, double, double, TimeScale)
      • GLONASSAlmanac

        public GLONASSAlmanac​(int channel,
                              int health,
                              int day,
                              int month,
                              int year,
                              double ta,
                              double lambda,
                              double deltaI,
                              double pa,
                              double ecc,
                              double deltaT,
                              double deltaTDot,
                              double tGlo2UTC,
                              double tGPS2Glo,
                              double tGlo,
                              TimeScale glonass)
        Constructor.
        Parameters:
        channel - the frequency channel from -7 to 6)
        health - the Health status
        day - the day of Almanac
        month - the month of Almanac
        year - the year of Almanac
        ta - the reference time of the almanac (s)
        lambda - the Greenwich longitude of ascending node of orbit (rad)
        deltaI - the correction to the mean value of inclination (rad)
        pa - the argument of perigee (rad)
        ecc - the eccentricity
        deltaT - the correction to the mean value of Draconian period (s)
        deltaTDot - the rate of change of orbital period
        tGlo2UTC - the correction from GLONASS to UTC (s)
        tGPS2Glo - the correction to GPS time relative GLONASS (s)
        tGlo - the correction of time relative to GLONASS system time (s)
        glonass - GLONASS time scale.
        Since:
        10.1