Uses of Class
org.orekit.files.sp3.SP3
Packages that use SP3
Package
Description
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 SP3Modifier and TypeMethodDescriptionstatic SP3SP3.changeFrame(SP3 original, Frame newFrame) Change the frame of an SP3 file.SP3Parser.parse(DataSource source) static SP3SP3.splice(Collection<SP3> sp3) Splice several SP3 files together.Methods in org.orekit.files.sp3 with parameters of type SP3Modifier and TypeMethodDescriptionstatic SP3SP3.changeFrame(SP3 original, Frame newFrame) Change the frame of an SP3 file.voidWrite a SP3 file.Method parameters in org.orekit.files.sp3 with type arguments of type SP3Modifier and TypeMethodDescriptionstatic SP3SP3.splice(Collection<SP3> sp3) Splice several SP3 files together.