Map
Class MasterReferencePoint
java.lang.Object
Map.MasterReferencePoint
public class MasterReferencePoint
- extends java.lang.Object
Master reference point for PAMGAURD. This is
a bit of a stopgap to get some bearing and range
info from Landmarks, but may get used later on
to contain a list of possible reference marks that
can be selected.
Currently gets data from the map whenever GPS updates, or whenever
static hydrophone locations update.
Everything static.
- Author:
- Douglas Gillespie
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
refLatLong
private static LatLong refLatLong
referenceName
private static java.lang.String referenceName
MasterReferencePoint
public MasterReferencePoint()
setRefLatLong
public static void setRefLatLong(LatLong refLatLong,
java.lang.String referenceName)
getRefLatLong
public static LatLong getRefLatLong()
getReferenceName
public static java.lang.String getReferenceName()