public class CasterRecord extends Record
Constructor and Description |
---|
CasterRecord(String line)
Build a caster record by parsing a source table line.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canReceiveNMEA()
Check if caster can receive NMEA messages.
|
String |
getCountry()
Get the country.
|
String |
getFallbackHostOrIPAddress()
Get the fallback host or IP address.
|
int |
getFallbackPort()
Get the fallback port number.
|
String |
getHostOrIPAddress()
Get the host or IP address.
|
double |
getLatitude()
Get the latitude.
|
double |
getLongitude()
Get the longitude.
|
String |
getOperator()
Get the institution/agency/company operating the caster.
|
int |
getPort()
Get the port number.
|
RecordType |
getRecordType()
Get the type of record.
|
String |
getSourceIdentifier()
Get the source identifier.
|
getField, getFieldsNumber, getMisc
public CasterRecord(String line)
line
- source table linepublic RecordType getRecordType()
getRecordType
in class 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-2022 CS GROUP. All rights reserved.