Uses of Class
org.orekit.gnss.TimeSystem
-
Packages that use TimeSystem Package Description org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format.org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.gnss.clock This package provides classes related to navigation clock files. -
-
Uses of TimeSystem in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return TimeSystem Modifier and Type Method Description TimeSystem
SP3. getTimeSystem()
Returns theTimeSystem
used to time-stamp position entries.Methods in org.orekit.files.sp3 with parameters of type TimeSystem Modifier and Type Method Description void
SP3. setTimeSystem(TimeSystem system)
Set the time system used in this SP3 file. -
Uses of TimeSystem in org.orekit.gnss
Methods in org.orekit.gnss that return TimeSystem Modifier and Type Method Description static TimeSystem
TimeSystem. parseTimeSystem(String s)
Parse a string to get the time system.static TimeSystem
TimeSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeSystem[]
TimeSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TimeSystem in org.orekit.gnss.clock
Methods in org.orekit.gnss.clock that return TimeSystem Modifier and Type Method Description TimeSystem
RinexClock. getTimeSystem()
Getter for the file time system.Methods in org.orekit.gnss.clock with parameters of type TimeSystem Modifier and Type Method Description void
RinexClock. setTimeSystem(TimeSystem timeSystem)
Setter for the file time system.
-