Interface ExtendedPVCoordinatesProvider

    • Method Detail

      • toFieldPVCoordinatesProvider

        default <T extends org.hipparchus.RealFieldElement<T>> FieldPVCoordinatesProvider<T> toFieldPVCoordinatesProvider​(org.hipparchus.Field<T> field)
        Convert to a FieldPVCoordinatesProvider with a specific type.
        Type Parameters:
        T - the type of the field elements
        Parameters:
        field - field for the argument and value
        Returns:
        converted function
      • getPVCoordinates

        <T extends org.hipparchus.RealFieldElement<T>> TimeStampedFieldPVCoordinates<T> getPVCoordinates​(FieldAbsoluteDate<T> date,
                                                                                                         Frame frame)
        Get the FieldPVCoordinates of the body in the selected frame.
        Type Parameters:
        T - type for the field elements
        Parameters:
        date - current date
        frame - the frame where to define the position
        Returns:
        time-stamped position/velocity of the body (m and m/s)