Package rocca
Class RoccaContourDataUnit
- All Implemented Interfaces:
 Comparable<PamDataUnit>,PamDetection,AcousticDataUnit
public class RoccaContourDataUnit
extends PamDataUnit<PamDataUnit,PamDataUnit>
implements PamDetection 
- Author:
 - Michael Oswald
 
- 
Field Summary
Fields inherited from class PamguardMVC.PamDataUnit
absBlockIndex, localisation - 
Constructor Summary
ConstructorsConstructorDescriptionRoccaContourDataUnit(long timeMilliseconds, int channelBitmap, long startSample, long duration)  - 
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoubledoublegetSlope()intgetStep()intgetSweep()longgetTime()doublebooleanvoidsetDutyCycle(double dutyCycle) voidsetEnergy(double energy) voidsetPeakFreq(double peakFreq) voidsetSlope(double slope) voidsetStep(int step) voidsetSweep(int sweep) voidsetTime(long time) voidsetUserChanged(boolean userChanged) voidsetWindowRMS(double windowRMS) Methods inherited from class PamguardMVC.PamDataUnit
addDataAnnotation, addSuperDetection, amplifyMeasuredAmplitudeByDB, amplifyMeasuredAmplitudeByLinear, calcSnapshotGeometry, clearOandAngles, clearUpdateCount, compareTo, findDataAnnotation, findDataAnnotation, freeData, getAbsBlockIndex, getAmplitudeDB, getAnnotationsSummaryString, getBasicData, getCalculatedAmlitudeDB, getChannelBitmap, getColourIndex, getDataAnnotation, getDatabaseIndex, getDatabaseUpdateOf, getDataUnitFileInformation, getDataUnitPopupMenu, getDurationInMilliseconds, getEndTimeInMilliseconds, getFrequency, getFrequencyOverlap, getGpsPosition, getHydrophoneBitmap, getHydrophoneHeading, getLastChangeTime, getLastSample, getLastUpdateTime, getLocalisation, getMeasuredAmplitude, getMeasuredAmplitudeType, getNoiseBackground, getNumDataAnnotations, getOriginLatLong, getParentDataBlock, getSampleDuration, getSampleDurationAsInt, getSeconds, getSequenceBitmap, getSequenceBitmapObject, getSignalExcess, getSignalSPL, getSnapshotGeometry, getStartSample, getSummaryString, getSuperDetection, getSuperDetection, getSuperDetection, getSuperDetection, getSuperDetection, getSuperDetectionsCount, getSuperDetectionSyncronisation, getSuperId, getTimeDelaysSeconds, getTimeMilliseconds, getTimeNanoseconds, getTimeOverlap, getUID, getUpdateCount, isEmbryonic, isForceAmpRecalc, linAmplitudeToDB, removeDataAnnotation, removeDataAnnotation, removeSuperDetection, setAbsBlockIndex, setCalculatedAmlitudeDB, setChannelBitmap, setDatabaseIndex, setDatabaseUpdateOf, setDataUnitFileInformation, setDurationInMilliseconds, setEmbryonic, setForceAmpRecalc, setFrequency, setInfo, setLastUpdateTime, setLocalisation, setMeasuredAmpAndType, setMeasuredAmplitude, setMeasuredAmplitudeType, setNoiseBackground, setParentDataBlock, setSampleDuration, setSequenceBitmap, setSignalExcess, setSignalSPL, setSnapshotGeometry, setStartSample, setTimeDelaysSeconds, setTimeMilliseconds, setUID, setUniqueSuperDetection, sortOutputMaps, updateDataUnit 
- 
Constructor Details
- 
RoccaContourDataUnit
public RoccaContourDataUnit(long timeMilliseconds, int channelBitmap, long startSample, long duration)  
 - 
 - 
Method Details
- 
getDutyCycle
public double getDutyCycle() - 
setDutyCycle
public void setDutyCycle(double dutyCycle)  - 
getEnergy
public double getEnergy() - 
setEnergy
public void setEnergy(double energy)  - 
getMeanTime
public double getMeanTime() - 
getTime
public long getTime() - 
setTime
public void setTime(long time)  - 
getPeakFreq
public double getPeakFreq() - 
setPeakFreq
public void setPeakFreq(double peakFreq)  - 
getWindowRMS
public double getWindowRMS() - 
setWindowRMS
public void setWindowRMS(double windowRMS)  - 
getSlope
public double getSlope() - 
setSlope
public void setSlope(double slope)  - 
getStep
public int getStep() - 
setStep
public void setStep(int step)  - 
getSweep
public int getSweep() - 
setSweep
public void setSweep(int sweep)  - 
hasUserChanged
public boolean hasUserChanged() - 
setUserChanged
public void setUserChanged(boolean userChanged)  
 -