Uses of Class
org.orekit.gnss.SignalCode
-
Packages that use SignalCode Package Description org.orekit.gnss This package provides classes related to GNSS applications. -
-
Uses of SignalCode in org.orekit.gnss
Methods in org.orekit.gnss that return SignalCode Modifier and Type Method Description SignalCode
ObservationType. getSignalCode()
Get the signal code.static SignalCode
SignalCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignalCode[]
SignalCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-