Class CPF.CPFCoordinate

All Implemented Interfaces:
Blendable<PVCoordinates>, TimeShiftable<PVCoordinates>, TimeStamped
Enclosing class:
CPF

public static class CPF.CPFCoordinate extends TimeStampedPVCoordinates
A single record of position and possibility velocity in an SP3 file.
  • Constructor Details

    • 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 Details

    • getLeap

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