Package gaiasky.data.orbit
Class OrbitDataWriter
java.lang.Object
gaiasky.data.orbit.OrbitDataWriter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeOrbitData
(String filePath, PointCloudData data) Dumps the current orbit data to the given file
-
Constructor Details
-
OrbitDataWriter
public OrbitDataWriter()
-
-
Method Details
-
writeOrbitData
Dumps the current orbit data to the given file- Parameters:
filePath
- The path to the file to writedata
- The OrbitData instance- Throws:
IOException
-