Class PythonDataContext

    • Constructor Detail

      • PythonDataContext

        public PythonDataContext()
    • 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
      • getTimeScales

        public TimeScales getTimeScales()
        Get a factory for constructing TimeScales based on the auxiliary data in this context.
        Specified by:
        getTimeScales in interface DataContext
        Returns:
        the set of common time scales using this data context.
      • getFrames

        public Frames getFrames()
        Get a factory constructing Frames based on the auxiliary data in this context.
        Specified by:
        getFrames in interface DataContext
        Returns:
        the set of common reference frames using this data context.
      • getGravityFields

        public GravityFields getGravityFields()
        Get a factory constructing gravity fields based on the auxiliary data in this context.
        Specified by:
        getGravityFields in interface DataContext
        Returns:
        the gravity fields using this data context.