Class SP3.SP3Coordinate

    • Constructor Detail

      • SP3Coordinate

        public SP3Coordinate​(AbsoluteDate date,
                             Vector3D position,
                             double clock)
        Create a coordinate with only position.
        Parameters:
        date - of validity.
        position - of the satellite.
        clock - correction in s.
      • SP3Coordinate

        public SP3Coordinate​(AbsoluteDate date,
                             Vector3D position,
                             Vector3D velocity,
                             double clock,
                             double clockRate)
        Create a coordinate with position and velocity.
        Parameters:
        date - of validity.
        position - of the satellite.
        velocity - of the satellite.
        clock - correction in s.
        clockRate - in s / s.
    • Method Detail

      • getClockCorrection

        public double getClockCorrection()
        Returns the clock correction value.
        Returns:
        the clock correction in s.
      • getClockRateChange

        public double getClockRateChange()
        Returns the clock rate.
        Returns:
        the clock rate of change in s/s.