Class PythonAttitudeEphemerisFileWriter

    • Constructor Detail

      • PythonAttitudeEphemerisFileWriter

        public PythonAttitudeEphemerisFileWriter()
    • 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
      • write

        public void write​(Appendable writer,
                          AttitudeEphemerisFile ephemerisFile)
                   throws IOException
        Write the passed in AttitudeEphemerisFile using the passed in Appendable.
        Specified by:
        write in interface AttitudeEphemerisFileWriter
        Parameters:
        writer - a configured Appendable to feed with text
        ephemerisFile - a populated ephemeris file to serialize into the buffer
        Throws:
        IOException - if any buffer writing operations fail or if the underlying format doesn't support a configuration in the EphemerisFile (for example having multiple satellites in one file, having the origin at an unspecified celestial body, etc.)