Uses of Enum Class
org.orekit.gnss.metric.ntrip.Type
Packages that use Type
Package
Description
This package provides streams reading from ntrip casters.
-
Uses of Type in org.orekit.gnss.metric.ntrip
Methods in org.orekit.gnss.metric.ntrip that return TypeModifier and TypeMethodDescriptionstatic TypeReturns the enum constant of this class with the specified name.static Type[]Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.gnss.metric.ntrip with parameters of type TypeModifier and TypeMethodDescriptionvoidNtripClient.startStreaming(String mountPoint, Type type, boolean requiresNMEA, boolean ignoreUnknownMessageTypes) Connect to a mount point and start streaming data from it.Constructors in org.orekit.gnss.metric.ntrip with parameters of type TypeModifierConstructorDescriptionStreamMonitor(NtripClient client, String mountPoint, Type type, boolean requiresNMEA, boolean ignoreUnknownMessageTypes, double reconnectDelay, double reconnectDelayFactor, int maxRetries) Build a monitor for streaming data from a mount point.