Uses of Class
org.orekit.files.rinex.navigation.UtcId
-
Packages that use UtcId Package Description org.orekit.files.rinex.navigation This package provides classes related to RINEX navigation files. -
-
Uses of UtcId in org.orekit.files.rinex.navigation
Methods in org.orekit.files.rinex.navigation that return UtcId Modifier and Type Method Description UtcId
SystemTimeOffsetMessage. getUtcId()
Get the UTC Id.static UtcId
UtcId. parseUtcId(String id)
Parse a string to get the UTC id.static UtcId
UtcId. valueOf(String name)
Returns the enum constant of this type with the specified name.static UtcId[]
UtcId. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.files.rinex.navigation with parameters of type UtcId Modifier and Type Method Description void
SystemTimeOffsetMessage. setUtcId(UtcId utcId)
Set the UTC Id.
-