Package org.orekit.gnss.metric.ntrip
Class SourceTable
- java.lang.Object
-
- org.orekit.gnss.metric.ntrip.SourceTable
-
public class SourceTable extends Object
Source table for ntrip streams retrieval.- Since:
- 11.0
- Author:
- Luc Maisonobe
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CasterRecord>
getCasters()
Get the casters records.List<DataStreamRecord>
getDataStreams()
Get the data streams records.List<NetworkRecord>
getNetworks()
Get the networks records.String
getNtripFlags()
Get the flags set by server.
-
-
-
Method Detail
-
getNtripFlags
public String getNtripFlags()
Get the flags set by server.- Returns:
- flags set by server
-
getCasters
public List<CasterRecord> getCasters()
Get the casters records.- Returns:
- casters records
-
getNetworks
public List<NetworkRecord> getNetworks()
Get the networks records.- Returns:
- networks records
-
getDataStreams
public List<DataStreamRecord> getDataStreams()
Get the data streams records.- Returns:
- data streams records
-
-