Uses of Class
org.orekit.gnss.TimeSystem
-
Packages that use TimeSystem Package Description org.orekit.files.rinex.clock This package provides classes related to navigation clock files.org.orekit.files.rinex.navigation This package provides classes related to RINEX navigation files.org.orekit.files.sinex This package provides classes related to station data.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. -
-
Uses of TimeSystem in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock that return TimeSystem Modifier and Type Method Description TimeSystem
RinexClock. getTimeSystem()
Getter for the file time system.Methods in org.orekit.files.rinex.clock with parameters of type TimeSystem Modifier and Type Method Description void
RinexClock. setTimeSystem(TimeSystem timeSystem)
Setter for the file time system. -
Uses of TimeSystem in org.orekit.files.rinex.navigation
Methods in org.orekit.files.rinex.navigation that return TimeSystem Modifier and Type Method Description TimeSystem
SystemTimeOffsetMessage. getDefinedTimeSystem()
Get the time system defined by this message.TimeSystem
SystemTimeOffsetMessage. getReferenceTimeSystem()
Get the time system used as a reference to define a time system.Methods in org.orekit.files.rinex.navigation with parameters of type TimeSystem Modifier and Type Method Description void
SystemTimeOffsetMessage. setDefinedTimeSystem(TimeSystem definedTimeSystem)
Set the time system defined by this message.void
SystemTimeOffsetMessage. setReferenceTimeSystem(TimeSystem referenceTimeSystem)
Set the time system used as a reference to define a time system. -
Uses of TimeSystem in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return TimeSystem Modifier and Type Method Description TimeSystem
DcbDescription. getTimeSystem()
Get the time system for DCB data.Methods in org.orekit.files.sinex with parameters of type TimeSystem Modifier and Type Method Description void
DcbDescription. setTimeSystem(TimeSystem timeSystem)
Set the time system used for DCB data. -
Uses of TimeSystem in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return TimeSystem Modifier and Type Method Description TimeSystem
SP3Header. 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
SP3Header. 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. parseOneLetterCode(String code)
Parse a string to get the time system.static TimeSystem
TimeSystem. parseTimeSystem(String s)
Parse a string to get the time system.static TimeSystem
TimeSystem. parseTwoLettersCode(String code)
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.
-