Class PythonFieldStateMapper<T extends CalculusFieldElement<T>>

    • Constructor Detail

      • PythonFieldStateMapper

        public PythonFieldStateMapper​(FieldAbsoluteDate<T> referenceDate,
                                      T mu,
                                      OrbitType orbitType,
                                      PositionAngleType positionAngleType,
                                      AttitudeProvider attitudeProvider,
                                      Frame frame)
        Simple constructor.

        The position parameter type is meaningful only if propagation orbit type support it. As an example, it is not meaningful for propagation in Cartesian parameters.

        Parameters:
        referenceDate - reference date
        mu - central attraction coefficient (m³/s²)
        orbitType - orbit type to use for mapping
        positionAngleType - angle type to use for propagation
        attitudeProvider - attitude provider
        frame - inertial frame
    • 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