Uses of Class
annotation.DataAnnotation
Package
Description
-
Uses of DataAnnotation in annotation
Modifier and TypeClassDescriptionclass
DataAnnotationType<TDataAnnotation extends DataAnnotation>
Something that can tell us a little more about a type of DataAnnotation, such as how to store and display and edit the data in that annotation. -
Uses of DataAnnotation in annotation.binary
Modifier and TypeClassDescriptionclass
AnnotationBinaryHandler<T extends DataAnnotation<?>>
Functions used by a specific DataAnnotationType to read and write binary data settings and retrieving that information in PamDataUnits.Modifier and TypeMethodDescriptionabstract AnnotationBinaryData
AnnotationBinaryHandler.getAnnotationBinaryData
(PamDataUnit pamDataUnit, DataAnnotation annotation) -
Uses of DataAnnotation in annotation.calcs.snr
-
Uses of DataAnnotation in annotation.calcs.spl
-
Uses of DataAnnotation in annotation.calcs.wav
-
Uses of DataAnnotation in annotation.classifier
Modifier and TypeMethodDescriptionBaseClassificationBinary.getAnnotationBinaryData
(PamDataUnit pamDataUnit, DataAnnotation annotation) -
Uses of DataAnnotation in annotation.dataselect
Modifier and TypeClassDescriptionclass
AnnotationDataSelCreator<TDataAnnotation extends DataAnnotation>
class
AnnotationDataSelector<TDataAnnotation extends DataAnnotation>
class
ScalarDataSelector<TDataAnnotation extends DataAnnotation>
-
Uses of DataAnnotation in annotation.dummy
Modifier and TypeMethodDescriptionDummyBinaryHandler.getAnnotationBinaryData
(PamDataUnit pamDataUnit, DataAnnotation annotation) -
Uses of DataAnnotation in annotation.localise.targetmotion
Modifier and TypeMethodDescriptionTMAnnotationBinary.getAnnotationBinaryData
(PamDataUnit pamDataUnit, DataAnnotation annotation) -
Uses of DataAnnotation in annotation.string
-
Uses of DataAnnotation in annotation.timestamp
-
Uses of DataAnnotation in annotation.userforms
Modifier and TypeMethodDescriptionUserFormBinaryHandler.setAnnotationBinaryData
(PamDataUnit pamDataUnit, AnnotationBinaryData annotationBinaryData) Modifier and TypeMethodDescriptionUserFormBinaryHandler.getAnnotationBinaryData
(PamDataUnit pamDataUnit, DataAnnotation annotation) -
Uses of DataAnnotation in beamformer.annotation
Modifier and TypeClassDescriptionclass
Beam former annotation that can be added to any data unit as an annotation.Modifier and TypeMethodDescriptionBFAnnotationBinary.getAnnotationBinaryData
(PamDataUnit pamDataUnit, DataAnnotation dataAnnotation) -
Uses of DataAnnotation in bearinglocaliser.annotation
Modifier and TypeMethodDescriptionBearingAnnotationBinary.getAnnotationBinaryData
(PamDataUnit pamDataUnit, DataAnnotation annotation) -
Uses of DataAnnotation in clickDetector.ClickClassifiers.annotation
Modifier and TypeClassDescriptionclass
Annotation for click classificationModifier and TypeMethodDescriptionClickAnnotationBinary.getAnnotationBinaryData
(PamDataUnit pamDataUnit, DataAnnotation annotation) -
Uses of DataAnnotation in Localiser.algorithms.timeDelayLocalisers.bearingLoc.annotation
Modifier and TypeMethodDescriptionBearingLocAnnotationBinary.getAnnotationBinaryData
(PamDataUnit pamDataUnit, DataAnnotation annotation) -
Uses of DataAnnotation in matchedTemplateClassifer.annotation
Modifier and TypeClassDescriptionclass
Annotation for the matched click classifier.Modifier and TypeMethodDescriptionMatchedClickAnnotationBinary.getAnnotationBinaryData
(PamDataUnit pamDataUnit, DataAnnotation annotation) -
Uses of DataAnnotation in PamguardMVC
Modifier and TypeMethodDescriptionPamDataUnit.findDataAnnotation
(Class annotationClass) Find a data annotation that can cast to a certain type.PamDataUnit.findDataAnnotation
(Class annotationClass, String annotationName) Find a data annotation that can cast to a certain type, and that has a specific name.PamDataUnit.getDataAnnotation
(int index) Get a data annotation.PamDataUnit.removeDataAnnotation
(int index) Remove a data annotationModifier and TypeMethodDescriptionvoid
PamDataUnit.addDataAnnotation
(DataAnnotation dataAnnotation) Adds a data annotation to the data unit.boolean
PamDataUnit.removeDataAnnotation
(DataAnnotation annotation) Remove a data annotation -
Uses of DataAnnotation in PamView.symbol
Modifier and TypeMethodDescriptionAnnotationSymbolChooser.getSymbolData
(PamDataUnit dataUnit, SymbolData symbolData, DataAnnotation annotation, AnnotationSymbolOptions annotationSymbolOptions) -
Uses of DataAnnotation in rawDeepLearningClassifier.dlClassification
Modifier and TypeMethodDescriptionvoid
DLDetection.addDataAnnotation
(DataAnnotation dataAnnotation) -
Uses of DataAnnotation in rawDeepLearningClassifier.logging
Modifier and TypeMethodDescriptionDLAnnotationBinary.getAnnotationBinaryData
(PamDataUnit pamDataUnit, DataAnnotation annotation) DLAnnotationSymbolChooser.getSymbolData
(PamDataUnit dataUnit, SymbolData symbolData, DataAnnotation annotation, AnnotationSymbolOptions annotationSymbolOptions)