public interface _IRoiOperations extends _ServiceInterfaceOperations
Modifier and Type | Method and Description |
---|---|
void |
findByImage_async(AMD_IRoi_findByImage __cb,
long imageId,
RoiOptions opts,
Ice.Current __current)
Deprecated.
IROI is deprecated.
|
void |
findByPlane_async(AMD_IRoi_findByPlane __cb,
long imageId,
int z,
int t,
RoiOptions opts,
Ice.Current __current)
Deprecated.
IROI is deprecated.
|
void |
findByRoi_async(AMD_IRoi_findByRoi __cb,
long roiId,
RoiOptions opts,
Ice.Current __current)
Deprecated.
IROI is deprecated.
|
void |
getMeasuredRois_async(AMD_IRoi_getMeasuredRois __cb,
long imageId,
long annotationId,
RoiOptions opts,
Ice.Current __current)
Deprecated.
IROI is deprecated.
|
void |
getMeasuredRoisMap_async(AMD_IRoi_getMeasuredRoisMap __cb,
long imageId,
java.util.List<java.lang.Long> annotationIds,
RoiOptions opts,
Ice.Current __current)
Deprecated.
IROI is deprecated.
|
void |
getPoints_async(AMD_IRoi_getPoints __cb,
long shapeId,
Ice.Current __current)
Deprecated.
IROI is deprecated.
|
void |
getRoiMeasurements_async(AMD_IRoi_getRoiMeasurements __cb,
long imageId,
RoiOptions opts,
Ice.Current __current)
Deprecated.
IROI is deprecated.
|
void |
getRoiStats_async(AMD_IRoi_getRoiStats __cb,
long roiId,
Ice.Current __current)
Deprecated.
IROI is deprecated.
|
void |
getShapeStats_async(AMD_IRoi_getShapeStats __cb,
long shapeId,
Ice.Current __current)
Deprecated.
IROI is deprecated.
|
void |
getShapeStatsList_async(AMD_IRoi_getShapeStatsList __cb,
java.util.List<java.lang.Long> shapeIdList,
Ice.Current __current)
Deprecated.
IROI is deprecated.
|
void |
getShapeStatsRestricted_async(AMD_IRoi_getShapeStatsRestricted __cb,
java.util.List<java.lang.Long> shapeIdList,
int zForUnattached,
int tForUnattached,
int[] channels,
Ice.Current __current)
Deprecated.
IROI is deprecated.
|
void |
getTable_async(AMD_IRoi_getTable __cb,
long annotationId,
Ice.Current __current)
Deprecated.
IROI is deprecated.
|
void |
uploadMask_async(AMD_IRoi_uploadMask __cb,
long roiId,
int z,
int t,
byte[] bytes,
Ice.Current __current)
Deprecated.
IROI is deprecated.
|
void findByRoi_async(AMD_IRoi_findByRoi __cb, long roiId, RoiOptions opts, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
void findByImage_async(AMD_IRoi_findByImage __cb, long imageId, RoiOptions opts, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
void findByPlane_async(AMD_IRoi_findByPlane __cb, long imageId, int z, int t, RoiOptions opts, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
void getPoints_async(AMD_IRoi_getPoints __cb, long shapeId, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
void getRoiStats_async(AMD_IRoi_getRoiStats __cb, long roiId, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
void getShapeStats_async(AMD_IRoi_getShapeStats __cb, long shapeId, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
void getShapeStatsList_async(AMD_IRoi_getShapeStatsList __cb, java.util.List<java.lang.Long> shapeIdList, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
void getShapeStatsRestricted_async(AMD_IRoi_getShapeStatsRestricted __cb, java.util.List<java.lang.Long> shapeIdList, int zForUnattached, int tForUnattached, int[] channels, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
void getRoiMeasurements_async(AMD_IRoi_getRoiMeasurements __cb, long imageId, RoiOptions opts, Ice.Current __current) 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.__current
- The Current object for the invocation.ServerError
void getMeasuredRois_async(AMD_IRoi_getMeasuredRois __cb, long imageId, long annotationId, RoiOptions opts, Ice.Current __current) 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)__current
- The Current object for the invocation.ServerError
void getMeasuredRoisMap_async(AMD_IRoi_getMeasuredRoisMap __cb, long imageId, java.util.List<java.lang.Long> annotationIds, RoiOptions opts, Ice.Current __current) 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.__current
- The Current object for the invocation.ServerError
void getTable_async(AMD_IRoi_getTable __cb, long annotationId, Ice.Current __current) throws ServerError
FileAnnotation
id returned
by getImageMeasurements
.__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
void uploadMask_async(AMD_IRoi_uploadMask __cb, long roiId, int z, int t, byte[] bytes, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError