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 Link icon

  • Method Details Link icon

    • getBeamFormerLocalisation Link icon

      public BeamFormerLocalisation getBeamFormerLocalisation()
      Returns:
      the beamFormerLocalisation
    • setBeamFormerLocalisation Link icon

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

      public String toString()
      Overrides:
      toString in class Object