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