|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ka2ddo.yaac.aprs.DXRecord
public class DXRecord
This class represents one record of a DX report gated to APRS from a DXcluster.
Field Summary | |
---|---|
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 Summary | |
---|---|
DXRecord(java.lang.String callsign)
Create a DXRecord for the specified reporting station. |
Method Summary | |
---|---|
boolean |
isFilledIn()
Report if the DXRecord is completely filled in. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long timestamp
public java.lang.String reportingStation
public float distance
distanceUnit
public DistanceUnit distanceUnit
distance
public int bearing
public double latitude
public double longitude
public boolean isPlayback
Constructor Detail |
---|
public DXRecord(java.lang.String callsign)
callsign
- String of reporting station's callsignMethod Detail |
---|
public boolean isFilledIn()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |