Package generalDatabase
Class LogXMLDataUnit
java.lang.Object
PamguardMVC.PamDataUnit
generalDatabase.LogXMLDataUnit
- All Implemented Interfaces:
Comparable
simple data unit for use with the LogXMLSettings class
- Author:
- dg50
-
Constructor Summary
ConstructorDescriptionLogXMLDataUnit
(long timeMilliseconds, long processTime, PamSettings pamSettings, String xml) -
Method Summary
Modifier and TypeMethodDescriptionlong
getXml()
void
setDataEnd
(Long dataEnd) void
setProcessEnd
(Long processEnd) 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, 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
-
LogXMLDataUnit
-
-
Method Details
-
getDataEnd
- Returns:
- the dataEnd
-
setDataEnd
- Parameters:
dataEnd
- the dataEnd to set
-
getProcessEnd
- Returns:
- the processEnd
-
setProcessEnd
- Parameters:
processEnd
- the processEnd to set
-
getProcessTime
public long getProcessTime()- Returns:
- the processTime
-
getPamSettings
- Returns:
- the pamSettings
-
getXml
- Returns:
- the xml
-