Class PythonGroundPointing

    • Constructor Detail

      • PythonGroundPointing

        public PythonGroundPointing​(Frame inertialFrame,
                                    Frame bodyFrame)
        Default constructor. Build a new instance with arbitrary default elements.
        Parameters:
        inertialFrame - frame in which orbital velocities are computed
        bodyFrame - the frame that rotates with the body
        Since:
        7.1
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object
      • getTargetPV

        public TimeStampedPVCoordinates getTargetPV​(PVCoordinatesProvider pvProv,
                                                    AbsoluteDate date,
                                                    Frame frame)
        Compute the target point position/velocity in specified frame.

        This method is public only to allow users to subclass this abstract class from other packages. It is not intended to be used directly.

        Specified by:
        getTargetPV in class GroundPointing
        Parameters:
        pvProv - provider for PV coordinates
        date - date at which target point is requested
        frame - frame in which observed ground point should be provided
        Returns:
        observed ground point position (element 0) and velocity (at index 1) in specified frame
      • getTargetPV_FFF

        public <T extends CalculusFieldElement<T>> TimeStampedFieldPVCoordinates<T> getTargetPV_FFF​(FieldPVCoordinatesProvider<T> pvProv,
                                                                                                    FieldAbsoluteDate<T> date,
                                                                                                    Frame frame)
        Extension point for Python for Compute the target point position/velocity in specified frame.
        Parameters:
        pvProv - provider for PV coordinates
        date - date at which target point is requested
        frame - frame in which observed ground point should be provided
        Returns:
        observed ground point position (element 0) and velocity (at index 1) in specified frame
        Since:
        10.1