beakedWhaleProtocol
Class BeakedLocationData
java.lang.Object
beakedWhaleProtocol.BeakedLocationData
public class BeakedLocationData
- extends java.lang.Object
BAsic ingormation on beaked whale location returned from BeakedLocationDialog
- Author:
- Douglas Gillespie
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BeakedLocationData
public BeakedLocationData()
interpretSource
public static int interpretSource(java.lang.String sourceName)