public class DataStreamRecord extends Record
Constructor and Description |
---|
DataStreamRecord(String line)
Build a data stream record by parsing a source table line.
|
Modifier and Type | Method and Description |
---|---|
boolean |
areFeesRequired()
Check if fees are required.
|
Authentication |
getAuthentication()
Get the authentication method.
|
int |
getBitRate()
Get the bit rate.
|
CarrierPhase |
getCarrierPhase()
Get the carrier phase.
|
String |
getCompressionEncryption()
Get the compression/encryption algorithm applied.
|
String |
getCountry()
Get the country.
|
DataFormat |
getFormat()
Get the data format.
|
List<StreamedMessage> |
getFormatDetails()
Get the format details.
|
String |
getGenerator()
Get the hardware or software generator.
|
double |
getLatitude()
Get the latitude.
|
double |
getLongitude()
Get the longitude.
|
String |
getMountPoint()
Get the mount point.
|
List<NavigationSystem> |
getNavigationSystems()
Get the navigation systems.
|
String |
getNetwork()
Get the network.
|
RecordType |
getRecordType()
Get the type of record.
|
String |
getSourceIdentifier()
Get the source identifier.
|
boolean |
isNetworked()
Check if the stream is generated from a network of stations.
|
boolean |
isNMEARequired()
Check if NMEA message must be sent to caster.
|
getField, getFieldsNumber, getMisc
public DataStreamRecord(String line)
line
- source table linepublic RecordType getRecordType()
getRecordType
in class Record
public String getMountPoint()
public String getSourceIdentifier()
public DataFormat getFormat()
public List<StreamedMessage> getFormatDetails()
public CarrierPhase getCarrierPhase()
public List<NavigationSystem> getNavigationSystems()
public String getNetwork()
public String getCountry()
public double getLatitude()
public double getLongitude()
public boolean isNMEARequired()
public boolean isNetworked()
public String getGenerator()
public String getCompressionEncryption()
public Authentication getAuthentication()
public boolean areFeesRequired()
public int getBitRate()
Copyright © 2002-2022 CS GROUP. All rights reserved.