Package tethys
Class CollectionHandler
java.lang.Object
tethys.CollectionHandler
- Direct Known Subclasses:
 CalibrationHandler,DeploymentHandler,DetectionsHandler,LocalizationHandler
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionnilus.DetectionEffortgetDetectorEffort(PDeployment pDeployment, PamDataBlock dataBlock, StreamExportParams exportParams) Get the Detection Effort part of a Detections documentabstract StringgetMethodString(PamDataBlock dataBlock) Method string for Detections Algorithm documents.getSoftwareString(PamDataBlock dataBlock) Software string for Detections Algorithm documents.getSupportSoftware(PamDataBlock dataBlock) getSupportSoftwareVersion(PamDataBlock dataBlock) getVersionString(PamDataBlock dataBlock) Software string for Detections Algorithm documents. 
- 
Field Details
- 
tethysControl
 
 - 
 - 
Constructor Details
- 
CollectionHandler
- Parameters:
 tethysControl-collection-
 
 - 
 - 
Method Details
- 
collectionName
 - 
getCollection
- Returns:
 - the collection
 
 - 
getTethysControl
- Returns:
 - the tethysControl
 
 - 
getHelpPoint
 - 
getDetectorEffort
public nilus.DetectionEffort getDetectorEffort(PDeployment pDeployment, PamDataBlock dataBlock, StreamExportParams exportParams) Get the Detection Effort part of a Detections document- Parameters:
 pDeployment-dataBlock-exportParams-- Returns:
 
 - 
getMethodString
Method string for Detections Algorithm documents.- Parameters:
 dataBlock-- Returns:
 
 - 
getSoftwareString
Software string for Detections Algorithm documents.- Parameters:
 dataBlock-- Returns:
 
 - 
getVersionString
Software string for Detections Algorithm documents.- Parameters:
 dataBlock-- Returns:
 
 - 
getSupportSoftware
- Parameters:
 dataBlock-- Returns:
 - default value is PAMGuard
 
 - 
getSupportSoftwareVersion
- Parameters:
 dataBlock-- Returns:
 - PAMGuard version
 
 
 -