Uses of Class
tethys.output.StreamExportParams
Packages that use StreamExportParams
Package
Description
-
Uses of StreamExportParams in clickDetector.tethys
Methods in clickDetector.tethys with parameters of type StreamExportParamsModifier and TypeMethodDescriptionnilus.Detection
ClickEventTethysDataProvider.createDetection
(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) -
Uses of StreamExportParams in IshmaelDetector.tethys
Methods in IshmaelDetector.tethys with parameters of type StreamExportParamsModifier and TypeMethodDescriptionnilus.Detection
IshmaelTethysProvider.createDetection
(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) -
Uses of StreamExportParams in noiseMonitor.species
Methods in noiseMonitor.species with parameters of type StreamExportParamsModifier 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
Methods in rawDeepLearningClassifier.tethys with parameters of type StreamExportParamsModifier and TypeMethodDescriptionnilus.Detection
DLTethysDataProvider.createDetection
(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) -
Uses of StreamExportParams in RightWhaleEdgeDetector.species
Methods in RightWhaleEdgeDetector.species with parameters of type StreamExportParamsModifier and TypeMethodDescriptionnilus.Detection
RWTethysDataProvider.createDetection
(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) -
Uses of StreamExportParams in tethys
Methods in tethys with parameters of type StreamExportParamsModifier 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
Methods in tethys.detection with parameters of type StreamExportParamsModifier 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.Constructors in tethys.detection with parameters of type StreamExportParamsModifierConstructorDescriptionBinnedGranularityHandler
(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
Methods in tethys.localization that return StreamExportParamsMethods in tethys.localization with parameters of type StreamExportParamsModifier and TypeMethodDescriptionnilus.Localize
LocalizationBuilder.startLocalisationDocument
(PDeployment deployment, nilus.Detections detectionsDocument, PamDataBlock dataBlock, StreamExportParams exportParams) Constructors in tethys.localization with parameters of type StreamExportParamsModifierConstructorDescriptionLocalizationBuilder
(TethysControl tethysControl, PDeployment deployment, nilus.Detections detectionsDocument, PamDataBlock dataBlock, StreamExportParams exportParams) -
Uses of StreamExportParams in tethys.output
Methods in tethys.output that return StreamExportParamsModifier and TypeMethodDescriptionDatablockSynchInfo.getExportParams()
Get the stored export params for this data blockTethysExportParams.getStreamParams
(PamDataBlock dataBlock) Methods in tethys.output with parameters of type StreamExportParamsModifier 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
Methods in tethys.pamdata with parameters of type StreamExportParamsModifier 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
Methods in tethys.swing.export with parameters of type StreamExportParamsModifier 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)