Uses of Class
org.orekit.files.sp3.SP3
-
Packages that use SP3 Package Description org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format. -
-
Uses of SP3 in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return SP3 Modifier and Type Method Description SP3
SP3Parser. parse(DataSource source)
static SP3
SP3. splice(Collection<SP3> sp3)
Splice several SP3 files together.Methods in org.orekit.files.sp3 with parameters of type SP3 Modifier and Type Method Description void
SP3Writer. write(SP3 sp3)
Write a SP3 file.Method parameters in org.orekit.files.sp3 with type arguments of type SP3 Modifier and Type Method Description static SP3
SP3. splice(Collection<SP3> sp3)
Splice several SP3 files together.
-