Uses of Class
annotation.DataAnnotationType
Packages that use DataAnnotationType
Package
Description
-
Uses of DataAnnotationType in annotation
Classes in annotation with type parameters of type DataAnnotationTypeModifier and TypeClassDescriptionclass
DataAnnotation<TDataAnnotationType extends DataAnnotationType>
Some kind of data annotation, i.e.Methods in annotation that return DataAnnotationTypeModifier and TypeMethodDescriptionAnnotationList.findTypeFromCode
(String code) Get a specified annotation type from it's code.static DataAnnotationType<?>
CentralAnnotationsList.findTypeFromCode
(String code) Convenience method to get a type more easily.Methods in annotation that return types with arguments of type DataAnnotationTypeModifier and TypeMethodDescriptionAnnotationList.findAnnotators
(PamDataBlock pamDataBlock) Find additional annotators that are annotating this particular datablock.Methods in annotation with parameters of type DataAnnotationTypeModifier and TypeMethodDescriptionboolean
AnnotationList.addAnnotationType
(DataAnnotationType<?> annotationType) Add a data annotation type to the liststatic boolean
CentralAnnotationsList.addAnnotationType
(DataAnnotationType<?> annotationType) convenience wrapper round underlying singleton functions.static boolean
AnnotationDialog.showDialog
(Window parentFrame, DataAnnotationType dataAnnotationType, PamDataUnit dataUnit, Point positionInFrame) static boolean
AnnotationSettingsDialog.showDialog
(Window parentFrame, DataAnnotationType annotationType) -
Uses of DataAnnotationType in annotation.binary
Fields in annotation.binary declared as DataAnnotationTypeMethods in annotation.binary that return DataAnnotationTypeConstructors in annotation.binary with parameters of type DataAnnotationTypeModifierConstructorDescriptionAnnotationBinaryData
(int binaryFileVersion, short annotationVersion, DataAnnotationType<?> dataAnnotationType, String shortIdCode, byte[] data) Deprecated.AnnotationBinaryData
(short annotationVersion, DataAnnotationType<?> dataAnnotationType, String shortIdCode, byte[] data) AnnotationBinaryHandler
(DataAnnotationType<T> dataAnnotationType) -
Uses of DataAnnotationType in annotation.calcs.snr
Subclasses of DataAnnotationType in annotation.calcs.snrConstructors in annotation.calcs.snr with parameters of type DataAnnotationType -
Uses of DataAnnotationType in annotation.calcs.spl
Subclasses of DataAnnotationType in annotation.calcs.splConstructors in annotation.calcs.spl with parameters of type DataAnnotationType -
Uses of DataAnnotationType in annotation.calcs.wav
Subclasses of DataAnnotationType in annotation.calcs.wavConstructors in annotation.calcs.wav with parameters of type DataAnnotationType -
Uses of DataAnnotationType in annotation.classifier
Subclasses of DataAnnotationType in annotation.classifierMethods in annotation.classifier with parameters of type DataAnnotationTypeModifier and TypeMethodDescriptionClassifierDataSelCreator.createDataSelector
(DataAnnotationType dataAnnotationType2, String selectorName, boolean allowScores, String selectorType) Constructors in annotation.classifier with parameters of type DataAnnotationTypeModifierConstructorDescriptionBaseClassSymbolModifier
(DataAnnotationType annotationType, String name, PamSymbolChooser symbolChooser) -
Uses of DataAnnotationType in annotation.dataselect
Methods in annotation.dataselect that return DataAnnotationTypeMethods in annotation.dataselect with parameters of type DataAnnotationTypeModifier and TypeMethodDescriptionabstract DataSelector
AnnotationDataSelCreator.createDataSelector
(DataAnnotationType<TDataAnnotation> dataAnnotationType, String selectorName, boolean allowScores, String selectorType) SNRDataSelCreator.createDataSelector
(DataAnnotationType dataAnnotationType, String selectorName, boolean allowScores, String selectorType) Constructors in annotation.dataselect with parameters of type DataAnnotationTypeModifierConstructorDescriptionAnnotationDataSelCreator
(DataAnnotationType dataAnnotationType) AnnotationDataSelector
(DataAnnotationType<TDataAnnotation> annotationType, PamDataBlock pamDataBlock, String selectorName, boolean allowScores) ScalarDataSelCreator
(DataAnnotationType dataAnnotationType) ScalarDataSelector
(DataAnnotationType<TDataAnnotation> annotationType, PamDataBlock pamDataBlock, String selectorName, boolean allowScores, int useMinMax) SNRDataSelCreator
(DataAnnotationType dataAnnotationType) SNRDataSelector
(DataAnnotationType<SNRAnnotation> annotationType, PamDataBlock pamDataBlock, String selectorName, boolean allowScores, int useMinMax) -
Uses of DataAnnotationType in annotation.dummy
Subclasses of DataAnnotationType in annotation.dummyConstructors in annotation.dummy with parameters of type DataAnnotationTypeModifierConstructorDescriptionDummyAnnotation
(DataAnnotationType dataAnnotationType, AnnotationBinaryData annotationBinaryData) -
Uses of DataAnnotationType in annotation.handler
Methods in annotation.handler that return DataAnnotationTypeModifier and TypeMethodDescriptionAnnotationHandler.findAnnotationType
(Class annotationTypeClass) Find an annotation type of a particular class.AnnotationHandler.findAnnotationTypeFromCode
(String code) find an annotation type from it's 4 character code.Methods in annotation.handler that return types with arguments of type DataAnnotationTypeModifier and TypeMethodDescriptionAnnotationHandler.getAvailableAnnotationTypes()
AnnotationChoiceHandler.getUsedAnnotationTypes()
AnnotationHandler.getUsedAnnotationTypes()
Methods in annotation.handler with parameters of type DataAnnotationTypeModifier and TypeMethodDescriptionboolean
AnnotationHandler.addAnnotation
(DataAnnotationType anType, PamDataUnit pamDataUnit) Add an annotation to a detection group.boolean
AnnotationHandler.addAnnotations
(DataAnnotationType annotationType, PamDataUnit... pamDataUnits) void
AnnotationHandler.addAnnotationType
(DataAnnotationType annotationType) Add an annotation type to the list of available types for this datablock.boolean
AnnotationHandler.removeAnnotation
(DataAnnotationType anType, PamDataUnit pamDataUnit) boolean
AnnotationHandler.removeAnnotations
(DataAnnotationType annotationType, PamDataUnit... pamDataUnits) boolean
AnnotationHandler.removeAnnotationType
(DataAnnotationType annotationType) boolean
AnnotationChoiceHandler.updateAnnotation
(PamDataUnit pamDataUnit, DataAnnotationType annotationType) Update an existing annotation - or create a blank one if there isn't already one in the data unit.boolean
AnnotationHandler.updateAnnotation
(PamDataUnit pamDataUnit, DataAnnotationType annotationType) Update an existing annotation - or create a blank one if there isn't already one in the data unit.boolean
AnnotationHandler.updateAnnotations
(DataAnnotationType annotationType, PamDataUnit... pamDataUnits) -
Uses of DataAnnotationType in annotation.localise.targetmotion
Subclasses of DataAnnotationType in annotation.localise.targetmotionModifier and TypeClassDescriptionclass
Annotation type for target motion analysis.Constructors in annotation.localise.targetmotion with parameters of type DataAnnotationTypeModifierConstructorDescriptionTMAnnotation
(DataAnnotationType dataAnnotationType, GroupLocalisation groupLocalisation) -
Uses of DataAnnotationType in annotation.string
Subclasses of DataAnnotationType in annotation.stringModifier and TypeClassDescriptionclass
Simple annotation type that does nothing by add a string text to a datat unit.Constructors in annotation.string with parameters of type DataAnnotationType -
Uses of DataAnnotationType in annotation.tasks
Constructors in annotation.tasks with parameters of type DataAnnotationTypeModifierConstructorDescriptionAnnotationOfflineTask
(PamDataBlock dataBlock, DataAnnotationType dataAnnotationType) -
Uses of DataAnnotationType in annotation.timestamp
Subclasses of DataAnnotationType in annotation.timestampModifier and TypeClassDescriptionclass
Simple annotation type that does nothing by add a string text to a datat unit.Constructors in annotation.timestamp with parameters of type DataAnnotationType -
Uses of DataAnnotationType in annotation.userforms
Subclasses of DataAnnotationType in annotation.userformsConstructors in annotation.userforms with parameters of type DataAnnotationTypeModifierConstructorDescriptionUserFormAnnotation
(DataAnnotationType dataAnnotationType, Object[] loggerFormData) -
Uses of DataAnnotationType in annotation.userforms.datasel
Methods in annotation.userforms.datasel with parameters of type DataAnnotationTypeModifier and TypeMethodDescriptionUserFormDataSelCreator.createDataSelector
(DataAnnotationType dataAnnotationType, String selectorName, boolean allowScores, String selectorType) Constructors in annotation.userforms.datasel with parameters of type DataAnnotationTypeModifierConstructorDescriptionUserFormDataSelector
(DataAnnotationType annotationType, PamDataBlock pamDataBlock, String selectorName, boolean allowScores, FormDataSelector formsDataSelector) -
Uses of DataAnnotationType in annotationMark
Methods in annotationMark with parameters of type DataAnnotationTypeModifier and TypeMethodDescriptionvoid
MarkModule.addAnnotationType
(DataAnnotationType annotationType) This must be called from the concrete super class constructor with a valid SoloannotationType to set up the module. -
Uses of DataAnnotationType in annotationMark.spectrogram
Methods in annotationMark.spectrogram that return types with arguments of type DataAnnotationType -
Uses of DataAnnotationType in beamformer.annotation
Subclasses of DataAnnotationType in beamformer.annotationConstructors in beamformer.annotation with parameters of type DataAnnotationTypeModifierConstructorDescriptionBeamFormerAnnotation
(DataAnnotationType dataAnnotationType, BeamFormerLocalisation beamFormerLocalisation) BFAnnotationBinary
(DataAnnotationType<BeamFormerAnnotation> dataAnnotationType) -
Uses of DataAnnotationType in bearinglocaliser.annotation
Subclasses of DataAnnotationType in bearinglocaliser.annotation -
Uses of DataAnnotationType in clickDetector.ClickClassifiers.annotation
Subclasses of DataAnnotationType in clickDetector.ClickClassifiers.annotationModifier and TypeClassDescriptionclass
Annotation type for showing which click classifiers in the click detector passed the clicks detection, not just the first one. -
Uses of DataAnnotationType in clickTrainDetector.localisation
Subclasses of DataAnnotationType in clickTrainDetector.localisationModifier and TypeClassDescriptionclass
Sub class of TM annotation type which has some extra functionality for filtering click trains before target motion localisation. -
Uses of DataAnnotationType in detectiongrouplocaliser
Methods in detectiongrouplocaliser with parameters of type DataAnnotationTypeModifier and TypeMethodDescriptionboolean
DetectionGroupProcess.addAnnotation
(OverlayMarker overlayMarker, OverlayMark overlayMark, DataAnnotationType anType, DetectionGroupDataUnit dgdu) Add an annotation to a detection group.boolean
GroupAnnotationHandler.updateAnnotation
(PamDataUnit pamDataUnit, DataAnnotationType annotationType) -
Uses of DataAnnotationType in Localiser.algorithms.timeDelayLocalisers.bearingLoc.annotation
Constructors in Localiser.algorithms.timeDelayLocalisers.bearingLoc.annotation with parameters of type DataAnnotationTypeModifierConstructorDescriptionBearingLocAnnotationBinary
(DataAnnotationType<BearingLocAnnotation> dataAnnotationType) -
Uses of DataAnnotationType in matchedTemplateClassifer.annotation
Subclasses of DataAnnotationType in matchedTemplateClassifer.annotationModifier and TypeClassDescriptionclass
Annotation type for data from the matched click classifier. -
Uses of DataAnnotationType in PamguardMVC
Methods in PamguardMVC with parameters of type DataAnnotationTypeModifier and TypeMethodDescriptionvoid
PamDataBlock.addDataAnnotationType
(DataAnnotationType annotationType) Keep for backwards compatibility -
Uses of DataAnnotationType in rawDeepLearningClassifier.dataSelector
Methods in rawDeepLearningClassifier.dataSelector with parameters of type DataAnnotationTypeModifier and TypeMethodDescriptionDLDataSelectCreator.createDataSelector
(DataAnnotationType<DLAnnotation> dataAnnotationType, String selectorName, boolean allowScores, String selectorType) Constructors in rawDeepLearningClassifier.dataSelector with parameters of type DataAnnotationTypeModifierConstructorDescriptionDLDataSelector
(DLControl dlcontrol, DataAnnotationType<DLAnnotation> annotationType, PamDataBlock pamDataBlock, String selectorName, boolean allowScores) Constructor for the data selector. -
Uses of DataAnnotationType in rawDeepLearningClassifier.logging
Subclasses of DataAnnotationType in rawDeepLearningClassifier.loggingModifier and TypeClassDescriptionclass
Annotation type for data from the matched click classifier.