Class CPF.CPFCoordinate

    • Constructor Detail

      • CPFCoordinate

        public CPFCoordinate​(AbsoluteDate date,
                             Vector3D position,
                             int leap)
        Constructor with null velocity vector.
        Parameters:
        date - date of coordinates validity
        position - position vector
        leap - leap second flag (= 0 or the value of the new leap second)
      • CPFCoordinate

        public CPFCoordinate​(AbsoluteDate date,
                             Vector3D position,
                             Vector3D velocity,
                             int leap)
        Constructor.
        Parameters:
        date - date of coordinates validity
        position - position vector
        velocity - velocity vector
        leap - leap second flag (= 0 or the value of the new leap second)
    • Method Detail

      • getLeap

        public int getLeap()
        Get the leap second flag (= 0 or the value of the new leap second).
        Returns:
        the leap second flag