public class CasterRecord extends Record
Constructor and Description |
---|
CasterRecord(String line)
通过解析源表行构建Caster记录。
|
Modifier and Type | Method and Description |
---|---|
boolean |
canReceiveNMEA()
检查Caster是否可以接收NMEA消息。
|
String |
getCountry()
获取国家。
|
String |
getFallbackHostOrIPAddress()
获取备用主机或IP地址。
|
int |
getFallbackPort()
获取备用端口号。
|
String |
getHostOrIPAddress()
获取主机或IP地址。
|
double |
getLatitude()
获取纬度。
|
double |
getLongitude()
获取经度。
|
String |
getOperator()
获取运营Caster的机构/机构/公司。
|
int |
getPort()
获取端口号。
|
RecordType |
getRecordType()
获取记录类型。
|
String |
getSourceIdentifier()
获取源标识符。
|
getField, getFieldsNumber, getMisc
public CasterRecord(String line)
line
- 源表行
public RecordType getRecordType()
getRecordType
在类 Record
public String getHostOrIPAddress()
public int getPort()
public String getSourceIdentifier()
public String getOperator()
public boolean canReceiveNMEA()
public String getCountry()
public double getLatitude()
public double getLongitude()
public String getFallbackHostOrIPAddress()
public int getFallbackPort()
Copyright © 2002-2023 CS GROUP. All rights reserved.