Uses of Class
tethys.niluswraps.PDeployment
Packages that use PDeployment
Package
Description
- 
Uses of PDeployment in noiseMonitor.species
Methods in noiseMonitor.species with parameters of type PDeploymentModifier and TypeMethodDescriptionvoidTethysNoiseDataProvider.getEffortKinds(PDeployment pDeployment, List<nilus.DetectionEffortKind> effortKinds, StreamExportParams exportParams)  - 
Uses of PDeployment in tethys
Methods in tethys with parameters of type PDeploymentModifier and TypeMethodDescriptionprotected voidTethysMenuActions.deleteDeployment(PDeployment pDeployment) voidTethysMenuActions.deploymentMouseActions(MouseEvent e, PDeployment pDeployment) nilus.DetectionEffortCollectionHandler.getDetectorEffort(PDeployment pDeployment, PamDataBlock dataBlock, StreamExportParams exportParams) Get the Detection Effort part of a Detections document - 
Uses of PDeployment in tethys.deployment
Methods in tethys.deployment that return PDeploymentMethods in tethys.deployment that return types with arguments of type PDeploymentModifier and TypeMethodDescriptionDeploymentHandler.getMatchedDeployments()Get a list of Tethys Deployment docs that match the current PAMGuard data.DeploymentHandler.getProjectDeployments()Get a list of Tethys deployment docs.Methods in tethys.deployment with parameters of type PDeploymentModifier and TypeMethodDescriptionlongDeploymentHandler.getDeploymentOverlap(PDeployment aDeployment, RecordingPeriod aPeriod) Get the overlap in mills between a nilus Deployment and a PAMGuard recording periodvoidRecordingPeriod.setMatchedTethysDeployment(PDeployment closestDeployment)  - 
Uses of PDeployment in tethys.detection
Fields in tethys.detection declared as PDeploymentMethod parameters in tethys.detection with type arguments of type PDeploymentModifier and TypeMethodDescriptionDetectionsHandler.getStreamDetections(PamDataBlock dataBlock, ArrayList<PDeployment> deployments) Get a list of Detections documents associated with a particular data block for the list of deployments documents.Constructors in tethys.detection with parameters of type PDeploymentModifierConstructorDescriptionDetectionExportProgress(PDeployment currentDeployment, nilus.Detections currentDetections, int nMapPoints, int doneMapPoints, long lastUnitTime, long totalUnits, int exportCount, int skipCount, int state)  - 
Uses of PDeployment in tethys.localization
Methods in tethys.localization that return PDeploymentMethods in tethys.localization with parameters of type PDeploymentModifier and TypeMethodDescriptionnilus.LocalizeLocalizationBuilder.startLocalisationDocument(PDeployment deployment, nilus.Detections detectionsDocument, PamDataBlock dataBlock, StreamExportParams exportParams) Method parameters in tethys.localization with type arguments of type PDeploymentModifier and TypeMethodDescriptionLocalizationHandler.getStreamLocalizations(PamDataBlock dataBlock, ArrayList<PDeployment> deployments) Get a list of Localization documents associated with a particular data block for the list of deployments documents.Constructors in tethys.localization with parameters of type PDeploymentModifierConstructorDescriptionLocalizationBuilder(TethysControl tethysControl, PDeployment deployment, nilus.Detections detectionsDocument, PamDataBlock dataBlock, StreamExportParams exportParams) PLocalization(nilus.Localize nilusObject, PamDataBlock dataBlock, PDeployment deployment, Integer count)  - 
Uses of PDeployment in tethys.niluswraps
Fields in tethys.niluswraps declared as PDeploymentConstructors in tethys.niluswraps with parameters of type PDeploymentModifierConstructorDescriptionNilusDataWrapper(T nilusObject, PamDataBlock dataBlock, PDeployment deployment, Integer count) PDetections(nilus.Detections detections, PamDataBlock dataBlock, PDeployment deployment, Integer count)  - 
Uses of PDeployment in tethys.pamdata
Methods in tethys.pamdata with parameters of type PDeploymentModifier and TypeMethodDescriptionvoidAutoTethysProvider.getEffortKinds(PDeployment pDeployment, List<nilus.DetectionEffortKind> effortKinds, StreamExportParams exportParams) voidTethysDataProvider.getEffortKinds(PDeployment pDeployment, List<nilus.DetectionEffortKind> effortKinds, StreamExportParams exportParams) Fill in the effort kind list for the top of a Detections document. - 
Uses of PDeployment in tethys.swing
Methods in tethys.swing with parameters of type PDeploymentModifier and TypeMethodDescriptionprotected voidPAMGuardDeploymentsTable.deleteDeployment(PDeployment pDeployment) protected voidPAMGuardDeploymentsTable.displayDeployment(PDeployment pDeployment) protected voidPAMGuardDeploymentsTable.exportDeployment(PDeployment pDeployment) Method parameters in tethys.swing with type arguments of type PDeploymentModifier and TypeMethodDescriptionprotected voidPAMGuardDeploymentsTable.deleteMultipleDeployments(ArrayList<PDeployment> matchedDeployments)