Package beamformer.annotation
Class BFAnnotationBinary
java.lang.Object
annotation.binary.AnnotationBinaryHandler<BeamFormerAnnotation>
beamformer.annotation.BFAnnotationBinary
-
Constructor Summary
ConstructorsConstructorDescriptionBFAnnotationBinary(DataAnnotationType<BeamFormerAnnotation> dataAnnotationType) -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotationBinaryData(PamDataUnit pamDataUnit, DataAnnotation dataAnnotation) setAnnotationBinaryData(PamDataUnit pamDataUnit, AnnotationBinaryData annotationBinaryData) Methods inherited from class annotation.binary.AnnotationBinaryHandler
getDataAnnotationType
-
Constructor Details
-
BFAnnotationBinary
-
-
Method Details
-
getAnnotationBinaryData
public AnnotationBinaryData getAnnotationBinaryData(PamDataUnit pamDataUnit, DataAnnotation dataAnnotation) - Specified by:
getAnnotationBinaryDatain classAnnotationBinaryHandler<BeamFormerAnnotation>
-
setAnnotationBinaryData
public BeamFormerAnnotation setAnnotationBinaryData(PamDataUnit pamDataUnit, AnnotationBinaryData annotationBinaryData) - Specified by:
setAnnotationBinaryDatain classAnnotationBinaryHandler<BeamFormerAnnotation>
-