Uses of Class
org.orekit.files.sp3.SP3File.TimeSystem
-
Packages that use SP3File.TimeSystem Package Description org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format. -
-
Uses of SP3File.TimeSystem in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return SP3File.TimeSystem Modifier and Type Method Description SP3File.TimeSystemSP3File. getTimeSystem()Returns theSP3File.TimeSystemused to time-stamp position entries.static SP3File.TimeSystemSP3File.TimeSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static SP3File.TimeSystem[]SP3File.TimeSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.
-