clickDetector.offlineFuncs
Class OfflineClickDetection

java.lang.Object
  extended by PamguardMVC.PamDataUnit
      extended by PamDetection.AcousticDataUnit
          extended by PamDetection.PamDetection<PamDetection,PamDetection>
              extended by clickDetector.ClickDetection
                  extended by clickDetector.offlineFuncs.OfflineClickDetection
All Implemented Interfaces:
java.lang.Comparable<PamDataUnit>

public class OfflineClickDetection
extends ClickDetection


Field Summary
private  boolean isUpdated
          flag to say something about the click has been updated and it needs rewriting.
 
Fields inherited from class clickDetector.ClickDetection
channelGroupDetector, CLICK_CLICK, CLICK_NOISEWAVE, filePos
 
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
OfflineClickDetection(long filePointer)
           
 
Method Summary
 boolean isUpdated()
           
 void setUpdated(boolean isUpdated)
           
 
Methods inherited from class clickDetector.ClickDetection
clickLength, clickLength, freeClickMemory, getAmplitude, getAnalysticWaveform, getAngle, getClickDetector, getClickLocalisation, getClickType, getComplexSpectrum, getComplexSpectrum, getCurrentSpectrumLength, getDataType, getDelays, getEventId, getMeanAmplitude, getMeanFrequency, getNChan, getPowerSpectrum, getPowerSpectrum, getShortestFFTLength, getTotalPowerSpectrum, getWaveData, getWaveData, hasComplexSpectrum, inBandEnergy, isTracked, peakFrequency, peakFrequencyWidth, setAmplitude, setChannelBitmap, setClickDetector, setClickLocalisation, setClickType, setDataType, setDelay, setDelayCorrection, setEventId, setTracked, setWaveData
 
Methods inherited from class PamDetection.PamDetection
addSubDetection, addSuperDetection, getDetectionType, getPeakTime, getSubDetection, getSubDetectionsCount, getSubDetectionSyncronisation, getSuperDetection, getSuperDetection, getSuperDetectionsCount, getSuperDetectionSyncronisation, removeSubDetection, removeSuperDetection, setDetectionType, setPeakTime, setUniqueSuperDetection
 
Methods inherited from class PamDetection.AcousticDataUnit
amplifyMeasuredAmplitudeByDB, amplifyMeasuredAmplitudeByLinear, compareTo, getAmplitudeDB, getCalculatedAmlitudeDB, getDuration, getFrequency, getFrequencyOverlap, getLastSample, getMeasuredAmplitude, getMeasuredAmplitudeType, getSeconds, getStartSample, getTimeOverlap, setCalculatedAmlitudeDB, setDuration, setFrequency, setInfo, setMeasuredAmplitude, setMeasuredAmplitude, setMeasuredAmplitudeType, setStartSample
 
Methods inherited from class PamguardMVC.PamDataUnit
clearUpdateCount, getAbsBlockIndex, getChannelBitmap, getDatabaseIndex, getDatabaseUpdateOf, getDataUnitFileInformation, getGpsPosition, getLastUpdateTime, getLocalisation, getOriginLatLong, getPairAngle, getParentDataBlock, getTimeMilliseconds, getUpdateCount, setAbsBlockIndex, setDatabaseIndex, setDatabaseUpdateOf, setDataUnitFileInformation, setLastUpdateTime, setLocalisation, setOriginLatLong, setParentDataBlock, setTimeMilliseconds, updateDataUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isUpdated

private boolean isUpdated
flag to say something about the click has been updated and it needs rewriting.

Constructor Detail

OfflineClickDetection

public OfflineClickDetection(long filePointer)
Method Detail

setUpdated

public void setUpdated(boolean isUpdated)
Parameters:
isUpdated - the isUpdated to set

isUpdated

public boolean isUpdated()
Returns:
the isUpdated