Class PythonAbstractAnalyticalPropagator

    • Constructor Detail

      • PythonAbstractAnalyticalPropagator

        public PythonAbstractAnalyticalPropagator​(AttitudeProvider attitudeProvider)
        Build a new instance.
        Parameters:
        attitudeProvider - provider for attitude computation
    • 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
      • resetIntermediateState

        public void resetIntermediateState​(SpacecraftState state,
                                           boolean forward)
        Reset an intermediate state. Extension point for Python.
        Specified by:
        resetIntermediateState in class AbstractAnalyticalPropagator
        Parameters:
        state - new intermediate state to consider
        forward - if true, the intermediate state is valid for
      • propagateOrbit

        public Orbit propagateOrbit​(AbsoluteDate date)
        Extrapolate an orbit up to a specific target date. Extension point for Python.
        Specified by:
        propagateOrbit in class AbstractAnalyticalPropagator
        Parameters:
        date - target date for the orbit
        Returns:
        extrapolated parameters