|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPamguardMVC.PamDataUnit
PamDetection.AcousticDataUnit
PamDetection.PamDetection<IshAnchorGroup,PamDetection>
PamDetection.IshTrack
public class IshTrack
IshTrack may not need to hold any location information itself - it mainly holds a list of IshAnchorGroups, each of which has a PamLocation object, the contents of which will make up a track. The class may want to hold data such as heading and speed information for an animal, or information that will help decide if prospective IshAnchorGroups shold be added to this track.
| Field Summary |
|---|
| Fields inherited from class PamDetection.PamDetection |
|---|
detectionType |
| Fields inherited from class PamDetection.AcousticDataUnit |
|---|
AMPLITUDE_SCALE_DBREMPA, AMPLITUDE_SCALE_LINREFSD, duration, frequency, startSample |
| Fields inherited from class PamguardMVC.PamDataUnit |
|---|
absBlockIndex, channelBitmap, localisation, oLL, timeMilliseconds |
| Constructor Summary | |
|---|---|
IshTrack(long timeMilliseconds,
int channelBitmap,
long startSample,
long duration)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IshTrack(long timeMilliseconds,
int channelBitmap,
long startSample,
long duration)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||