public class DXRecord
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
bearing
The bearing from the DX reporting station in degrees from True North.
|
float |
distance
Distance from DX reporting station in the specified units.
|
DistanceUnit |
distanceUnit
The units of distance used by the distance value.\
|
boolean |
isPlayback
Record came from a logfile playback, not from a real-time connection.
|
double |
latitude
Latitude of DX reporting station.
|
double |
longitude
Longitude of DX reporting station.
|
java.lang.String |
reportingStation
Callsign of station reporting DX.
|
long |
timestamp
Date/time of DX event in Java milliseconds since midnight Jan 1, 1970 UTC.
|
| Constructor and Description |
|---|
DXRecord(java.lang.String callsign)
Create a DXRecord for the specified reporting station.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFilledIn()
Report if the DXRecord is completely filled in.
|
java.lang.String |
toString()
Returns a string representation of the object.
|
public long timestamp
public java.lang.String reportingStation
public float distance
distanceUnitpublic DistanceUnit distanceUnit
distancepublic int bearing
public double latitude
public double longitude
public boolean isPlayback
public DXRecord(java.lang.String callsign)
callsign - String of reporting station's callsignpublic boolean isFilledIn()
public java.lang.String toString()
toString in class java.lang.Object