Class IshTrack

All Implemented Interfaces:
Comparable<PamDataUnit>, PamDetection, AcousticDataUnit

public class IshTrack extends PamDataUnit<IshAnchorGroup,SuperDetection> implements PamDetection
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.
Author:
Doug
  • Constructor Details

    • IshTrack

      public IshTrack(long timeMilliseconds, int channelBitmap, long startSample, long duration)