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