Package omero.api

Interface AMD_IPixels_createImage

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_IPixels_createImage
    extends Ice.AMDCallback
    Creates the metadata, and only the metadata linked to an Image object. It is beyond the scope of this method to handle updates or changes to the raw pixel data available through RawPixelsStore or to add and link PlaneInfo or StatsInfo objects and/or other Pixels set specific metadata. It is also up to the caller to update the pixels dimensions.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void ice_response​(RLong __ret)
      ice_response indicates that the operation completed successfully.
      • Methods inherited from interface Ice.AMDCallback

        ice_exception
    • Method Detail

      • ice_response

        void ice_response​(RLong __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) Id of the new Image object on success or null on failure.