Uses of Class
org.orekit.files.rinex.navigation.RegionCode
-
Packages that use RegionCode Package Description org.orekit.files.rinex.navigation This package provides classes related to RINEX navigation files. -
-
Uses of RegionCode in org.orekit.files.rinex.navigation
Methods in org.orekit.files.rinex.navigation that return RegionCode Modifier and Type Method Description RegionCode
IonosphereKlobucharMessage. getRegionCode()
Get the region code.static RegionCode
RegionCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RegionCode[]
RegionCode. 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 RegionCode Modifier and Type Method Description void
IonosphereKlobucharMessage. setRegionCode(RegionCode regionCode)
Set the region code.
-