Uses of Class
org.orekit.gnss.metric.ntrip.Authentication
-
Packages that use Authentication Package Description org.orekit.gnss.metric.ntrip This package provides streams reading from ntrip casters. -
-
Uses of Authentication in org.orekit.gnss.metric.ntrip
Methods in org.orekit.gnss.metric.ntrip that return Authentication Modifier and Type Method Description static AuthenticationAuthentication. getAuthentication(String keyword)Get the authentication type corresponding to a keyword.AuthenticationDataStreamRecord. getAuthentication()Get the authentication method.AuthenticationNetworkRecord. getAuthentication()Get the authentication method.static AuthenticationAuthentication. valueOf(String name)Returns the enum constant of this type with the specified name.static Authentication[]Authentication. values()Returns an array containing the constants of this enum type, in the order they are declared.
-