public class DataStreamRecord extends Record
Constructor and Description |
---|
DataStreamRecord(String line)
通过解析源表行构建数据流记录。
|
Modifier and Type | Method and Description |
---|---|
boolean |
areFeesRequired()
检查是否需要费用。
|
Authentication |
getAuthentication()
获取认证方法。
|
int |
getBitRate()
获取比特率。
|
CarrierPhase |
getCarrierPhase()
获取载波相位。
|
String |
getCompressionEncryption()
获取应用的压缩/加密算法。
|
String |
getCountry()
获取国家。
|
DataFormat |
getFormat()
获取数据格式。
|
List<StreamedMessage> |
getFormatDetails()
获取格式详细信息。
|
String |
getGenerator()
获取硬件或软件生成器。
|
double |
getLatitude()
获取纬度。
|
double |
getLongitude()
获取经度。
|
String |
getMountPoint()
获取挂载点。
|
List<NavigationSystem> |
getNavigationSystems()
获取导航系统。
|
String |
getNetwork()
获取网络。
|
RecordType |
getRecordType()
获取记录类型。
|
String |
getSourceIdentifier()
获取源标识符。
|
boolean |
isNetworked()
检查流是否来自一个站点网络。
|
boolean |
isNMEARequired()
检查是否必须向广播站发送NMEA消息。
|
getField, getFieldsNumber, getMisc
public DataStreamRecord(String line)
line
- 源表行
public RecordType getRecordType()
getRecordType
在类 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-2023 CS GROUP. All rights reserved.