Package org.orekit.gnss.metric.ntrip
Class DataStreamRecord
java.lang.Object
org.orekit.gnss.metric.ntrip.Record
org.orekit.gnss.metric.ntrip.DataStreamRecord
Data stream record in source table.
- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionDataStreamRecord(String line) Build a data stream record by parsing a source table line. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck if fees are required.Get the authentication method.intGet the bit rate.Get the carrier phase.Get the compression/encryption algorithm applied.Get the country.Get the data format.Get the format details.Get the hardware or software generator.doubleGet the latitude.doubleGet the longitude.Get the mount point.Get the navigation systems.Get the network.Get the type of record.Get the source identifier.booleanCheck if the stream is generated from a network of stations.booleanCheck if NMEA message must be sent to caster.Methods inherited from class org.orekit.gnss.metric.ntrip.Record
getField, getFieldsNumber, getMisc
-
Constructor Details
-
DataStreamRecord
Build a data stream record by parsing a source table line.- Parameters:
line- source table line
-
-
Method Details
-
getRecordType
Get the type of record.- Specified by:
getRecordTypein classRecord- Returns:
- type of record
-
getMountPoint
Get the mount point.- Returns:
- mount point
-
getSourceIdentifier
Get the source identifier.- Returns:
- source identifier
-
getFormat
Get the data format.- Returns:
- data format
-
getFormatDetails
Get the format details.- Returns:
- format details
-
getCarrierPhase
Get the carrier phase.- Returns:
- carrier phase
-
getNetwork
Get the network.- Returns:
- network
-
getCountry
Get the country.- Returns:
- country
-
getLatitude
public double getLatitude()Get the latitude.- Returns:
- latitude (rad)
-
getLongitude
public double getLongitude()Get the longitude.- Returns:
- longitude (rad)
-
isNMEARequired
public boolean isNMEARequired()Check if NMEA message must be sent to caster.- Returns:
- true if NMEA message must be sent to caster
-
isNetworked
public boolean isNetworked()Check if the stream is generated from a network of stations.- Returns:
- true if stream is generated from a network of stations
-
getGenerator
Get the hardware or software generator.- Returns:
- hardware or software generator
-
getCompressionEncryption
Get the compression/encryption algorithm applied.- Returns:
- compression/encryption algorithm applied
-
getAuthentication
Get the authentication method.- Returns:
- authentication method
-
areFeesRequired
public boolean areFeesRequired()Check if fees are required.- Returns:
- true if fees are required
-
getBitRate
public int getBitRate()Get the bit rate.- Returns:
- bit rate
-