beakedWhaleProtocol
Class BeakedLocationData

java.lang.Object
  extended by beakedWhaleProtocol.BeakedLocationData

public class BeakedLocationData
extends java.lang.Object

BAsic ingormation on beaked whale location returned from BeakedLocationDialog

Author:
Douglas Gillespie

Field Summary
 double bearing
           
 java.lang.String comment
           
static boolean enterLatLong
           
 LatLong latLong
           
 int locationSource
           
static java.lang.String[] locationSources
           
 double range
           
static int SOURCE_ACOUSTICTRACKING
           
static int SOURCE_OTHER
           
static int SOURCE_OTHERVESSELSIGHTING
           
static int SOURCE_SHORESIGHTING_OTHER
           
static int SOURCE_SHORESIGHTING_RETICULE
           
static int SOURCE_SHORESIGHTING_THEODOLITE
           
static int SOURCE_SHORESIGHTING_VIDEO
           
static int SOURCE_UNKNOWN
           
static int SOURCE_VESSELSIGHTING
           
 VRDataUnit videoData
           
 
Constructor Summary
BeakedLocationData()
           
 
Method Summary
static int interpretSource(java.lang.String sourceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCE_UNKNOWN

public static final int SOURCE_UNKNOWN
See Also:
Constant Field Values

SOURCE_SHORESIGHTING_THEODOLITE

public static final int SOURCE_SHORESIGHTING_THEODOLITE
See Also:
Constant Field Values

SOURCE_SHORESIGHTING_VIDEO

public static final int SOURCE_SHORESIGHTING_VIDEO
See Also:
Constant Field Values

SOURCE_SHORESIGHTING_RETICULE

public static final int SOURCE_SHORESIGHTING_RETICULE
See Also:
Constant Field Values

SOURCE_SHORESIGHTING_OTHER

public static final int SOURCE_SHORESIGHTING_OTHER
See Also:
Constant Field Values

SOURCE_VESSELSIGHTING

public static final int SOURCE_VESSELSIGHTING
See Also:
Constant Field Values

SOURCE_OTHERVESSELSIGHTING

public static final int SOURCE_OTHERVESSELSIGHTING
See Also:
Constant Field Values

SOURCE_ACOUSTICTRACKING

public static final int SOURCE_ACOUSTICTRACKING
See Also:
Constant Field Values

SOURCE_OTHER

public static final int SOURCE_OTHER
See Also:
Constant Field Values

locationSources

public static java.lang.String[] locationSources

latLong

public LatLong latLong

range

public double range

bearing

public double bearing

locationSource

public int locationSource

comment

public java.lang.String comment

videoData

public VRDataUnit videoData

enterLatLong

public static boolean enterLatLong
Constructor Detail

BeakedLocationData

public BeakedLocationData()
Method Detail

interpretSource

public static int interpretSource(java.lang.String sourceName)