Package omero.api

Class IRoiPrxHelper

  • All Implemented Interfaces:
    Ice.ObjectPrx, java.io.Serializable, IRoiPrx, ServiceInterfacePrx

    public final class IRoiPrxHelper
    extends Ice.ObjectPrxHelperBase
    implements IRoiPrx
    Provides type-specific helper functions.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface Ice.ObjectPrx

        Ice.ObjectPrx.FunctionalCallback_Object_ice_invoke_Response
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] __ids  
      static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      IRoiPrxHelper()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void __findByImage_completed​(Ice.TwowayCallbackArg1UE<RoiResult> __cb, Ice.AsyncResult __result)  
      static void __findByPlane_completed​(Ice.TwowayCallbackArg1UE<RoiResult> __cb, Ice.AsyncResult __result)  
      static void __findByRoi_completed​(Ice.TwowayCallbackArg1UE<RoiResult> __cb, Ice.AsyncResult __result)  
      static void __getMeasuredRois_completed​(Ice.TwowayCallbackArg1UE<RoiResult> __cb, Ice.AsyncResult __result)  
      static void __getMeasuredRoisMap_completed​(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,​RoiResult>> __cb, Ice.AsyncResult __result)  
      static void __getPoints_completed​(Ice.TwowayCallbackArg1UE<ShapePoints> __cb, Ice.AsyncResult __result)  
      static void __getRoiMeasurements_completed​(Ice.TwowayCallbackArg1UE<java.util.List<Annotation>> __cb, Ice.AsyncResult __result)  
      static void __getRoiStats_completed​(Ice.TwowayCallbackArg1UE<RoiStats> __cb, Ice.AsyncResult __result)  
      static void __getShapeStats_completed​(Ice.TwowayCallbackArg1UE<ShapeStats> __cb, Ice.AsyncResult __result)  
      static void __getShapeStatsList_completed​(Ice.TwowayCallbackArg1UE<ShapeStats[]> __cb, Ice.AsyncResult __result)  
      static void __getShapeStatsRestricted_completed​(Ice.TwowayCallbackArg1UE<ShapeStats[]> __cb, Ice.AsyncResult __result)  
      static void __getTable_completed​(Ice.TwowayCallbackArg1UE<TablePrx> __cb, Ice.AsyncResult __result)  
      static IRoiPrx __read​(IceInternal.BasicStream __is)  
      static void __uploadMask_completed​(Ice.TwowayCallbackVoidUE __cb, Ice.AsyncResult __result)  
      static void __write​(IceInternal.BasicStream __os, IRoiPrx v)  
      Ice.AsyncResult begin_findByImage​(long imageId, RoiOptions opts)
      Returns all the Rois in an Image, indexed via Shape.
      Ice.AsyncResult begin_findByImage​(long imageId, RoiOptions opts, Ice.Callback __cb)
      Returns all the Rois in an Image, indexed via Shape.
      Ice.AsyncResult begin_findByImage​(long imageId, RoiOptions opts, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns all the Rois in an Image, indexed via Shape.
      Ice.AsyncResult begin_findByImage​(long imageId, RoiOptions opts, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns all the Rois in an Image, indexed via Shape.
      Ice.AsyncResult begin_findByImage​(long imageId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns all the Rois in an Image, indexed via Shape.
      Ice.AsyncResult begin_findByImage​(long imageId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Returns all the Rois in an Image, indexed via Shape.
      Ice.AsyncResult begin_findByImage​(long imageId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns all the Rois in an Image, indexed via Shape.
      Ice.AsyncResult begin_findByImage​(long imageId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns all the Rois in an Image, indexed via Shape.
      Ice.AsyncResult begin_findByImage​(long imageId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRoi_findByImage __cb)
      Returns all the Rois in an Image, indexed via Shape.
      Ice.AsyncResult begin_findByImage​(long imageId, RoiOptions opts, Callback_IRoi_findByImage __cb)
      Returns all the Rois in an Image, indexed via Shape.
      Ice.AsyncResult begin_findByPlane​(long imageId, int z, int t, RoiOptions opts)
      Returns all the Rois on the given plane, indexed via Shape.
      Ice.AsyncResult begin_findByPlane​(long imageId, int z, int t, RoiOptions opts, Ice.Callback __cb)
      Returns all the Rois on the given plane, indexed via Shape.
      Ice.AsyncResult begin_findByPlane​(long imageId, int z, int t, RoiOptions opts, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns all the Rois on the given plane, indexed via Shape.
      Ice.AsyncResult begin_findByPlane​(long imageId, int z, int t, RoiOptions opts, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns all the Rois on the given plane, indexed via Shape.
      Ice.AsyncResult begin_findByPlane​(long imageId, int z, int t, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns all the Rois on the given plane, indexed via Shape.
      Ice.AsyncResult begin_findByPlane​(long imageId, int z, int t, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Returns all the Rois on the given plane, indexed via Shape.
      Ice.AsyncResult begin_findByPlane​(long imageId, int z, int t, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns all the Rois on the given plane, indexed via Shape.
      Ice.AsyncResult begin_findByPlane​(long imageId, int z, int t, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns all the Rois on the given plane, indexed via Shape.
      Ice.AsyncResult begin_findByPlane​(long imageId, int z, int t, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRoi_findByPlane __cb)
      Returns all the Rois on the given plane, indexed via Shape.
      Ice.AsyncResult begin_findByPlane​(long imageId, int z, int t, RoiOptions opts, Callback_IRoi_findByPlane __cb)
      Returns all the Rois on the given plane, indexed via Shape.
      Ice.AsyncResult begin_findByRoi​(long roiId, RoiOptions opts)
      Returns a RoiResult with a single Roi member.
      Ice.AsyncResult begin_findByRoi​(long roiId, RoiOptions opts, Ice.Callback __cb)
      Returns a RoiResult with a single Roi member.
      Ice.AsyncResult begin_findByRoi​(long roiId, RoiOptions opts, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns a RoiResult with a single Roi member.
      Ice.AsyncResult begin_findByRoi​(long roiId, RoiOptions opts, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns a RoiResult with a single Roi member.
      Ice.AsyncResult begin_findByRoi​(long roiId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns a RoiResult with a single Roi member.
      Ice.AsyncResult begin_findByRoi​(long roiId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Returns a RoiResult with a single Roi member.
      Ice.AsyncResult begin_findByRoi​(long roiId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns a RoiResult with a single Roi member.
      Ice.AsyncResult begin_findByRoi​(long roiId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns a RoiResult with a single Roi member.
      Ice.AsyncResult begin_findByRoi​(long roiId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRoi_findByRoi __cb)
      Returns a RoiResult with a single Roi member.
      Ice.AsyncResult begin_findByRoi​(long roiId, RoiOptions opts, Callback_IRoi_findByRoi __cb)
      Returns a RoiResult with a single Roi member.
      Ice.AsyncResult begin_getMeasuredRois​(long imageId, long annotationId, RoiOptions opts)
      Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
      Ice.AsyncResult begin_getMeasuredRois​(long imageId, long annotationId, RoiOptions opts, Ice.Callback __cb)
      Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
      Ice.AsyncResult begin_getMeasuredRois​(long imageId, long annotationId, RoiOptions opts, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
      Ice.AsyncResult begin_getMeasuredRois​(long imageId, long annotationId, RoiOptions opts, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
      Ice.AsyncResult begin_getMeasuredRois​(long imageId, long annotationId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
      Ice.AsyncResult begin_getMeasuredRois​(long imageId, long annotationId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
      Ice.AsyncResult begin_getMeasuredRois​(long imageId, long annotationId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
      Ice.AsyncResult begin_getMeasuredRois​(long imageId, long annotationId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RoiResult> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
      Ice.AsyncResult begin_getMeasuredRois​(long imageId, long annotationId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRoi_getMeasuredRois __cb)
      Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
      Ice.AsyncResult begin_getMeasuredRois​(long imageId, long annotationId, RoiOptions opts, Callback_IRoi_getMeasuredRois __cb)
      Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
      Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts)
      Returns a map from FileAnnotation ids to RoiResult instances.
      Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts, Ice.Callback __cb)
      Returns a map from FileAnnotation ids to RoiResult instances.
      Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,​RoiResult>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns a map from FileAnnotation ids to RoiResult instances.
      Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,​RoiResult>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns a map from FileAnnotation ids to RoiResult instances.
      Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns a map from FileAnnotation ids to RoiResult instances.
      Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Returns a map from FileAnnotation ids to RoiResult instances.
      Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,​RoiResult>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns a map from FileAnnotation ids to RoiResult instances.
      Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,​RoiResult>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns a map from FileAnnotation ids to RoiResult instances.
      Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRoi_getMeasuredRoisMap __cb)
      Returns a map from FileAnnotation ids to RoiResult instances.
      Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts, Callback_IRoi_getMeasuredRoisMap __cb)
      Returns a map from FileAnnotation ids to RoiResult instances.
      Ice.AsyncResult begin_getPoints​(long shapeId)
      Calculate the points contained within a given shape
      Ice.AsyncResult begin_getPoints​(long shapeId, Ice.Callback __cb)
      Calculate the points contained within a given shape
      Ice.AsyncResult begin_getPoints​(long shapeId, IceInternal.Functional_GenericCallback1<ShapePoints> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Calculate the points contained within a given shape
      Ice.AsyncResult begin_getPoints​(long shapeId, IceInternal.Functional_GenericCallback1<ShapePoints> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Calculate the points contained within a given shape
      Ice.AsyncResult begin_getPoints​(long shapeId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Calculate the points contained within a given shape
      Ice.AsyncResult begin_getPoints​(long shapeId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Calculate the points contained within a given shape
      Ice.AsyncResult begin_getPoints​(long shapeId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ShapePoints> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Calculate the points contained within a given shape
      Ice.AsyncResult begin_getPoints​(long shapeId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ShapePoints> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Calculate the points contained within a given shape
      Ice.AsyncResult begin_getPoints​(long shapeId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRoi_getPoints __cb)
      Calculate the points contained within a given shape
      Ice.AsyncResult begin_getPoints​(long shapeId, Callback_IRoi_getPoints __cb)
      Calculate the points contained within a given shape
      Ice.AsyncResult begin_getRoiMeasurements​(long imageId, RoiOptions opts)
      Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
      Ice.AsyncResult begin_getRoiMeasurements​(long imageId, RoiOptions opts, Ice.Callback __cb)
      Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
      Ice.AsyncResult begin_getRoiMeasurements​(long imageId, RoiOptions opts, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
      Ice.AsyncResult begin_getRoiMeasurements​(long imageId, RoiOptions opts, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
      Ice.AsyncResult begin_getRoiMeasurements​(long imageId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
      Ice.AsyncResult begin_getRoiMeasurements​(long imageId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
      Ice.AsyncResult begin_getRoiMeasurements​(long imageId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
      Ice.AsyncResult begin_getRoiMeasurements​(long imageId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
      Ice.AsyncResult begin_getRoiMeasurements​(long imageId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRoi_getRoiMeasurements __cb)
      Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
      Ice.AsyncResult begin_getRoiMeasurements​(long imageId, RoiOptions opts, Callback_IRoi_getRoiMeasurements __cb)
      Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
      Ice.AsyncResult begin_getRoiStats​(long roiId)
      Calculate stats for all the shapes within the given Roi.
      Ice.AsyncResult begin_getRoiStats​(long roiId, Ice.Callback __cb)
      Calculate stats for all the shapes within the given Roi.
      Ice.AsyncResult begin_getRoiStats​(long roiId, IceInternal.Functional_GenericCallback1<RoiStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Calculate stats for all the shapes within the given Roi.
      Ice.AsyncResult begin_getRoiStats​(long roiId, IceInternal.Functional_GenericCallback1<RoiStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Calculate stats for all the shapes within the given Roi.
      Ice.AsyncResult begin_getRoiStats​(long roiId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Calculate stats for all the shapes within the given Roi.
      Ice.AsyncResult begin_getRoiStats​(long roiId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Calculate stats for all the shapes within the given Roi.
      Ice.AsyncResult begin_getRoiStats​(long roiId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RoiStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Calculate stats for all the shapes within the given Roi.
      Ice.AsyncResult begin_getRoiStats​(long roiId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RoiStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Calculate stats for all the shapes within the given Roi.
      Ice.AsyncResult begin_getRoiStats​(long roiId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRoi_getRoiStats __cb)
      Calculate stats for all the shapes within the given Roi.
      Ice.AsyncResult begin_getRoiStats​(long roiId, Callback_IRoi_getRoiStats __cb)
      Calculate stats for all the shapes within the given Roi.
      Ice.AsyncResult begin_getShapeStats​(long shapeId)
      Calculate the stats for the points within the given Shape.
      Ice.AsyncResult begin_getShapeStats​(long shapeId, Ice.Callback __cb)
      Calculate the stats for the points within the given Shape.
      Ice.AsyncResult begin_getShapeStats​(long shapeId, IceInternal.Functional_GenericCallback1<ShapeStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Calculate the stats for the points within the given Shape.
      Ice.AsyncResult begin_getShapeStats​(long shapeId, IceInternal.Functional_GenericCallback1<ShapeStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Calculate the stats for the points within the given Shape.
      Ice.AsyncResult begin_getShapeStats​(long shapeId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Calculate the stats for the points within the given Shape.
      Ice.AsyncResult begin_getShapeStats​(long shapeId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Calculate the stats for the points within the given Shape.
      Ice.AsyncResult begin_getShapeStats​(long shapeId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ShapeStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Calculate the stats for the points within the given Shape.
      Ice.AsyncResult begin_getShapeStats​(long shapeId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ShapeStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Calculate the stats for the points within the given Shape.
      Ice.AsyncResult begin_getShapeStats​(long shapeId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRoi_getShapeStats __cb)
      Calculate the stats for the points within the given Shape.
      Ice.AsyncResult begin_getShapeStats​(long shapeId, Callback_IRoi_getShapeStats __cb)
      Calculate the stats for the points within the given Shape.
      Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList, Ice.Callback __cb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList, IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList, IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRoi_getShapeStatsList __cb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList, Callback_IRoi_getShapeStatsList __cb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels, Ice.Callback __cb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels, IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels, IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRoi_getShapeStatsRestricted __cb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels, Callback_IRoi_getShapeStatsRestricted __cb)
      Calculate the stats for the points within the given Shapes.
      Ice.AsyncResult begin_getTable​(long annotationId)
      Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
      Ice.AsyncResult begin_getTable​(long annotationId, Ice.Callback __cb)
      Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
      Ice.AsyncResult begin_getTable​(long annotationId, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
      Ice.AsyncResult begin_getTable​(long annotationId, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
      Ice.AsyncResult begin_getTable​(long annotationId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
      Ice.AsyncResult begin_getTable​(long annotationId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
      Ice.AsyncResult begin_getTable​(long annotationId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
      Ice.AsyncResult begin_getTable​(long annotationId, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<TablePrx> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
      Ice.AsyncResult begin_getTable​(long annotationId, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRoi_getTable __cb)
      Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
      Ice.AsyncResult begin_getTable​(long annotationId, Callback_IRoi_getTable __cb)
      Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
      Ice.AsyncResult begin_uploadMask​(long roiId, int z, int t, byte[] bytes)  
      Ice.AsyncResult begin_uploadMask​(long roiId, int z, int t, byte[] bytes, Ice.Callback __cb)  
      Ice.AsyncResult begin_uploadMask​(long roiId, int z, int t, byte[] bytes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_uploadMask​(long roiId, int z, int t, byte[] bytes, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_uploadMask​(long roiId, int z, int t, byte[] bytes, java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      Ice.AsyncResult begin_uploadMask​(long roiId, int z, int t, byte[] bytes, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)  
      Ice.AsyncResult begin_uploadMask​(long roiId, int z, int t, byte[] bytes, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)  
      Ice.AsyncResult begin_uploadMask​(long roiId, int z, int t, byte[] bytes, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)  
      Ice.AsyncResult begin_uploadMask​(long roiId, int z, int t, byte[] bytes, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IRoi_uploadMask __cb)  
      Ice.AsyncResult begin_uploadMask​(long roiId, int z, int t, byte[] bytes, Callback_IRoi_uploadMask __cb)  
      static IRoiPrx checkedCast​(Ice.ObjectPrx __obj)
      Contacts the remote server to verify that the object implements this type.
      static IRoiPrx checkedCast​(Ice.ObjectPrx __obj, java.lang.String __facet)
      Contacts the remote server to verify that a facet of the object implements this type.
      static IRoiPrx checkedCast​(Ice.ObjectPrx __obj, java.lang.String __facet, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Contacts the remote server to verify that a facet of the object implements this type.
      static IRoiPrx checkedCast​(Ice.ObjectPrx __obj, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Contacts the remote server to verify that the object implements this type.
      RoiResult end_findByImage​(Ice.AsyncResult __iresult)
      Returns all the Rois in an Image, indexed via Shape.
      RoiResult end_findByPlane​(Ice.AsyncResult __iresult)
      Returns all the Rois on the given plane, indexed via Shape.
      RoiResult end_findByRoi​(Ice.AsyncResult __iresult)
      Returns a RoiResult with a single Roi member.
      RoiResult end_getMeasuredRois​(Ice.AsyncResult __iresult)
      Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
      java.util.Map<java.lang.Long,​RoiResult> end_getMeasuredRoisMap​(Ice.AsyncResult __iresult)
      Returns a map from FileAnnotation ids to RoiResult instances.
      ShapePoints end_getPoints​(Ice.AsyncResult __iresult)
      Calculate the points contained within a given shape
      java.util.List<Annotation> end_getRoiMeasurements​(Ice.AsyncResult __iresult)
      Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
      RoiStats end_getRoiStats​(Ice.AsyncResult __iresult)
      Calculate stats for all the shapes within the given Roi.
      ShapeStats end_getShapeStats​(Ice.AsyncResult __iresult)
      Calculate the stats for the points within the given Shape.
      ShapeStats[] end_getShapeStatsList​(Ice.AsyncResult __iresult)
      Calculate the stats for the points within the given Shapes.
      ShapeStats[] end_getShapeStatsRestricted​(Ice.AsyncResult __iresult)
      Calculate the stats for the points within the given Shapes.
      TablePrx end_getTable​(Ice.AsyncResult __iresult)
      Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
      void end_uploadMask​(Ice.AsyncResult __iresult)  
      RoiResult findByImage​(long imageId, RoiOptions opts)
      Returns all the Rois in an Image, indexed via Shape.
      RoiResult findByImage​(long imageId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns all the Rois in an Image, indexed via Shape.
      RoiResult findByPlane​(long imageId, int z, int t, RoiOptions opts)
      Returns all the Rois on the given plane, indexed via Shape.
      RoiResult findByPlane​(long imageId, int z, int t, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns all the Rois on the given plane, indexed via Shape.
      RoiResult findByRoi​(long roiId, RoiOptions opts)
      Returns a RoiResult with a single Roi member.
      RoiResult findByRoi​(long roiId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns a RoiResult with a single Roi member.
      RoiResult getMeasuredRois​(long imageId, long annotationId, RoiOptions opts)
      Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
      RoiResult getMeasuredRois​(long imageId, long annotationId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
      java.util.Map<java.lang.Long,​RoiResult> getMeasuredRoisMap​(long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts)
      Returns a map from FileAnnotation ids to RoiResult instances.
      java.util.Map<java.lang.Long,​RoiResult> getMeasuredRoisMap​(long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns a map from FileAnnotation ids to RoiResult instances.
      ShapePoints getPoints​(long shapeId)
      Calculate the points contained within a given shape
      ShapePoints getPoints​(long shapeId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Calculate the points contained within a given shape
      java.util.List<Annotation> getRoiMeasurements​(long imageId, RoiOptions opts)
      Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
      java.util.List<Annotation> getRoiMeasurements​(long imageId, RoiOptions opts, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
      RoiStats getRoiStats​(long roiId)
      Calculate stats for all the shapes within the given Roi.
      RoiStats getRoiStats​(long roiId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Calculate stats for all the shapes within the given Roi.
      ShapeStats getShapeStats​(long shapeId)
      Calculate the stats for the points within the given Shape.
      ShapeStats getShapeStats​(long shapeId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Calculate the stats for the points within the given Shape.
      ShapeStats[] getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList)
      Calculate the stats for the points within the given Shapes.
      ShapeStats[] getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Calculate the stats for the points within the given Shapes.
      ShapeStats[] getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels)
      Calculate the stats for the points within the given Shapes.
      ShapeStats[] getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Calculate the stats for the points within the given Shapes.
      TablePrx getTable​(long annotationId)
      Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
      TablePrx getTable​(long annotationId, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
      static java.lang.String ice_staticId()
      Provides the Slice type ID of this type.
      static IRoiPrx uncheckedCast​(Ice.ObjectPrx __obj)
      Downcasts the given proxy to this type without contacting the remote server.
      static IRoiPrx uncheckedCast​(Ice.ObjectPrx __obj, java.lang.String __facet)
      Downcasts the given proxy to this type without contacting the remote server.
      void uploadMask​(long roiId, int z, int t, byte[] bytes)  
      void uploadMask​(long roiId, int z, int t, byte[] bytes, java.util.Map<java.lang.String,​java.lang.String> __ctx)  
      • Methods inherited from class Ice.ObjectPrxHelperBase

        __checkAsyncTwowayOnly, __checkTwowayOnly, __copyFrom, __end, __getBatchRequestQueue, __getRequestHandler, __handleException, __ice_getConnection_completed, __ice_id_completed, __ice_ids_completed, __ice_invoke_completed, __ice_isA_completed, __reference, __setRequestHandler, __setup, __updateRequestHandler, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, cacheMessageBuffers, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, checkedCastImpl, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, getOutgoingAsync, hashCode, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway, toString, uncheckedCastImpl, uncheckedCastImpl, uncheckedCastImpl
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface Ice.ObjectPrx

        begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
    • Field Detail

      • __ids

        public static final java.lang.String[] __ids
    • Constructor Detail

      • IRoiPrxHelper

        public IRoiPrxHelper()
    • Method Detail

      • findByImage

        public RoiResult findByImage​(long imageId,
                                     RoiOptions opts,
                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
                              throws ServerError
        Description copied from interface: IRoiPrx
        Returns all the Rois in an Image, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        findByImage in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_findByImage

        public Ice.AsyncResult begin_findByImage​(long imageId,
                                                 RoiOptions opts)
        Description copied from interface: IRoiPrx
        Returns all the Rois in an Image, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByImage in interface IRoiPrx
        Returns:
        The asynchronous result object.
      • begin_findByImage

        public Ice.AsyncResult begin_findByImage​(long imageId,
                                                 RoiOptions opts,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: IRoiPrx
        Returns all the Rois in an Image, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByImage in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_findByImage

        public Ice.AsyncResult begin_findByImage​(long imageId,
                                                 RoiOptions opts,
                                                 Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Returns all the Rois in an Image, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByImage in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_findByImage

        public Ice.AsyncResult begin_findByImage​(long imageId,
                                                 RoiOptions opts,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Returns all the Rois in an Image, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByImage in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_findByImage

        public Ice.AsyncResult begin_findByImage​(long imageId,
                                                 RoiOptions opts,
                                                 Callback_IRoi_findByImage __cb)
        Description copied from interface: IRoiPrx
        Returns all the Rois in an Image, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByImage in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_findByImage

        public Ice.AsyncResult begin_findByImage​(long imageId,
                                                 RoiOptions opts,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 Callback_IRoi_findByImage __cb)
        Description copied from interface: IRoiPrx
        Returns all the Rois in an Image, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByImage in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_findByImage

        public Ice.AsyncResult begin_findByImage​(long imageId,
                                                 RoiOptions opts,
                                                 IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Returns all the Rois in an Image, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByImage in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_findByImage

        public Ice.AsyncResult begin_findByImage​(long imageId,
                                                 RoiOptions opts,
                                                 IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                 IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Returns all the Rois in an Image, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByImage in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_findByImage

        public Ice.AsyncResult begin_findByImage​(long imageId,
                                                 RoiOptions opts,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Returns all the Rois in an Image, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByImage in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_findByImage

        public Ice.AsyncResult begin_findByImage​(long imageId,
                                                 RoiOptions opts,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                 IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Returns all the Rois in an Image, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByImage in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_findByImage

        public RoiResult end_findByImage​(Ice.AsyncResult __iresult)
                                  throws ServerError
        Description copied from interface: IRoiPrx
        Returns all the Rois in an Image, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        end_findByImage in interface IRoiPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __findByImage_completed

        public static void __findByImage_completed​(Ice.TwowayCallbackArg1UE<RoiResult> __cb,
                                                   Ice.AsyncResult __result)
      • findByPlane

        public RoiResult findByPlane​(long imageId,
                                     int z,
                                     int t,
                                     RoiOptions opts,
                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
                              throws ServerError
        Description copied from interface: IRoiPrx
        Returns all the Rois on the given plane, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        findByPlane in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_findByPlane

        public Ice.AsyncResult begin_findByPlane​(long imageId,
                                                 int z,
                                                 int t,
                                                 RoiOptions opts)
        Description copied from interface: IRoiPrx
        Returns all the Rois on the given plane, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByPlane in interface IRoiPrx
        Returns:
        The asynchronous result object.
      • begin_findByPlane

        public Ice.AsyncResult begin_findByPlane​(long imageId,
                                                 int z,
                                                 int t,
                                                 RoiOptions opts,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: IRoiPrx
        Returns all the Rois on the given plane, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByPlane in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_findByPlane

        public Ice.AsyncResult begin_findByPlane​(long imageId,
                                                 int z,
                                                 int t,
                                                 RoiOptions opts,
                                                 Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Returns all the Rois on the given plane, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByPlane in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_findByPlane

        public Ice.AsyncResult begin_findByPlane​(long imageId,
                                                 int z,
                                                 int t,
                                                 RoiOptions opts,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Returns all the Rois on the given plane, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByPlane in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_findByPlane

        public Ice.AsyncResult begin_findByPlane​(long imageId,
                                                 int z,
                                                 int t,
                                                 RoiOptions opts,
                                                 Callback_IRoi_findByPlane __cb)
        Description copied from interface: IRoiPrx
        Returns all the Rois on the given plane, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByPlane in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_findByPlane

        public Ice.AsyncResult begin_findByPlane​(long imageId,
                                                 int z,
                                                 int t,
                                                 RoiOptions opts,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 Callback_IRoi_findByPlane __cb)
        Description copied from interface: IRoiPrx
        Returns all the Rois on the given plane, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByPlane in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_findByPlane

        public Ice.AsyncResult begin_findByPlane​(long imageId,
                                                 int z,
                                                 int t,
                                                 RoiOptions opts,
                                                 IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Returns all the Rois on the given plane, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByPlane in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_findByPlane

        public Ice.AsyncResult begin_findByPlane​(long imageId,
                                                 int z,
                                                 int t,
                                                 RoiOptions opts,
                                                 IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                 IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Returns all the Rois on the given plane, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByPlane in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_findByPlane

        public Ice.AsyncResult begin_findByPlane​(long imageId,
                                                 int z,
                                                 int t,
                                                 RoiOptions opts,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Returns all the Rois on the given plane, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByPlane in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_findByPlane

        public Ice.AsyncResult begin_findByPlane​(long imageId,
                                                 int z,
                                                 int t,
                                                 RoiOptions opts,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                 IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Returns all the Rois on the given plane, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        begin_findByPlane in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_findByPlane

        public RoiResult end_findByPlane​(Ice.AsyncResult __iresult)
                                  throws ServerError
        Description copied from interface: IRoiPrx
        Returns all the Rois on the given plane, indexed via Shape. Loads Rois as findByRoi.
        Specified by:
        end_findByPlane in interface IRoiPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __findByPlane_completed

        public static void __findByPlane_completed​(Ice.TwowayCallbackArg1UE<RoiResult> __cb,
                                                   Ice.AsyncResult __result)
      • findByRoi

        public RoiResult findByRoi​(long roiId,
                                   RoiOptions opts)
                            throws ServerError
        Description copied from interface: IRoiPrx
        Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
        Specified by:
        findByRoi in interface IRoiPrx
        Throws:
        ServerError
      • findByRoi

        public RoiResult findByRoi​(long roiId,
                                   RoiOptions opts,
                                   java.util.Map<java.lang.String,​java.lang.String> __ctx)
                            throws ServerError
        Description copied from interface: IRoiPrx
        Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
        Specified by:
        findByRoi in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_findByRoi

        public Ice.AsyncResult begin_findByRoi​(long roiId,
                                               RoiOptions opts)
        Description copied from interface: IRoiPrx
        Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
        Specified by:
        begin_findByRoi in interface IRoiPrx
        Returns:
        The asynchronous result object.
      • begin_findByRoi

        public Ice.AsyncResult begin_findByRoi​(long roiId,
                                               RoiOptions opts,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: IRoiPrx
        Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
        Specified by:
        begin_findByRoi in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_findByRoi

        public Ice.AsyncResult begin_findByRoi​(long roiId,
                                               RoiOptions opts,
                                               Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
        Specified by:
        begin_findByRoi in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_findByRoi

        public Ice.AsyncResult begin_findByRoi​(long roiId,
                                               RoiOptions opts,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
        Specified by:
        begin_findByRoi in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_findByRoi

        public Ice.AsyncResult begin_findByRoi​(long roiId,
                                               RoiOptions opts,
                                               Callback_IRoi_findByRoi __cb)
        Description copied from interface: IRoiPrx
        Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
        Specified by:
        begin_findByRoi in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_findByRoi

        public Ice.AsyncResult begin_findByRoi​(long roiId,
                                               RoiOptions opts,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Callback_IRoi_findByRoi __cb)
        Description copied from interface: IRoiPrx
        Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
        Specified by:
        begin_findByRoi in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_findByRoi

        public Ice.AsyncResult begin_findByRoi​(long roiId,
                                               RoiOptions opts,
                                               IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
        Specified by:
        begin_findByRoi in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_findByRoi

        public Ice.AsyncResult begin_findByRoi​(long roiId,
                                               RoiOptions opts,
                                               IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
        Specified by:
        begin_findByRoi in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_findByRoi

        public Ice.AsyncResult begin_findByRoi​(long roiId,
                                               RoiOptions opts,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
        Specified by:
        begin_findByRoi in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_findByRoi

        public Ice.AsyncResult begin_findByRoi​(long roiId,
                                               RoiOptions opts,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
        Specified by:
        begin_findByRoi in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_findByRoi

        public RoiResult end_findByRoi​(Ice.AsyncResult __iresult)
                                throws ServerError
        Description copied from interface: IRoiPrx
        Returns a RoiResult with a single Roi member. Shape linkages are properly created. All Shapes are loaded, as is the Pixels and Image object. TODO: Annotations?
        Specified by:
        end_findByRoi in interface IRoiPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __findByRoi_completed

        public static void __findByRoi_completed​(Ice.TwowayCallbackArg1UE<RoiResult> __cb,
                                                 Ice.AsyncResult __result)
      • getMeasuredRois

        public RoiResult getMeasuredRois​(long imageId,
                                         long annotationId,
                                         RoiOptions opts,
                                         java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                  throws ServerError
        Description copied from interface: IRoiPrx
        Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
        Specified by:
        getMeasuredRois in interface IRoiPrx
        annotationId - if -1, logic is identical to findByImage(imageId, opts)
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_getMeasuredRois

        public Ice.AsyncResult begin_getMeasuredRois​(long imageId,
                                                     long annotationId,
                                                     RoiOptions opts)
        Description copied from interface: IRoiPrx
        Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
        Specified by:
        begin_getMeasuredRois in interface IRoiPrx
        annotationId - if -1, logic is identical to findByImage(imageId, opts)
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRois

        public Ice.AsyncResult begin_getMeasuredRois​(long imageId,
                                                     long annotationId,
                                                     RoiOptions opts,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: IRoiPrx
        Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
        Specified by:
        begin_getMeasuredRois in interface IRoiPrx
        annotationId - if -1, logic is identical to findByImage(imageId, opts)
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRois

        public Ice.AsyncResult begin_getMeasuredRois​(long imageId,
                                                     long annotationId,
                                                     RoiOptions opts,
                                                     Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
        Specified by:
        begin_getMeasuredRois in interface IRoiPrx
        annotationId - if -1, logic is identical to findByImage(imageId, opts)
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRois

        public Ice.AsyncResult begin_getMeasuredRois​(long imageId,
                                                     long annotationId,
                                                     RoiOptions opts,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
        Specified by:
        begin_getMeasuredRois in interface IRoiPrx
        annotationId - if -1, logic is identical to findByImage(imageId, opts)
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRois

        public Ice.AsyncResult begin_getMeasuredRois​(long imageId,
                                                     long annotationId,
                                                     RoiOptions opts,
                                                     Callback_IRoi_getMeasuredRois __cb)
        Description copied from interface: IRoiPrx
        Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
        Specified by:
        begin_getMeasuredRois in interface IRoiPrx
        annotationId - if -1, logic is identical to findByImage(imageId, opts)
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRois

        public Ice.AsyncResult begin_getMeasuredRois​(long imageId,
                                                     long annotationId,
                                                     RoiOptions opts,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Callback_IRoi_getMeasuredRois __cb)
        Description copied from interface: IRoiPrx
        Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
        Specified by:
        begin_getMeasuredRois in interface IRoiPrx
        annotationId - if -1, logic is identical to findByImage(imageId, opts)
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRois

        public Ice.AsyncResult begin_getMeasuredRois​(long imageId,
                                                     long annotationId,
                                                     RoiOptions opts,
                                                     IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
        Specified by:
        begin_getMeasuredRois in interface IRoiPrx
        annotationId - if -1, logic is identical to findByImage(imageId, opts)
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRois

        public Ice.AsyncResult begin_getMeasuredRois​(long imageId,
                                                     long annotationId,
                                                     RoiOptions opts,
                                                     IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
        Specified by:
        begin_getMeasuredRois in interface IRoiPrx
        annotationId - if -1, logic is identical to findByImage(imageId, opts)
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRois

        public Ice.AsyncResult begin_getMeasuredRois​(long imageId,
                                                     long annotationId,
                                                     RoiOptions opts,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
        Specified by:
        begin_getMeasuredRois in interface IRoiPrx
        annotationId - if -1, logic is identical to findByImage(imageId, opts)
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRois

        public Ice.AsyncResult begin_getMeasuredRois​(long imageId,
                                                     long annotationId,
                                                     RoiOptions opts,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_GenericCallback1<RoiResult> __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Loads the ROIs which are linked to by the given FileAnnotation id for the given image.
        Specified by:
        begin_getMeasuredRois in interface IRoiPrx
        annotationId - if -1, logic is identical to findByImage(imageId, opts)
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • __getMeasuredRois_completed

        public static void __getMeasuredRois_completed​(Ice.TwowayCallbackArg1UE<RoiResult> __cb,
                                                       Ice.AsyncResult __result)
      • getMeasuredRoisMap

        public java.util.Map<java.lang.Long,​RoiResult> getMeasuredRoisMap​(long imageId,
                                                                                java.util.List<java.lang.Long> annotationIds,
                                                                                RoiOptions opts)
                                                                         throws ServerError
        Description copied from interface: IRoiPrx
        Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
        Specified by:
        getMeasuredRoisMap in interface IRoiPrx
        Throws:
        ServerError
      • getMeasuredRoisMap

        public java.util.Map<java.lang.Long,​RoiResult> getMeasuredRoisMap​(long imageId,
                                                                                java.util.List<java.lang.Long> annotationIds,
                                                                                RoiOptions opts,
                                                                                java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                                         throws ServerError
        Description copied from interface: IRoiPrx
        Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
        Specified by:
        getMeasuredRoisMap in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_getMeasuredRoisMap

        public Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId,
                                                        java.util.List<java.lang.Long> annotationIds,
                                                        RoiOptions opts)
        Description copied from interface: IRoiPrx
        Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
        Specified by:
        begin_getMeasuredRoisMap in interface IRoiPrx
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRoisMap

        public Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId,
                                                        java.util.List<java.lang.Long> annotationIds,
                                                        RoiOptions opts,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: IRoiPrx
        Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
        Specified by:
        begin_getMeasuredRoisMap in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRoisMap

        public Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId,
                                                        java.util.List<java.lang.Long> annotationIds,
                                                        RoiOptions opts,
                                                        Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
        Specified by:
        begin_getMeasuredRoisMap in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRoisMap

        public Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId,
                                                        java.util.List<java.lang.Long> annotationIds,
                                                        RoiOptions opts,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
        Specified by:
        begin_getMeasuredRoisMap in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRoisMap

        public Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId,
                                                        java.util.List<java.lang.Long> annotationIds,
                                                        RoiOptions opts,
                                                        Callback_IRoi_getMeasuredRoisMap __cb)
        Description copied from interface: IRoiPrx
        Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
        Specified by:
        begin_getMeasuredRoisMap in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRoisMap

        public Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId,
                                                        java.util.List<java.lang.Long> annotationIds,
                                                        RoiOptions opts,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        Callback_IRoi_getMeasuredRoisMap __cb)
        Description copied from interface: IRoiPrx
        Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
        Specified by:
        begin_getMeasuredRoisMap in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRoisMap

        public Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId,
                                                        java.util.List<java.lang.Long> annotationIds,
                                                        RoiOptions opts,
                                                        IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,​RoiResult>> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
        Specified by:
        begin_getMeasuredRoisMap in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRoisMap

        public Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId,
                                                        java.util.List<java.lang.Long> annotationIds,
                                                        RoiOptions opts,
                                                        IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,​RoiResult>> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
        Specified by:
        begin_getMeasuredRoisMap in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRoisMap

        public Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId,
                                                        java.util.List<java.lang.Long> annotationIds,
                                                        RoiOptions opts,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,​RoiResult>> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
        Specified by:
        begin_getMeasuredRoisMap in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getMeasuredRoisMap

        public Ice.AsyncResult begin_getMeasuredRoisMap​(long imageId,
                                                        java.util.List<java.lang.Long> annotationIds,
                                                        RoiOptions opts,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Long,​RoiResult>> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
        Specified by:
        begin_getMeasuredRoisMap in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getMeasuredRoisMap

        public java.util.Map<java.lang.Long,​RoiResult> end_getMeasuredRoisMap​(Ice.AsyncResult __iresult)
                                                                             throws ServerError
        Description copied from interface: IRoiPrx
        Returns a map from FileAnnotation ids to RoiResult instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
        Specified by:
        end_getMeasuredRoisMap in interface IRoiPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __getMeasuredRoisMap_completed

        public static void __getMeasuredRoisMap_completed​(Ice.TwowayCallbackArg1UE<java.util.Map<java.lang.Long,​RoiResult>> __cb,
                                                          Ice.AsyncResult __result)
      • getPoints

        public ShapePoints getPoints​(long shapeId,
                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
                              throws ServerError
        Description copied from interface: IRoiPrx
        Calculate the points contained within a given shape
        Specified by:
        getPoints in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_getPoints

        public Ice.AsyncResult begin_getPoints​(long shapeId)
        Description copied from interface: IRoiPrx
        Calculate the points contained within a given shape
        Specified by:
        begin_getPoints in interface IRoiPrx
        Returns:
        The asynchronous result object.
      • begin_getPoints

        public Ice.AsyncResult begin_getPoints​(long shapeId,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: IRoiPrx
        Calculate the points contained within a given shape
        Specified by:
        begin_getPoints in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getPoints

        public Ice.AsyncResult begin_getPoints​(long shapeId,
                                               Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Calculate the points contained within a given shape
        Specified by:
        begin_getPoints in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getPoints

        public Ice.AsyncResult begin_getPoints​(long shapeId,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Calculate the points contained within a given shape
        Specified by:
        begin_getPoints in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getPoints

        public Ice.AsyncResult begin_getPoints​(long shapeId,
                                               Callback_IRoi_getPoints __cb)
        Description copied from interface: IRoiPrx
        Calculate the points contained within a given shape
        Specified by:
        begin_getPoints in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getPoints

        public Ice.AsyncResult begin_getPoints​(long shapeId,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               Callback_IRoi_getPoints __cb)
        Description copied from interface: IRoiPrx
        Calculate the points contained within a given shape
        Specified by:
        begin_getPoints in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getPoints

        public Ice.AsyncResult begin_getPoints​(long shapeId,
                                               IceInternal.Functional_GenericCallback1<ShapePoints> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Calculate the points contained within a given shape
        Specified by:
        begin_getPoints in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getPoints

        public Ice.AsyncResult begin_getPoints​(long shapeId,
                                               IceInternal.Functional_GenericCallback1<ShapePoints> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Calculate the points contained within a given shape
        Specified by:
        begin_getPoints in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getPoints

        public Ice.AsyncResult begin_getPoints​(long shapeId,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_GenericCallback1<ShapePoints> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Calculate the points contained within a given shape
        Specified by:
        begin_getPoints in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getPoints

        public Ice.AsyncResult begin_getPoints​(long shapeId,
                                               java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                               IceInternal.Functional_GenericCallback1<ShapePoints> __responseCb,
                                               IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                               IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                               IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Calculate the points contained within a given shape
        Specified by:
        begin_getPoints in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getPoints

        public ShapePoints end_getPoints​(Ice.AsyncResult __iresult)
                                  throws ServerError
        Description copied from interface: IRoiPrx
        Calculate the points contained within a given shape
        Specified by:
        end_getPoints in interface IRoiPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __getPoints_completed

        public static void __getPoints_completed​(Ice.TwowayCallbackArg1UE<ShapePoints> __cb,
                                                 Ice.AsyncResult __result)
      • getRoiMeasurements

        public java.util.List<Annotation> getRoiMeasurements​(long imageId,
                                                             RoiOptions opts,
                                                             java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                      throws ServerError
        Description copied from interface: IRoiPrx
        Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
        Specified by:
        getRoiMeasurements in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_getRoiMeasurements

        public Ice.AsyncResult begin_getRoiMeasurements​(long imageId,
                                                        RoiOptions opts)
        Description copied from interface: IRoiPrx
        Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
        Specified by:
        begin_getRoiMeasurements in interface IRoiPrx
        Returns:
        The asynchronous result object.
      • begin_getRoiMeasurements

        public Ice.AsyncResult begin_getRoiMeasurements​(long imageId,
                                                        RoiOptions opts,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: IRoiPrx
        Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
        Specified by:
        begin_getRoiMeasurements in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getRoiMeasurements

        public Ice.AsyncResult begin_getRoiMeasurements​(long imageId,
                                                        RoiOptions opts,
                                                        Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
        Specified by:
        begin_getRoiMeasurements in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getRoiMeasurements

        public Ice.AsyncResult begin_getRoiMeasurements​(long imageId,
                                                        RoiOptions opts,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
        Specified by:
        begin_getRoiMeasurements in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getRoiMeasurements

        public Ice.AsyncResult begin_getRoiMeasurements​(long imageId,
                                                        RoiOptions opts,
                                                        Callback_IRoi_getRoiMeasurements __cb)
        Description copied from interface: IRoiPrx
        Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
        Specified by:
        begin_getRoiMeasurements in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getRoiMeasurements

        public Ice.AsyncResult begin_getRoiMeasurements​(long imageId,
                                                        RoiOptions opts,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        Callback_IRoi_getRoiMeasurements __cb)
        Description copied from interface: IRoiPrx
        Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
        Specified by:
        begin_getRoiMeasurements in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getRoiMeasurements

        public Ice.AsyncResult begin_getRoiMeasurements​(long imageId,
                                                        RoiOptions opts,
                                                        IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
        Specified by:
        begin_getRoiMeasurements in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getRoiMeasurements

        public Ice.AsyncResult begin_getRoiMeasurements​(long imageId,
                                                        RoiOptions opts,
                                                        IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
        Specified by:
        begin_getRoiMeasurements in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getRoiMeasurements

        public Ice.AsyncResult begin_getRoiMeasurements​(long imageId,
                                                        RoiOptions opts,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
        Specified by:
        begin_getRoiMeasurements in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getRoiMeasurements

        public Ice.AsyncResult begin_getRoiMeasurements​(long imageId,
                                                        RoiOptions opts,
                                                        java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                        IceInternal.Functional_GenericCallback1<java.util.List<Annotation>> __responseCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                        IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                        IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
        Specified by:
        begin_getRoiMeasurements in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getRoiMeasurements

        public java.util.List<Annotation> end_getRoiMeasurements​(Ice.AsyncResult __iresult)
                                                          throws ServerError
        Description copied from interface: IRoiPrx
        Returns a list of FileAnnotation instances with the namespace openmicroscopy.org/measurements which are attached to the Plate containing the given image AND which are attached to at least one Roi
        Specified by:
        end_getRoiMeasurements in interface IRoiPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __getRoiMeasurements_completed

        public static void __getRoiMeasurements_completed​(Ice.TwowayCallbackArg1UE<java.util.List<Annotation>> __cb,
                                                          Ice.AsyncResult __result)
      • getRoiStats

        public RoiStats getRoiStats​(long roiId,
                                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
                             throws ServerError
        Description copied from interface: IRoiPrx
        Calculate stats for all the shapes within the given Roi.
        Specified by:
        getRoiStats in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_getRoiStats

        public Ice.AsyncResult begin_getRoiStats​(long roiId)
        Description copied from interface: IRoiPrx
        Calculate stats for all the shapes within the given Roi.
        Specified by:
        begin_getRoiStats in interface IRoiPrx
        Returns:
        The asynchronous result object.
      • begin_getRoiStats

        public Ice.AsyncResult begin_getRoiStats​(long roiId,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: IRoiPrx
        Calculate stats for all the shapes within the given Roi.
        Specified by:
        begin_getRoiStats in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getRoiStats

        public Ice.AsyncResult begin_getRoiStats​(long roiId,
                                                 Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Calculate stats for all the shapes within the given Roi.
        Specified by:
        begin_getRoiStats in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getRoiStats

        public Ice.AsyncResult begin_getRoiStats​(long roiId,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Calculate stats for all the shapes within the given Roi.
        Specified by:
        begin_getRoiStats in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getRoiStats

        public Ice.AsyncResult begin_getRoiStats​(long roiId,
                                                 Callback_IRoi_getRoiStats __cb)
        Description copied from interface: IRoiPrx
        Calculate stats for all the shapes within the given Roi.
        Specified by:
        begin_getRoiStats in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getRoiStats

        public Ice.AsyncResult begin_getRoiStats​(long roiId,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 Callback_IRoi_getRoiStats __cb)
        Description copied from interface: IRoiPrx
        Calculate stats for all the shapes within the given Roi.
        Specified by:
        begin_getRoiStats in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getRoiStats

        public Ice.AsyncResult begin_getRoiStats​(long roiId,
                                                 IceInternal.Functional_GenericCallback1<RoiStats> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Calculate stats for all the shapes within the given Roi.
        Specified by:
        begin_getRoiStats in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getRoiStats

        public Ice.AsyncResult begin_getRoiStats​(long roiId,
                                                 IceInternal.Functional_GenericCallback1<RoiStats> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                 IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Calculate stats for all the shapes within the given Roi.
        Specified by:
        begin_getRoiStats in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getRoiStats

        public Ice.AsyncResult begin_getRoiStats​(long roiId,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 IceInternal.Functional_GenericCallback1<RoiStats> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Calculate stats for all the shapes within the given Roi.
        Specified by:
        begin_getRoiStats in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getRoiStats

        public Ice.AsyncResult begin_getRoiStats​(long roiId,
                                                 java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                 IceInternal.Functional_GenericCallback1<RoiStats> __responseCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                 IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                 IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Calculate stats for all the shapes within the given Roi.
        Specified by:
        begin_getRoiStats in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getRoiStats

        public RoiStats end_getRoiStats​(Ice.AsyncResult __iresult)
                                 throws ServerError
        Description copied from interface: IRoiPrx
        Calculate stats for all the shapes within the given Roi.
        Specified by:
        end_getRoiStats in interface IRoiPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __getRoiStats_completed

        public static void __getRoiStats_completed​(Ice.TwowayCallbackArg1UE<RoiStats> __cb,
                                                   Ice.AsyncResult __result)
      • getShapeStats

        public ShapeStats getShapeStats​(long shapeId,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                 throws ServerError
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shape.
        Specified by:
        getShapeStats in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_getShapeStats

        public Ice.AsyncResult begin_getShapeStats​(long shapeId)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shape.
        Specified by:
        begin_getShapeStats in interface IRoiPrx
        Returns:
        The asynchronous result object.
      • begin_getShapeStats

        public Ice.AsyncResult begin_getShapeStats​(long shapeId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shape.
        Specified by:
        begin_getShapeStats in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getShapeStats

        public Ice.AsyncResult begin_getShapeStats​(long shapeId,
                                                   Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shape.
        Specified by:
        begin_getShapeStats in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getShapeStats

        public Ice.AsyncResult begin_getShapeStats​(long shapeId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shape.
        Specified by:
        begin_getShapeStats in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getShapeStats

        public Ice.AsyncResult begin_getShapeStats​(long shapeId,
                                                   Callback_IRoi_getShapeStats __cb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shape.
        Specified by:
        begin_getShapeStats in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getShapeStats

        public Ice.AsyncResult begin_getShapeStats​(long shapeId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   Callback_IRoi_getShapeStats __cb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shape.
        Specified by:
        begin_getShapeStats in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getShapeStats

        public Ice.AsyncResult begin_getShapeStats​(long shapeId,
                                                   IceInternal.Functional_GenericCallback1<ShapeStats> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shape.
        Specified by:
        begin_getShapeStats in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getShapeStats

        public Ice.AsyncResult begin_getShapeStats​(long shapeId,
                                                   IceInternal.Functional_GenericCallback1<ShapeStats> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shape.
        Specified by:
        begin_getShapeStats in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getShapeStats

        public Ice.AsyncResult begin_getShapeStats​(long shapeId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_GenericCallback1<ShapeStats> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shape.
        Specified by:
        begin_getShapeStats in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getShapeStats

        public Ice.AsyncResult begin_getShapeStats​(long shapeId,
                                                   java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                   IceInternal.Functional_GenericCallback1<ShapeStats> __responseCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                   IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                   IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shape.
        Specified by:
        begin_getShapeStats in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getShapeStats

        public ShapeStats end_getShapeStats​(Ice.AsyncResult __iresult)
                                     throws ServerError
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shape.
        Specified by:
        end_getShapeStats in interface IRoiPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __getShapeStats_completed

        public static void __getShapeStats_completed​(Ice.TwowayCallbackArg1UE<ShapeStats> __cb,
                                                     Ice.AsyncResult __result)
      • getShapeStatsList

        public ShapeStats[] getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList,
                                              java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                       throws ServerError
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes.
        Specified by:
        getShapeStatsList in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_getShapeStatsList

        public Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes.
        Specified by:
        begin_getShapeStatsList in interface IRoiPrx
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsList

        public Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList,
                                                       java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes.
        Specified by:
        begin_getShapeStatsList in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsList

        public Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList,
                                                       Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes.
        Specified by:
        begin_getShapeStatsList in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsList

        public Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList,
                                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                       Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes.
        Specified by:
        begin_getShapeStatsList in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsList

        public Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList,
                                                       Callback_IRoi_getShapeStatsList __cb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes.
        Specified by:
        begin_getShapeStatsList in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsList

        public Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList,
                                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                       Callback_IRoi_getShapeStatsList __cb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes.
        Specified by:
        begin_getShapeStatsList in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsList

        public Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList,
                                                       IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes.
        Specified by:
        begin_getShapeStatsList in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsList

        public Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList,
                                                       IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                       IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes.
        Specified by:
        begin_getShapeStatsList in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsList

        public Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList,
                                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                       IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes.
        Specified by:
        begin_getShapeStatsList in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsList

        public Ice.AsyncResult begin_getShapeStatsList​(java.util.List<java.lang.Long> shapeIdList,
                                                       java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                       IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                       IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                       IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes.
        Specified by:
        begin_getShapeStatsList in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getShapeStatsList

        public ShapeStats[] end_getShapeStatsList​(Ice.AsyncResult __iresult)
                                           throws ServerError
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes.
        Specified by:
        end_getShapeStatsList in interface IRoiPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __getShapeStatsList_completed

        public static void __getShapeStatsList_completed​(Ice.TwowayCallbackArg1UE<ShapeStats[]> __cb,
                                                         Ice.AsyncResult __result)
      • getShapeStatsRestricted

        public ShapeStats[] getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList,
                                                    int zForUnattached,
                                                    int tForUnattached,
                                                    int[] channels)
                                             throws ServerError
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes. Varies to the above in the following ways: - does not allow tiled images - shapes have to be all belonging to the same image - unattached z/t use the fallback parameters zForUnattached/tForUnattached that is to say there is never more than 1 z/t combination queried - if channel list is given, only the channels in that list are iterated over - does not request data from reader on each iteration
        Specified by:
        getShapeStatsRestricted in interface IRoiPrx
        Throws:
        ServerError
      • getShapeStatsRestricted

        public ShapeStats[] getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList,
                                                    int zForUnattached,
                                                    int tForUnattached,
                                                    int[] channels,
                                                    java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                             throws ServerError
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes. Varies to the above in the following ways: - does not allow tiled images - shapes have to be all belonging to the same image - unattached z/t use the fallback parameters zForUnattached/tForUnattached that is to say there is never more than 1 z/t combination queried - if channel list is given, only the channels in that list are iterated over - does not request data from reader on each iteration
        Specified by:
        getShapeStatsRestricted in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_getShapeStatsRestricted

        public Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList,
                                                             int zForUnattached,
                                                             int tForUnattached,
                                                             int[] channels)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes. Varies to the above in the following ways: - does not allow tiled images - shapes have to be all belonging to the same image - unattached z/t use the fallback parameters zForUnattached/tForUnattached that is to say there is never more than 1 z/t combination queried - if channel list is given, only the channels in that list are iterated over - does not request data from reader on each iteration
        Specified by:
        begin_getShapeStatsRestricted in interface IRoiPrx
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsRestricted

        public Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList,
                                                             int zForUnattached,
                                                             int tForUnattached,
                                                             int[] channels,
                                                             java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes. Varies to the above in the following ways: - does not allow tiled images - shapes have to be all belonging to the same image - unattached z/t use the fallback parameters zForUnattached/tForUnattached that is to say there is never more than 1 z/t combination queried - if channel list is given, only the channels in that list are iterated over - does not request data from reader on each iteration
        Specified by:
        begin_getShapeStatsRestricted in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsRestricted

        public Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList,
                                                             int zForUnattached,
                                                             int tForUnattached,
                                                             int[] channels,
                                                             Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes. Varies to the above in the following ways: - does not allow tiled images - shapes have to be all belonging to the same image - unattached z/t use the fallback parameters zForUnattached/tForUnattached that is to say there is never more than 1 z/t combination queried - if channel list is given, only the channels in that list are iterated over - does not request data from reader on each iteration
        Specified by:
        begin_getShapeStatsRestricted in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsRestricted

        public Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList,
                                                             int zForUnattached,
                                                             int tForUnattached,
                                                             int[] channels,
                                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                             Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes. Varies to the above in the following ways: - does not allow tiled images - shapes have to be all belonging to the same image - unattached z/t use the fallback parameters zForUnattached/tForUnattached that is to say there is never more than 1 z/t combination queried - if channel list is given, only the channels in that list are iterated over - does not request data from reader on each iteration
        Specified by:
        begin_getShapeStatsRestricted in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsRestricted

        public Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList,
                                                             int zForUnattached,
                                                             int tForUnattached,
                                                             int[] channels,
                                                             Callback_IRoi_getShapeStatsRestricted __cb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes. Varies to the above in the following ways: - does not allow tiled images - shapes have to be all belonging to the same image - unattached z/t use the fallback parameters zForUnattached/tForUnattached that is to say there is never more than 1 z/t combination queried - if channel list is given, only the channels in that list are iterated over - does not request data from reader on each iteration
        Specified by:
        begin_getShapeStatsRestricted in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsRestricted

        public Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList,
                                                             int zForUnattached,
                                                             int tForUnattached,
                                                             int[] channels,
                                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                             Callback_IRoi_getShapeStatsRestricted __cb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes. Varies to the above in the following ways: - does not allow tiled images - shapes have to be all belonging to the same image - unattached z/t use the fallback parameters zForUnattached/tForUnattached that is to say there is never more than 1 z/t combination queried - if channel list is given, only the channels in that list are iterated over - does not request data from reader on each iteration
        Specified by:
        begin_getShapeStatsRestricted in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsRestricted

        public Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList,
                                                             int zForUnattached,
                                                             int tForUnattached,
                                                             int[] channels,
                                                             IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb,
                                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes. Varies to the above in the following ways: - does not allow tiled images - shapes have to be all belonging to the same image - unattached z/t use the fallback parameters zForUnattached/tForUnattached that is to say there is never more than 1 z/t combination queried - if channel list is given, only the channels in that list are iterated over - does not request data from reader on each iteration
        Specified by:
        begin_getShapeStatsRestricted in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsRestricted

        public Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList,
                                                             int zForUnattached,
                                                             int tForUnattached,
                                                             int[] channels,
                                                             IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb,
                                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                             IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes. Varies to the above in the following ways: - does not allow tiled images - shapes have to be all belonging to the same image - unattached z/t use the fallback parameters zForUnattached/tForUnattached that is to say there is never more than 1 z/t combination queried - if channel list is given, only the channels in that list are iterated over - does not request data from reader on each iteration
        Specified by:
        begin_getShapeStatsRestricted in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsRestricted

        public Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList,
                                                             int zForUnattached,
                                                             int tForUnattached,
                                                             int[] channels,
                                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                             IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb,
                                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes. Varies to the above in the following ways: - does not allow tiled images - shapes have to be all belonging to the same image - unattached z/t use the fallback parameters zForUnattached/tForUnattached that is to say there is never more than 1 z/t combination queried - if channel list is given, only the channels in that list are iterated over - does not request data from reader on each iteration
        Specified by:
        begin_getShapeStatsRestricted in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getShapeStatsRestricted

        public Ice.AsyncResult begin_getShapeStatsRestricted​(java.util.List<java.lang.Long> shapeIdList,
                                                             int zForUnattached,
                                                             int tForUnattached,
                                                             int[] channels,
                                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                             IceInternal.Functional_GenericCallback1<ShapeStats[]> __responseCb,
                                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                             IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes. Varies to the above in the following ways: - does not allow tiled images - shapes have to be all belonging to the same image - unattached z/t use the fallback parameters zForUnattached/tForUnattached that is to say there is never more than 1 z/t combination queried - if channel list is given, only the channels in that list are iterated over - does not request data from reader on each iteration
        Specified by:
        begin_getShapeStatsRestricted in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getShapeStatsRestricted

        public ShapeStats[] end_getShapeStatsRestricted​(Ice.AsyncResult __iresult)
                                                 throws ServerError
        Description copied from interface: IRoiPrx
        Calculate the stats for the points within the given Shapes. Varies to the above in the following ways: - does not allow tiled images - shapes have to be all belonging to the same image - unattached z/t use the fallback parameters zForUnattached/tForUnattached that is to say there is never more than 1 z/t combination queried - if channel list is given, only the channels in that list are iterated over - does not request data from reader on each iteration
        Specified by:
        end_getShapeStatsRestricted in interface IRoiPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __getShapeStatsRestricted_completed

        public static void __getShapeStatsRestricted_completed​(Ice.TwowayCallbackArg1UE<ShapeStats[]> __cb,
                                                               Ice.AsyncResult __result)
      • getTable

        public TablePrx getTable​(long annotationId,
                                 java.util.Map<java.lang.String,​java.lang.String> __ctx)
                          throws ServerError
        Description copied from interface: IRoiPrx
        Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
        Specified by:
        getTable in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_getTable

        public Ice.AsyncResult begin_getTable​(long annotationId)
        Description copied from interface: IRoiPrx
        Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
        Specified by:
        begin_getTable in interface IRoiPrx
        Returns:
        The asynchronous result object.
      • begin_getTable

        public Ice.AsyncResult begin_getTable​(long annotationId,
                                              java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Description copied from interface: IRoiPrx
        Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
        Specified by:
        begin_getTable in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getTable

        public Ice.AsyncResult begin_getTable​(long annotationId,
                                              Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
        Specified by:
        begin_getTable in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getTable

        public Ice.AsyncResult begin_getTable​(long annotationId,
                                              java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              Ice.Callback __cb)
        Description copied from interface: IRoiPrx
        Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
        Specified by:
        begin_getTable in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getTable

        public Ice.AsyncResult begin_getTable​(long annotationId,
                                              Callback_IRoi_getTable __cb)
        Description copied from interface: IRoiPrx
        Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
        Specified by:
        begin_getTable in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getTable

        public Ice.AsyncResult begin_getTable​(long annotationId,
                                              java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              Callback_IRoi_getTable __cb)
        Description copied from interface: IRoiPrx
        Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
        Specified by:
        begin_getTable in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getTable

        public Ice.AsyncResult begin_getTable​(long annotationId,
                                              IceInternal.Functional_GenericCallback1<TablePrx> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
        Specified by:
        begin_getTable in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getTable

        public Ice.AsyncResult begin_getTable​(long annotationId,
                                              IceInternal.Functional_GenericCallback1<TablePrx> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                              IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
        Specified by:
        begin_getTable in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getTable

        public Ice.AsyncResult begin_getTable​(long annotationId,
                                              java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              IceInternal.Functional_GenericCallback1<TablePrx> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Description copied from interface: IRoiPrx
        Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
        Specified by:
        begin_getTable in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getTable

        public Ice.AsyncResult begin_getTable​(long annotationId,
                                              java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              IceInternal.Functional_GenericCallback1<TablePrx> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                              IceInternal.Functional_BoolCallback __sentCb)
        Description copied from interface: IRoiPrx
        Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
        Specified by:
        begin_getTable in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getTable

        public TablePrx end_getTable​(Ice.AsyncResult __iresult)
                              throws ServerError
        Description copied from interface: IRoiPrx
        Returns the OMERO.tables service via the FileAnnotation id returned by getImageMeasurements.
        Specified by:
        end_getTable in interface IRoiPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __getTable_completed

        public static void __getTable_completed​(Ice.TwowayCallbackArg1UE<TablePrx> __cb,
                                                Ice.AsyncResult __result)
      • uploadMask

        public void uploadMask​(long roiId,
                               int z,
                               int t,
                               byte[] bytes,
                               java.util.Map<java.lang.String,​java.lang.String> __ctx)
                        throws ServerError
        Specified by:
        uploadMask in interface IRoiPrx
        Throws:
        ServerError
      • begin_uploadMask

        public Ice.AsyncResult begin_uploadMask​(long roiId,
                                                int z,
                                                int t,
                                                byte[] bytes)
        Specified by:
        begin_uploadMask in interface IRoiPrx
        Returns:
        The asynchronous result object.
      • begin_uploadMask

        public Ice.AsyncResult begin_uploadMask​(long roiId,
                                                int z,
                                                int t,
                                                byte[] bytes,
                                                java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Specified by:
        begin_uploadMask in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_uploadMask

        public Ice.AsyncResult begin_uploadMask​(long roiId,
                                                int z,
                                                int t,
                                                byte[] bytes,
                                                Ice.Callback __cb)
        Specified by:
        begin_uploadMask in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_uploadMask

        public Ice.AsyncResult begin_uploadMask​(long roiId,
                                                int z,
                                                int t,
                                                byte[] bytes,
                                                java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                Ice.Callback __cb)
        Specified by:
        begin_uploadMask in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_uploadMask

        public Ice.AsyncResult begin_uploadMask​(long roiId,
                                                int z,
                                                int t,
                                                byte[] bytes,
                                                Callback_IRoi_uploadMask __cb)
        Specified by:
        begin_uploadMask in interface IRoiPrx
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_uploadMask

        public Ice.AsyncResult begin_uploadMask​(long roiId,
                                                int z,
                                                int t,
                                                byte[] bytes,
                                                java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                Callback_IRoi_uploadMask __cb)
        Specified by:
        begin_uploadMask in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_uploadMask

        public Ice.AsyncResult begin_uploadMask​(long roiId,
                                                int z,
                                                int t,
                                                byte[] bytes,
                                                IceInternal.Functional_VoidCallback __responseCb,
                                                IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_uploadMask in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_uploadMask

        public Ice.AsyncResult begin_uploadMask​(long roiId,
                                                int z,
                                                int t,
                                                byte[] bytes,
                                                IceInternal.Functional_VoidCallback __responseCb,
                                                IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_uploadMask in interface IRoiPrx
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_uploadMask

        public Ice.AsyncResult begin_uploadMask​(long roiId,
                                                int z,
                                                int t,
                                                byte[] bytes,
                                                java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                IceInternal.Functional_VoidCallback __responseCb,
                                                IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Specified by:
        begin_uploadMask in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_uploadMask

        public Ice.AsyncResult begin_uploadMask​(long roiId,
                                                int z,
                                                int t,
                                                byte[] bytes,
                                                java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                IceInternal.Functional_VoidCallback __responseCb,
                                                IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                IceInternal.Functional_BoolCallback __sentCb)
        Specified by:
        begin_uploadMask in interface IRoiPrx
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_uploadMask

        public void end_uploadMask​(Ice.AsyncResult __iresult)
                            throws ServerError
        Specified by:
        end_uploadMask in interface IRoiPrx
        Parameters:
        __iresult - The asynchronous result object.
        Throws:
        ServerError
      • __uploadMask_completed

        public static void __uploadMask_completed​(Ice.TwowayCallbackVoidUE __cb,
                                                  Ice.AsyncResult __result)
      • checkedCast

        public static IRoiPrx checkedCast​(Ice.ObjectPrx __obj)
        Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.
        Parameters:
        __obj - The untyped proxy.
        Returns:
        A proxy for this type, or null if the object does not support this type.
      • checkedCast

        public static IRoiPrx checkedCast​(Ice.ObjectPrx __obj,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Contacts the remote server to verify that the object implements this type. Raises a local exception if a communication error occurs.
        Parameters:
        __obj - The untyped proxy.
        __ctx - The Context map to send with the invocation.
        Returns:
        A proxy for this type, or null if the object does not support this type.
      • checkedCast

        public static IRoiPrx checkedCast​(Ice.ObjectPrx __obj,
                                          java.lang.String __facet)
        Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.
        Parameters:
        __obj - The untyped proxy.
        __facet - The name of the desired facet.
        Returns:
        A proxy for this type, or null if the object does not support this type.
      • checkedCast

        public static IRoiPrx checkedCast​(Ice.ObjectPrx __obj,
                                          java.lang.String __facet,
                                          java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Contacts the remote server to verify that a facet of the object implements this type. Raises a local exception if a communication error occurs.
        Parameters:
        __obj - The untyped proxy.
        __facet - The name of the desired facet.
        __ctx - The Context map to send with the invocation.
        Returns:
        A proxy for this type, or null if the object does not support this type.
      • uncheckedCast

        public static IRoiPrx uncheckedCast​(Ice.ObjectPrx __obj)
        Downcasts the given proxy to this type without contacting the remote server.
        Parameters:
        __obj - The untyped proxy.
        Returns:
        A proxy for this type.
      • uncheckedCast

        public static IRoiPrx uncheckedCast​(Ice.ObjectPrx __obj,
                                            java.lang.String __facet)
        Downcasts the given proxy to this type without contacting the remote server.
        Parameters:
        __obj - The untyped proxy.
        __facet - The name of the desired facet.
        Returns:
        A proxy for this type.
      • ice_staticId

        public static java.lang.String ice_staticId()
        Provides the Slice type ID of this type.
        Returns:
        The Slice type ID.
      • __write

        public static void __write​(IceInternal.BasicStream __os,
                                   IRoiPrx v)
      • __read

        public static IRoiPrx __read​(IceInternal.BasicStream __is)