Package org.orekit.files.sp3
Class SP3Writer
java.lang.Object
org.orekit.files.sp3.SP3Writer
Writer for SP3 file.
- Since:
- 12.0
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionSP3Writer(Appendable output, String outputName, TimeScales timeScales) Simple constructor. -
Method Summary
-
Constructor Details
-
SP3Writer
Simple constructor.- Parameters:
output- destination of generated outputoutputName- output name for error messagestimeScales- set of time scales used for parsing dates
-
-
Method Details
-
write
Write a SP3 file.- Parameters:
sp3- SP3 file to write- Throws:
IOException- if an I/O error occurs.
-