Class BeamFormerAnnotation

java.lang.Object
annotation.DataAnnotation<DataAnnotationType>
beamformer.annotation.BeamFormerAnnotation

public class BeamFormerAnnotation extends DataAnnotation<DataAnnotationType>
Beam former annotation that can be added to any data unit as an annotation. It's a wrapper around a BeamFormerLoclaisation and the localisation should also be set in the data unit where it can be used by displays, etc. in the usual way. Adding it as an annotation makes it easy to store the BF data in the binary store and the database.
Author:
Doug Gillespie
  • Constructor Details

  • Method Details

    • getBeamFormerLocalisation

      public BeamFormerLocalisation getBeamFormerLocalisation()
      Returns:
      the beamFormerLocalisation
    • setBeamFormerLocalisation

      public void setBeamFormerLocalisation(BeamFormerLocalisation beamFormerLocalisation)
      Parameters:
      beamFormerLocalisation - the beamFormerLocalisation to set
    • toString

      public String toString()
      Overrides:
      toString in class Object