Interface PVCoordinatesProvider

    • Method Detail

      • getPosition

        default Vector3D getPosition​(AbsoluteDate date,
                                     Frame frame)
        Get the position of the body in the selected frame.
        Parameters:
        date - current date
        frame - the frame where to define the position
        Returns:
        position of the body (m and)
        Since:
        12.0
      • getPVCoordinates

        TimeStampedPVCoordinates getPVCoordinates​(AbsoluteDate date,
                                                  Frame frame)
        Get the PVCoordinates of the body in the selected frame.
        Parameters:
        date - current date
        frame - the frame where to define the position
        Returns:
        time-stamped position/velocity of the body (m and m/s)