Class Locator
java.lang.Object
|
+--Locator
- public final class Locator
- extends java.lang.Object
This class represents a Geographical Location.
Only the IARU representation should be regarded as accurate in all cases.
|
Field Summary |
java.lang.String |
IARU
validated IARU Locator E.g. |
double |
latitude
Computed Latitude in Degrees |
java.lang.String |
latLongDisplay
Display string of Lat/Long E.g. |
double |
longitude
Computed Longitude in Degrees |
java.lang.String |
NGR
Validated NGR Locator string E.g. |
java.lang.String |
suppliedLocator
Supplied Locator (unvalidated) |
java.lang.String |
WAB
Worked All Bands square E.g. |
|
Constructor Summary |
Locator(java.lang.String locStr)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
suppliedLocator
public java.lang.String suppliedLocator
- Supplied Locator (unvalidated)
NGR
public java.lang.String NGR
- Validated NGR Locator string E.g. "SJ 660 665"
latitude
public double latitude
- Computed Latitude in Degrees
longitude
public double longitude
- Computed Longitude in Degrees
latLongDisplay
public java.lang.String latLongDisplay
- Display string of Lat/Long E.g. "53° 11" North 2° 31" West"
IARU
public java.lang.String IARU
- validated IARU Locator E.g. IO83RE
WAB
public java.lang.String WAB
- Worked All Bands square E.g. SJ66
Locator
public Locator(java.lang.String locStr)
isValid
public final boolean isValid()