Uses of Class
org.orekit.files.rinex.navigation.SbasId
-
Packages that use SbasId Package Description org.orekit.files.rinex.navigation This package provides classes related to RINEX navigation files. -
-
Uses of SbasId in org.orekit.files.rinex.navigation
Methods in org.orekit.files.rinex.navigation that return SbasId Modifier and Type Method Description SbasIdSystemTimeOffsetMessage. getSbasId()Get the SBAS Id.static SbasIdSbasId. valueOf(String name)Returns the enum constant of this type with the specified name.static SbasId[]SbasId. 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 SbasId Modifier and Type Method Description voidSystemTimeOffsetMessage. setSbasId(SbasId sbasId)Set the SBAS Id.
-