Class OrbitDataWriter


  • public class OrbitDataWriter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OrbitDataWriter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void writeOrbitData​(java.lang.String filePath, PointCloudData data)
      Dumps the current orbit data to the given file
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OrbitDataWriter

        public OrbitDataWriter()
    • Method Detail

      • writeOrbitData

        public static void writeOrbitData​(java.lang.String filePath,
                                          PointCloudData data)
                                   throws java.io.IOException
        Dumps the current orbit data to the given file
        Parameters:
        filePath - The path to the file to write
        data - The OrbitData instance
        Throws:
        java.io.IOException