Uses of Class
tethys.output.StreamExportParams
Package
Description
-
Uses of StreamExportParams in clickDetector.tethys
Modifier and TypeMethodDescriptionnilus.Detection
ClickEventTethysDataProvider.createDetection
(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) -
Uses of StreamExportParams in IshmaelDetector.tethys
Modifier and TypeMethodDescriptionnilus.Detection
IshmaelTethysProvider.createDetection
(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) -
Uses of StreamExportParams in noiseMonitor.species
Modifier and TypeMethodDescriptionnilus.Detection
TethysNoiseDataProvider.createDetection
(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) void
TethysNoiseDataProvider.getEffortKinds
(PDeployment pDeployment, List<nilus.DetectionEffortKind> effortKinds, StreamExportParams exportParams) -
Uses of StreamExportParams in rawDeepLearningClassifier.tethys
Modifier and TypeMethodDescriptionnilus.Detection
DLTethysDataProvider.createDetection
(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) -
Uses of StreamExportParams in RightWhaleEdgeDetector.species
Modifier and TypeMethodDescriptionnilus.Detection
RWTethysDataProvider.createDetection
(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) -
Uses of StreamExportParams in tethys
Modifier and TypeMethodDescriptionnilus.DetectionEffort
CollectionHandler.getDetectorEffort
(PDeployment pDeployment, PamDataBlock dataBlock, StreamExportParams exportParams) Get the Detection Effort part of a Detections document -
Uses of StreamExportParams in tethys.detection
Modifier and TypeMethodDescriptionstatic GranularityHandler
GranularityHandler.getHandler
(nilus.GranularityEnumType granularity, TethysControl tethysControl, PamDataBlock dataBlock, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) Create the correct type of granularity handler to put individual data units into Detection objects.void
DetectionsHandler.startExportThread
(PamDataBlock pamDataBlock, StreamExportParams streamExportParams, DetectionExportObserver exportObserver) Detections will be exported in a separate worker thread since export may take some time and the user should be given ample opportunity to cancel it.ModifierConstructorDescriptionBinnedGranularityHandler
(TethysControl tethysControl, PamDataBlock dataBlock, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) CallGranularityHandler
(TethysControl tethysControl, PamDataBlock dataBlock, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) EncounterGranularityHandler
(TethysControl tethysControl, PamDataBlock dataBlock, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) GranularityHandler
(TethysControl tethysControl, PamDataBlock dataBlock, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) GroupedGranularityHandler
(TethysControl tethysControl, PamDataBlock dataBlock, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) -
Uses of StreamExportParams in tethys.localization
Modifier and TypeMethodDescriptionnilus.Localize
LocalizationBuilder.startLocalisationDocument
(PDeployment deployment, nilus.Detections detectionsDocument, PamDataBlock dataBlock, StreamExportParams exportParams) ModifierConstructorDescriptionLocalizationBuilder
(TethysControl tethysControl, PDeployment deployment, nilus.Detections detectionsDocument, PamDataBlock dataBlock, StreamExportParams exportParams) -
Uses of StreamExportParams in tethys.output
Modifier and TypeMethodDescriptionDatablockSynchInfo.getExportParams()
Get the stored export params for this data blockTethysExportParams.getStreamParams
(PamDataBlock dataBlock) Modifier and TypeMethodDescriptionvoid
TethysExportParams.setStreamParams
(String longDataName, StreamExportParams exportParams) Set stream export parameters for a given data name.void
TethysExportParams.setStreamParams
(PamDataBlock dataBlock, StreamExportParams exportParams) Set stream export parameters for a given datablock. -
Uses of StreamExportParams in tethys.pamdata
Modifier and TypeMethodDescriptionnilus.Detection
AutoTethysProvider.createDetection
(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) nilus.Detection
TethysDataProvider.createDetection
(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) Create a Tethys Detection object from a PamDataUnit.
It's OK for this to return null if for some reason the unit shouldn't be stored.void
AutoTethysProvider.getEffortKinds
(PDeployment pDeployment, List<nilus.DetectionEffortKind> effortKinds, StreamExportParams exportParams) void
TethysDataProvider.getEffortKinds
(PDeployment pDeployment, List<nilus.DetectionEffortKind> effortKinds, StreamExportParams exportParams) Fill in the effort kind list for the top of a Detections document. -
Uses of StreamExportParams in tethys.swing.export
Modifier and TypeMethodDescriptionboolean
AlgorithmCard.getParams
(StreamExportParams streamExportParams) boolean
DescriptionCard.getParams
(StreamExportParams streamExportParams) boolean
ExportWorkerCard.getParams
(StreamExportParams streamExportParams) boolean
GranularityCard.getParams
(StreamExportParams streamExportParams) boolean
ParameterCard.getParams
(StreamExportParams cardParams) void
AlgorithmCard.setParams
(StreamExportParams streamExportParams) void
DescriptionCard.setParams
(StreamExportParams streamExportParams) void
ExportWorkerCard.setParams
(StreamExportParams streamExportParams) void
GranularityCard.setParams
(StreamExportParams streamExportParams) void
ParameterCard.setParams
(StreamExportParams cardParams)