Package omero.api
Interface AMD_IRoi_getMeasuredRoisMap
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IRoi_getMeasuredRoisMap extends Ice.AMDCallback
Deprecated.IROI is deprecated.Returns a map fromFileAnnotation
ids toRoiResult
instances. Logic is identical to getMeasuredRois, but Roi data will not be duplicated. (i.e. the objects are referentially identical)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
ice_response(java.util.Map<java.lang.Long,RoiResult> __ret)
Deprecated.ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(java.util.Map<java.lang.Long,RoiResult> __ret)
Deprecated.ice_response indicates that the operation completed successfully.
-
-