Class MeasurementStore

  • All Implemented Interfaces:
    OmeroMeasurementStore

    public class MeasurementStore
    extends java.lang.Object
    implements OmeroMeasurementStore
    Parser API implementation for storing result measurements from SPW companion files as ROIs and OMERO.tables.
    Since:
    Beta4.1
    • Constructor Summary

      Constructors 
      Constructor Description
      MeasurementStore​(ome.api.local.LocalUpdate update, TablePrx table)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addCircle​(java.lang.String roiLsid, double x, double y, double r)  
      void addObject​(java.lang.String lsid, ome.model.IObject obj)  
      void addObjects​(java.util.Map<java.lang.String,​ome.model.IObject> map)  
      void addRows​(java.lang.Object[][] rows)
      Adds an array of rows (Object[]) to the store.
      java.util.List<java.lang.Long> getRoiIds()
      Returns the ids of all Roi instances created during the save method.
      TablePrx getTable()
      Returns the Table proxy which is in use by this service.
      void initialize​(java.lang.String[] headers, java.lang.String[] idTypes, java.lang.Class[] types, java.util.Map<java.lang.String,​java.lang.Object> metadata)  
      void save()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait