IshmaelLocator
Class IshDetectionWrapper
java.lang.Object
IshmaelLocator.IshDetectionWrapper
public class IshDetectionWrapper
- extends java.lang.Object
This has information for a single IshDetection that indicates (1) whether
the detection is an 'anchor' detection within this channel, i.e., whether
it is the principal one of a group of multipath detections, and (2)
whether the detection is an anchor detection across channels, i.e.,
whether it is the anchor detection on a specially-designated reference
channel.
- Author:
- Aaron Thode and Dave Mellinger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
det
IshDetection det
isChanAnchor
boolean isChanAnchor
isArrayAnchor
boolean isArrayAnchor
timeSinceAnchor
double timeSinceAnchor
timeSinceArrayAnchor
double timeSinceArrayAnchor
feature
java.util.HashMap<java.lang.String,java.lang.Object> feature
IshDetectionWrapper
public IshDetectionWrapper(IshDetection det)