public interface _IRoiOperationsNC extends _ServiceInterfaceOperationsNC
| Modifier and Type | Method and Description | 
|---|---|
| void | findByImage_async(AMD_IRoi_findByImage __cb,
                 long imageId,
                 RoiOptions opts)Deprecated. 
 IROI is deprecated. | 
| void | findByPlane_async(AMD_IRoi_findByPlane __cb,
                 long imageId,
                 int z,
                 int t,
                 RoiOptions opts)Deprecated. 
 IROI is deprecated. | 
| void | findByRoi_async(AMD_IRoi_findByRoi __cb,
               long roiId,
               RoiOptions opts)Deprecated. 
 IROI is deprecated. | 
| void | getMeasuredRois_async(AMD_IRoi_getMeasuredRois __cb,
                     long imageId,
                     long annotationId,
                     RoiOptions opts)Deprecated. 
 IROI is deprecated. | 
| void | getMeasuredRoisMap_async(AMD_IRoi_getMeasuredRoisMap __cb,
                        long imageId,
                        java.util.List<java.lang.Long> annotationIds,
                        RoiOptions opts)Deprecated. 
 IROI is deprecated. | 
| void | getPoints_async(AMD_IRoi_getPoints __cb,
               long shapeId)Deprecated. 
 IROI is deprecated. | 
| void | getRoiMeasurements_async(AMD_IRoi_getRoiMeasurements __cb,
                        long imageId,
                        RoiOptions opts)Deprecated. 
 IROI is deprecated. | 
| void | getRoiStats_async(AMD_IRoi_getRoiStats __cb,
                 long roiId)Deprecated. 
 IROI is deprecated. | 
| void | getShapeStats_async(AMD_IRoi_getShapeStats __cb,
                   long shapeId)Deprecated. 
 IROI is deprecated. | 
| void | getShapeStatsList_async(AMD_IRoi_getShapeStatsList __cb,
                       java.util.List<java.lang.Long> shapeIdList)Deprecated. 
 IROI is deprecated. | 
| void | getShapeStatsRestricted_async(AMD_IRoi_getShapeStatsRestricted __cb,
                             java.util.List<java.lang.Long> shapeIdList,
                             int zForUnattached,
                             int tForUnattached,
                             int[] channels)Deprecated. 
 IROI is deprecated. | 
| void | getTable_async(AMD_IRoi_getTable __cb,
              long annotationId)Deprecated. 
 IROI is deprecated. | 
| void | uploadMask_async(AMD_IRoi_uploadMask __cb,
                long roiId,
                int z,
                int t,
                byte[] bytes)Deprecated. 
 IROI is deprecated. | 
void findByRoi_async(AMD_IRoi_findByRoi __cb, long roiId, RoiOptions opts) throws ServerError
__cb - The callback object for the operation.ServerErrorvoid findByImage_async(AMD_IRoi_findByImage __cb, long imageId, RoiOptions opts) throws ServerError
__cb - The callback object for the operation.ServerErrorvoid findByPlane_async(AMD_IRoi_findByPlane __cb, long imageId, int z, int t, RoiOptions opts) throws ServerError
__cb - The callback object for the operation.ServerErrorvoid getPoints_async(AMD_IRoi_getPoints __cb, long shapeId) throws ServerError
__cb - The callback object for the operation.ServerErrorvoid getRoiStats_async(AMD_IRoi_getRoiStats __cb, long roiId) throws ServerError
__cb - The callback object for the operation.ServerErrorvoid getShapeStats_async(AMD_IRoi_getShapeStats __cb, long shapeId) throws ServerError
__cb - The callback object for the operation.ServerErrorvoid getShapeStatsList_async(AMD_IRoi_getShapeStatsList __cb, java.util.List<java.lang.Long> shapeIdList) throws ServerError
__cb - The callback object for the operation.ServerErrorvoid getShapeStatsRestricted_async(AMD_IRoi_getShapeStatsRestricted __cb, java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels) throws ServerError
__cb - The callback object for the operation.ServerErrorvoid getRoiMeasurements_async(AMD_IRoi_getRoiMeasurements __cb, long imageId, RoiOptions opts) throws ServerError
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__cb - The callback object for the operation.ServerErrorvoid getMeasuredRois_async(AMD_IRoi_getMeasuredRois __cb, long imageId, long annotationId, RoiOptions opts) throws ServerError
FileAnnotation id for the given image.__cb - The callback object for the operation.annotationId - if -1, logic is identical to findByImage(imageId, opts)ServerErrorvoid getMeasuredRoisMap_async(AMD_IRoi_getMeasuredRoisMap __cb, long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts) throws ServerError
FileAnnotation ids
 to RoiResult instances.
 Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e.
 the objects are referentially identical)__cb - The callback object for the operation.ServerErrorvoid getTable_async(AMD_IRoi_getTable __cb, long annotationId) throws ServerError
FileAnnotation id returned
 by getImageMeasurements.__cb - The callback object for the operation.ServerErrorvoid uploadMask_async(AMD_IRoi_uploadMask __cb, long roiId, int z, int t, byte[] bytes) throws ServerError
__cb - The callback object for the operation.ServerError