Package gaiasky.data.orbit
Class OrbitDataWriter
java.lang.Object
gaiasky.data.orbit.OrbitDataWriter
public class OrbitDataWriter
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description OrbitDataWriter()
-
Method Summary
Modifier and Type Method Description static void
writeOrbitData(java.lang.String filePath, PointCloudData data)
Dumps the current orbit data to the given fileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OrbitDataWriter
public OrbitDataWriter()
-
-
Method Details
-
writeOrbitData
public static void writeOrbitData(java.lang.String filePath, PointCloudData data) throws java.io.IOExceptionDumps the current orbit data to the given file- Parameters:
filePath
- The path to the file to writedata
- The OrbitData instance- Throws:
java.io.IOException
-