Class OrbitDataWriter

java.lang.Object
gaiasky.data.orbit.OrbitDataWriter

public class OrbitDataWriter extends Object
  • Constructor Details

    • OrbitDataWriter

      public OrbitDataWriter()
  • Method Details

    • writeOrbitData

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