Map
Class MasterReferencePoint

java.lang.Object
  extended by 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

Field Summary
private static java.lang.String referenceName
           
private static LatLong refLatLong
           
 
Constructor Summary
MasterReferencePoint()
           
 
Method Summary
static java.lang.String getReferenceName()
           
static LatLong getRefLatLong()
           
static void setRefLatLong(LatLong refLatLong, java.lang.String referenceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refLatLong

private static LatLong refLatLong

referenceName

private static java.lang.String referenceName
Constructor Detail

MasterReferencePoint

public MasterReferencePoint()
Method Detail

setRefLatLong

public static void setRefLatLong(LatLong refLatLong,
                                 java.lang.String referenceName)

getRefLatLong

public static LatLong getRefLatLong()

getReferenceName

public static java.lang.String getReferenceName()