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 static SP3
SP3. changeFrame(SP3 original, Frame newFrame)
Change the frame of an SP3 file.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 static SP3
SP3. changeFrame(SP3 original, Frame newFrame)
Change the frame of an SP3 file.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.
-