Package omero.api
Interface RawPixelsStore
-
- All Superinterfaces:
_PyramidServiceOperations
,_PyramidServiceOperationsNC
,_RawPixelsStoreOperations
,_RawPixelsStoreOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,_StatefulServiceInterfaceOperations
,_StatefulServiceInterfaceOperationsNC
,Ice.Object
,PyramidService
,ServiceInterface
,StatefulServiceInterface
- All Known Implementing Classes:
_RawPixelsStoreDisp
,_RawPixelsStoreTie
,BfPixelsStoreI
public interface RawPixelsStore extends Ice.Object, _RawPixelsStoreOperations, _RawPixelsStoreOperationsNC, PyramidService
Binary data provider. Initialized with the ID of aPixels
instance, this service can provide various slices, stacks, regions of the 5-dimensional (X-Y planes with multiple Z-sections and Channels over Time). The byte array returned by the getter methods and passed to the setter methods can and will be interpreted according to results ofgetByteWidth
,isFloat
, andisSigned
.Read-only caveat: Mutating methods (set*) are only available during the first access. Once the Pixels data has been successfully saved (via the save or close methods on this interface), then the data should be treated read-only. If Pixels data writing fails and the service is inadvertently closed, delete the Pixels object, and create a new one. Any partially written data will be removed.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.api._PyramidServiceOperations
getResolutionDescriptions_async, getResolutionLevel_async, getResolutionLevels_async, getTileSize_async, requiresPixelsPyramid_async, setResolutionLevel_async
-
Methods inherited from interface omero.api._PyramidServiceOperationsNC
getResolutionDescriptions_async, getResolutionLevel_async, getResolutionLevels_async, getTileSize_async, requiresPixelsPyramid_async, setResolutionLevel_async
-
Methods inherited from interface omero.api._RawPixelsStoreOperations
calculateMessageDigest_async, findMinMax_async, getByteWidth_async, getCol_async, getHistogram_async, getHypercube_async, getPixelsId_async, getPixelsPath_async, getPlane_async, getPlaneOffset_async, getPlaneRegion_async, getPlaneSize_async, getRegion_async, getRow_async, getRowOffset_async, getRowSize_async, getStack_async, getStackOffset_async, getStackSize_async, getTile_async, getTimepoint_async, getTimepointOffset_async, getTimepointSize_async, getTotalSize_async, isFloat_async, isSigned_async, prepare_async, save_async, setPixelsId_async, setPlane_async, setRegion_async, setRow_async, setStack_async, setTile_async, setTimepoint_async
-
Methods inherited from interface omero.api._RawPixelsStoreOperationsNC
calculateMessageDigest_async, findMinMax_async, getByteWidth_async, getCol_async, getHistogram_async, getHypercube_async, getPixelsId_async, getPixelsPath_async, getPlane_async, getPlaneOffset_async, getPlaneRegion_async, getPlaneSize_async, getRegion_async, getRow_async, getRowOffset_async, getRowSize_async, getStack_async, getStackOffset_async, getStackSize_async, getTile_async, getTimepoint_async, getTimepointOffset_async, getTimepointSize_async, getTotalSize_async, isFloat_async, isSigned_async, prepare_async, save_async, setPixelsId_async, setPlane_async, setRegion_async, setRow_async, setStack_async, setTile_async, setTimepoint_async
-
Methods inherited from interface omero.api._StatefulServiceInterfaceOperations
activate_async, close_async, getCurrentEventContext_async, passivate_async
-
Methods inherited from interface omero.api._StatefulServiceInterfaceOperationsNC
activate_async, close_async, getCurrentEventContext_async, passivate_async
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-