Uses of Class
org.orekit.gnss.metric.ntrip.NavigationSystem
-
Packages that use NavigationSystem Package Description org.orekit.gnss.metric.ntrip This package provides streams reading from ntrip casters. -
-
Uses of NavigationSystem in org.orekit.gnss.metric.ntrip
Methods in org.orekit.gnss.metric.ntrip that return NavigationSystem Modifier and Type Method Description static NavigationSystem
NavigationSystem. getNavigationSystem(String keyword)
Get the navigation system corresponding to a keyword.static NavigationSystem
NavigationSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static NavigationSystem[]
NavigationSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.gnss.metric.ntrip that return types with arguments of type NavigationSystem Modifier and Type Method Description List<NavigationSystem>
DataStreamRecord. getNavigationSystems()
Get the navigation systems.
-