Uses of Class
org.orekit.gnss.ObservationTimeScale
-
Packages that use ObservationTimeScale Package Description org.orekit.gnss This package provides classes related to GNSS applications. -
-
Uses of ObservationTimeScale in org.orekit.gnss
Methods in org.orekit.gnss that return ObservationTimeScale Modifier and Type Method Description ObservationTimeScale
SatelliteSystem. getObservationTimeScale()
Get observation time scale for satellite system.static ObservationTimeScale
ObservationTimeScale. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObservationTimeScale[]
ObservationTimeScale. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-