Package omero.api
Interface RawPixelsStorePrx
-
- All Superinterfaces:
Ice.ObjectPrx
,PyramidServicePrx
,ServiceInterfacePrx
,StatefulServiceInterfacePrx
- All Known Implementing Classes:
RawPixelsStorePrxHelper
public interface RawPixelsStorePrx extends PyramidServicePrx
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ice.AsyncResult
begin_calculateMessageDigest()
Calculates a SHA-1 message digest for the entire pixel store.Ice.AsyncResult
begin_calculateMessageDigest(Ice.Callback __cb)
Calculates a SHA-1 message digest for the entire pixel store.Ice.AsyncResult
begin_calculateMessageDigest(IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Calculates a SHA-1 message digest for the entire pixel store.Ice.AsyncResult
begin_calculateMessageDigest(IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Calculates a SHA-1 message digest for the entire pixel store.Ice.AsyncResult
begin_calculateMessageDigest(java.util.Map<java.lang.String,java.lang.String> __ctx)
Calculates a SHA-1 message digest for the entire pixel store.Ice.AsyncResult
begin_calculateMessageDigest(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Calculates a SHA-1 message digest for the entire pixel store.Ice.AsyncResult
begin_calculateMessageDigest(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Calculates a SHA-1 message digest for the entire pixel store.Ice.AsyncResult
begin_calculateMessageDigest(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Calculates a SHA-1 message digest for the entire pixel store.Ice.AsyncResult
begin_calculateMessageDigest(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_calculateMessageDigest __cb)
Calculates a SHA-1 message digest for the entire pixel store.Ice.AsyncResult
begin_calculateMessageDigest(Callback_RawPixelsStore_calculateMessageDigest __cb)
Calculates a SHA-1 message digest for the entire pixel store.Ice.AsyncResult
begin_findMinMax(int[] channels)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.Ice.AsyncResult
begin_findMinMax(int[] channels, Ice.Callback __cb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.Ice.AsyncResult
begin_findMinMax(int[] channels, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,double[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.Ice.AsyncResult
begin_findMinMax(int[] channels, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,double[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.Ice.AsyncResult
begin_findMinMax(int[] channels, java.util.Map<java.lang.String,java.lang.String> __ctx)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.Ice.AsyncResult
begin_findMinMax(int[] channels, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.Ice.AsyncResult
begin_findMinMax(int[] channels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,double[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.Ice.AsyncResult
begin_findMinMax(int[] channels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,double[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.Ice.AsyncResult
begin_findMinMax(int[] channels, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_findMinMax __cb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.Ice.AsyncResult
begin_findMinMax(int[] channels, Callback_RawPixelsStore_findMinMax __cb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.Ice.AsyncResult
begin_getByteWidth()
Returns the byte width for the pixel store.Ice.AsyncResult
begin_getByteWidth(Ice.Callback __cb)
Returns the byte width for the pixel store.Ice.AsyncResult
begin_getByteWidth(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the byte width for the pixel store.Ice.AsyncResult
begin_getByteWidth(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the byte width for the pixel store.Ice.AsyncResult
begin_getByteWidth(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the byte width for the pixel store.Ice.AsyncResult
begin_getByteWidth(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the byte width for the pixel store.Ice.AsyncResult
begin_getByteWidth(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the byte width for the pixel store.Ice.AsyncResult
begin_getByteWidth(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the byte width for the pixel store.Ice.AsyncResult
begin_getByteWidth(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getByteWidth __cb)
Returns the byte width for the pixel store.Ice.AsyncResult
begin_getByteWidth(Callback_RawPixelsStore_getByteWidth __cb)
Returns the byte width for the pixel store.Ice.AsyncResult
begin_getCol(int x, int z, int c, int t)
Retrieves a particular column from this pixel store.Ice.AsyncResult
begin_getCol(int x, int z, int c, int t, Ice.Callback __cb)
Retrieves a particular column from this pixel store.Ice.AsyncResult
begin_getCol(int x, int z, int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a particular column from this pixel store.Ice.AsyncResult
begin_getCol(int x, int z, int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a particular column from this pixel store.Ice.AsyncResult
begin_getCol(int x, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a particular column from this pixel store.Ice.AsyncResult
begin_getCol(int x, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a particular column from this pixel store.Ice.AsyncResult
begin_getCol(int x, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a particular column from this pixel store.Ice.AsyncResult
begin_getCol(int x, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a particular column from this pixel store.Ice.AsyncResult
begin_getCol(int x, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getCol __cb)
Retrieves a particular column from this pixel store.Ice.AsyncResult
begin_getCol(int x, int z, int c, int t, Callback_RawPixelsStore_getCol __cb)
Retrieves a particular column from this pixel store.Ice.AsyncResult
begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane)
Retrieves the histogram data for the specified plane and channels.Ice.AsyncResult
begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, Ice.Callback __cb)
Retrieves the histogram data for the specified plane and channels.Ice.AsyncResult
begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,int[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the histogram data for the specified plane and channels.Ice.AsyncResult
begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,int[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the histogram data for the specified plane and channels.Ice.AsyncResult
begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the histogram data for the specified plane and channels.Ice.AsyncResult
begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the histogram data for the specified plane and channels.Ice.AsyncResult
begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,int[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the histogram data for the specified plane and channels.Ice.AsyncResult
begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,int[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the histogram data for the specified plane and channels.Ice.AsyncResult
begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getHistogram __cb)
Retrieves the histogram data for the specified plane and channels.Ice.AsyncResult
begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, Callback_RawPixelsStore_getHistogram __cb)
Retrieves the histogram data for the specified plane and channels.Ice.AsyncResult
begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step)
Retrieves a n-dimensional block from this pixel store.Ice.AsyncResult
begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, Ice.Callback __cb)
Retrieves a n-dimensional block from this pixel store.Ice.AsyncResult
begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a n-dimensional block from this pixel store.Ice.AsyncResult
begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a n-dimensional block from this pixel store.Ice.AsyncResult
begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a n-dimensional block from this pixel store.Ice.AsyncResult
begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a n-dimensional block from this pixel store.Ice.AsyncResult
begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a n-dimensional block from this pixel store.Ice.AsyncResult
begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a n-dimensional block from this pixel store.Ice.AsyncResult
begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getHypercube __cb)
Retrieves a n-dimensional block from this pixel store.Ice.AsyncResult
begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, Callback_RawPixelsStore_getHypercube __cb)
Retrieves a n-dimensional block from this pixel store.Ice.AsyncResult
begin_getPixelsId()
Returns the current Pixels set identifier.Ice.AsyncResult
begin_getPixelsId(Ice.Callback __cb)
Returns the current Pixels set identifier.Ice.AsyncResult
begin_getPixelsId(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the current Pixels set identifier.Ice.AsyncResult
begin_getPixelsId(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the current Pixels set identifier.Ice.AsyncResult
begin_getPixelsId(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current Pixels set identifier.Ice.AsyncResult
begin_getPixelsId(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the current Pixels set identifier.Ice.AsyncResult
begin_getPixelsId(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the current Pixels set identifier.Ice.AsyncResult
begin_getPixelsId(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the current Pixels set identifier.Ice.AsyncResult
begin_getPixelsId(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getPixelsId __cb)
Returns the current Pixels set identifier.Ice.AsyncResult
begin_getPixelsId(Callback_RawPixelsStore_getPixelsId __cb)
Returns the current Pixels set identifier.Ice.AsyncResult
begin_getPixelsPath()
Returns the current Pixels path.Ice.AsyncResult
begin_getPixelsPath(Ice.Callback __cb)
Returns the current Pixels path.Ice.AsyncResult
begin_getPixelsPath(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the current Pixels path.Ice.AsyncResult
begin_getPixelsPath(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the current Pixels path.Ice.AsyncResult
begin_getPixelsPath(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current Pixels path.Ice.AsyncResult
begin_getPixelsPath(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the current Pixels path.Ice.AsyncResult
begin_getPixelsPath(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the current Pixels path.Ice.AsyncResult
begin_getPixelsPath(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the current Pixels path.Ice.AsyncResult
begin_getPixelsPath(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getPixelsPath __cb)
Returns the current Pixels path.Ice.AsyncResult
begin_getPixelsPath(Callback_RawPixelsStore_getPixelsPath __cb)
Returns the current Pixels path.Ice.AsyncResult
begin_getPlane(int z, int c, int t)
Retrieves a particular 2D image plane from this pixel store.Ice.AsyncResult
begin_getPlane(int z, int c, int t, Ice.Callback __cb)
Retrieves a particular 2D image plane from this pixel store.Ice.AsyncResult
begin_getPlane(int z, int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a particular 2D image plane from this pixel store.Ice.AsyncResult
begin_getPlane(int z, int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a particular 2D image plane from this pixel store.Ice.AsyncResult
begin_getPlane(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a particular 2D image plane from this pixel store.Ice.AsyncResult
begin_getPlane(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a particular 2D image plane from this pixel store.Ice.AsyncResult
begin_getPlane(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a particular 2D image plane from this pixel store.Ice.AsyncResult
begin_getPlane(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a particular 2D image plane from this pixel store.Ice.AsyncResult
begin_getPlane(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getPlane __cb)
Retrieves a particular 2D image plane from this pixel store.Ice.AsyncResult
begin_getPlane(int z, int c, int t, Callback_RawPixelsStore_getPlane __cb)
Retrieves a particular 2D image plane from this pixel store.Ice.AsyncResult
begin_getPlaneOffset(int z, int c, int t)
Retrieves the offset for a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneOffset(int z, int c, int t, Ice.Callback __cb)
Retrieves the offset for a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneOffset(int z, int c, int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the offset for a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneOffset(int z, int c, int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the offset for a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneOffset(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the offset for a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneOffset(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the offset for a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneOffset(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the offset for a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneOffset(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the offset for a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneOffset(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getPlaneOffset __cb)
Retrieves the offset for a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneOffset(int z, int c, int t, Callback_RawPixelsStore_getPlaneOffset __cb)
Retrieves the offset for a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneRegion(int z, int c, int t, int size, int offset)
Retrieves a region from a given plane from this pixel store.Ice.AsyncResult
begin_getPlaneRegion(int z, int c, int t, int size, int offset, Ice.Callback __cb)
Retrieves a region from a given plane from this pixel store.Ice.AsyncResult
begin_getPlaneRegion(int z, int c, int t, int size, int offset, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a region from a given plane from this pixel store.Ice.AsyncResult
begin_getPlaneRegion(int z, int c, int t, int size, int offset, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a region from a given plane from this pixel store.Ice.AsyncResult
begin_getPlaneRegion(int z, int c, int t, int size, int offset, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a region from a given plane from this pixel store.Ice.AsyncResult
begin_getPlaneRegion(int z, int c, int t, int size, int offset, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a region from a given plane from this pixel store.Ice.AsyncResult
begin_getPlaneRegion(int z, int c, int t, int size, int offset, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a region from a given plane from this pixel store.Ice.AsyncResult
begin_getPlaneRegion(int z, int c, int t, int size, int offset, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a region from a given plane from this pixel store.Ice.AsyncResult
begin_getPlaneRegion(int z, int c, int t, int size, int offset, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getPlaneRegion __cb)
Retrieves a region from a given plane from this pixel store.Ice.AsyncResult
begin_getPlaneRegion(int z, int c, int t, int size, int offset, Callback_RawPixelsStore_getPlaneRegion __cb)
Retrieves a region from a given plane from this pixel store.Ice.AsyncResult
begin_getPlaneSize()
Retrieves the in memory size of a 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneSize(Ice.Callback __cb)
Retrieves the in memory size of a 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of a 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of a 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of a 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the in memory size of a 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of a 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of a 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getPlaneSize __cb)
Retrieves the in memory size of a 2D image plane in this pixel store.Ice.AsyncResult
begin_getPlaneSize(Callback_RawPixelsStore_getPlaneSize __cb)
Retrieves the in memory size of a 2D image plane in this pixel store.Ice.AsyncResult
begin_getRegion(int size, long offset)
Retrieves a region from this pixel store.Ice.AsyncResult
begin_getRegion(int size, long offset, Ice.Callback __cb)
Retrieves a region from this pixel store.Ice.AsyncResult
begin_getRegion(int size, long offset, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a region from this pixel store.Ice.AsyncResult
begin_getRegion(int size, long offset, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a region from this pixel store.Ice.AsyncResult
begin_getRegion(int size, long offset, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a region from this pixel store.Ice.AsyncResult
begin_getRegion(int size, long offset, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a region from this pixel store.Ice.AsyncResult
begin_getRegion(int size, long offset, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a region from this pixel store.Ice.AsyncResult
begin_getRegion(int size, long offset, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a region from this pixel store.Ice.AsyncResult
begin_getRegion(int size, long offset, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getRegion __cb)
Retrieves a region from this pixel store.Ice.AsyncResult
begin_getRegion(int size, long offset, Callback_RawPixelsStore_getRegion __cb)
Retrieves a region from this pixel store.Ice.AsyncResult
begin_getRow(int y, int z, int c, int t)
Retrieves a particular row or scanline from this pixel store.Ice.AsyncResult
begin_getRow(int y, int z, int c, int t, Ice.Callback __cb)
Retrieves a particular row or scanline from this pixel store.Ice.AsyncResult
begin_getRow(int y, int z, int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a particular row or scanline from this pixel store.Ice.AsyncResult
begin_getRow(int y, int z, int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a particular row or scanline from this pixel store.Ice.AsyncResult
begin_getRow(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a particular row or scanline from this pixel store.Ice.AsyncResult
begin_getRow(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a particular row or scanline from this pixel store.Ice.AsyncResult
begin_getRow(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a particular row or scanline from this pixel store.Ice.AsyncResult
begin_getRow(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a particular row or scanline from this pixel store.Ice.AsyncResult
begin_getRow(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getRow __cb)
Retrieves a particular row or scanline from this pixel store.Ice.AsyncResult
begin_getRow(int y, int z, int c, int t, Callback_RawPixelsStore_getRow __cb)
Retrieves a particular row or scanline from this pixel store.Ice.AsyncResult
begin_getRowOffset(int y, int z, int c, int t)
Retrieves the offset for a particular row or scanline in this pixel store.Ice.AsyncResult
begin_getRowOffset(int y, int z, int c, int t, Ice.Callback __cb)
Retrieves the offset for a particular row or scanline in this pixel store.Ice.AsyncResult
begin_getRowOffset(int y, int z, int c, int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the offset for a particular row or scanline in this pixel store.Ice.AsyncResult
begin_getRowOffset(int y, int z, int c, int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the offset for a particular row or scanline in this pixel store.Ice.AsyncResult
begin_getRowOffset(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the offset for a particular row or scanline in this pixel store.Ice.AsyncResult
begin_getRowOffset(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the offset for a particular row or scanline in this pixel store.Ice.AsyncResult
begin_getRowOffset(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the offset for a particular row or scanline in this pixel store.Ice.AsyncResult
begin_getRowOffset(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the offset for a particular row or scanline in this pixel store.Ice.AsyncResult
begin_getRowOffset(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getRowOffset __cb)
Retrieves the offset for a particular row or scanline in this pixel store.Ice.AsyncResult
begin_getRowOffset(int y, int z, int c, int t, Callback_RawPixelsStore_getRowOffset __cb)
Retrieves the offset for a particular row or scanline in this pixel store.Ice.AsyncResult
begin_getRowSize()
Retrieves the in memory size of a row or scanline of pixels in this pixel store.Ice.AsyncResult
begin_getRowSize(Ice.Callback __cb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.Ice.AsyncResult
begin_getRowSize(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.Ice.AsyncResult
begin_getRowSize(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.Ice.AsyncResult
begin_getRowSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.Ice.AsyncResult
begin_getRowSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.Ice.AsyncResult
begin_getRowSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.Ice.AsyncResult
begin_getRowSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.Ice.AsyncResult
begin_getRowSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getRowSize __cb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.Ice.AsyncResult
begin_getRowSize(Callback_RawPixelsStore_getRowSize __cb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.Ice.AsyncResult
begin_getStack(int c, int t)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStack(int c, int t, Ice.Callback __cb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStack(int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStack(int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStack(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStack(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStack(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStack(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStack(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getStack __cb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStack(int c, int t, Callback_RawPixelsStore_getStack __cb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackOffset(int c, int t)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackOffset(int c, int t, Ice.Callback __cb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackOffset(int c, int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackOffset(int c, int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackOffset(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackOffset(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackOffset(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackOffset(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackOffset(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getStackOffset __cb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackOffset(int c, int t, Callback_RawPixelsStore_getStackOffset __cb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackSize()
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackSize(Ice.Callback __cb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getStackSize __cb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getStackSize(Callback_RawPixelsStore_getStackSize __cb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTile(int z, int c, int t, int x, int y, int w, int h)
Retrieves a tile from this pixel buffer.Ice.AsyncResult
begin_getTile(int z, int c, int t, int x, int y, int w, int h, Ice.Callback __cb)
Retrieves a tile from this pixel buffer.Ice.AsyncResult
begin_getTile(int z, int c, int t, int x, int y, int w, int h, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a tile from this pixel buffer.Ice.AsyncResult
begin_getTile(int z, int c, int t, int x, int y, int w, int h, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a tile from this pixel buffer.Ice.AsyncResult
begin_getTile(int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a tile from this pixel buffer.Ice.AsyncResult
begin_getTile(int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a tile from this pixel buffer.Ice.AsyncResult
begin_getTile(int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a tile from this pixel buffer.Ice.AsyncResult
begin_getTile(int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a tile from this pixel buffer.Ice.AsyncResult
begin_getTile(int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getTile __cb)
Retrieves a tile from this pixel buffer.Ice.AsyncResult
begin_getTile(int z, int c, int t, int x, int y, int w, int h, Callback_RawPixelsStore_getTile __cb)
Retrieves a tile from this pixel buffer.Ice.AsyncResult
begin_getTimepoint(int t)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepoint(int t, Ice.Callback __cb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepoint(int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepoint(int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepoint(int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepoint(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepoint(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepoint(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepoint(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getTimepoint __cb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepoint(int t, Callback_RawPixelsStore_getTimepoint __cb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointOffset(int t)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointOffset(int t, Ice.Callback __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointOffset(int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointOffset(int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointOffset(int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointOffset(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointOffset(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointOffset(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointOffset(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getTimepointOffset __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointOffset(int t, Callback_RawPixelsStore_getTimepointOffset __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointSize()
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointSize(Ice.Callback __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getTimepointSize __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTimepointSize(Callback_RawPixelsStore_getTimepointSize __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_getTotalSize()
Retrieves the in memory size of the entire pixel store.Ice.AsyncResult
begin_getTotalSize(Ice.Callback __cb)
Retrieves the in memory size of the entire pixel store.Ice.AsyncResult
begin_getTotalSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire pixel store.Ice.AsyncResult
begin_getTotalSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire pixel store.Ice.AsyncResult
begin_getTotalSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of the entire pixel store.Ice.AsyncResult
begin_getTotalSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the in memory size of the entire pixel store.Ice.AsyncResult
begin_getTotalSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire pixel store.Ice.AsyncResult
begin_getTotalSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire pixel store.Ice.AsyncResult
begin_getTotalSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getTotalSize __cb)
Retrieves the in memory size of the entire pixel store.Ice.AsyncResult
begin_getTotalSize(Callback_RawPixelsStore_getTotalSize __cb)
Retrieves the in memory size of the entire pixel store.Ice.AsyncResult
begin_isFloat()
Returns whether or not the pixel buffer has floating point pixels.Ice.AsyncResult
begin_isFloat(Ice.Callback __cb)
Returns whether or not the pixel buffer has floating point pixels.Ice.AsyncResult
begin_isFloat(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns whether or not the pixel buffer has floating point pixels.Ice.AsyncResult
begin_isFloat(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns whether or not the pixel buffer has floating point pixels.Ice.AsyncResult
begin_isFloat(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns whether or not the pixel buffer has floating point pixels.Ice.AsyncResult
begin_isFloat(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns whether or not the pixel buffer has floating point pixels.Ice.AsyncResult
begin_isFloat(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns whether or not the pixel buffer has floating point pixels.Ice.AsyncResult
begin_isFloat(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns whether or not the pixel buffer has floating point pixels.Ice.AsyncResult
begin_isFloat(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_isFloat __cb)
Returns whether or not the pixel buffer has floating point pixels.Ice.AsyncResult
begin_isFloat(Callback_RawPixelsStore_isFloat __cb)
Returns whether or not the pixel buffer has floating point pixels.Ice.AsyncResult
begin_isSigned()
Returns whether or not the pixel store has signed pixels.Ice.AsyncResult
begin_isSigned(Ice.Callback __cb)
Returns whether or not the pixel store has signed pixels.Ice.AsyncResult
begin_isSigned(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns whether or not the pixel store has signed pixels.Ice.AsyncResult
begin_isSigned(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns whether or not the pixel store has signed pixels.Ice.AsyncResult
begin_isSigned(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns whether or not the pixel store has signed pixels.Ice.AsyncResult
begin_isSigned(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns whether or not the pixel store has signed pixels.Ice.AsyncResult
begin_isSigned(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns whether or not the pixel store has signed pixels.Ice.AsyncResult
begin_isSigned(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns whether or not the pixel store has signed pixels.Ice.AsyncResult
begin_isSigned(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_isSigned __cb)
Returns whether or not the pixel store has signed pixels.Ice.AsyncResult
begin_isSigned(Callback_RawPixelsStore_isSigned __cb)
Returns whether or not the pixel store has signed pixels.Ice.AsyncResult
begin_prepare(java.util.List<java.lang.Long> pixelsIds)
Prepares the stateful service with a cache of loaded Pixels objects.Ice.AsyncResult
begin_prepare(java.util.List<java.lang.Long> pixelsIds, Ice.Callback __cb)
Prepares the stateful service with a cache of loaded Pixels objects.Ice.AsyncResult
begin_prepare(java.util.List<java.lang.Long> pixelsIds, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Prepares the stateful service with a cache of loaded Pixels objects.Ice.AsyncResult
begin_prepare(java.util.List<java.lang.Long> pixelsIds, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Prepares the stateful service with a cache of loaded Pixels objects.Ice.AsyncResult
begin_prepare(java.util.List<java.lang.Long> pixelsIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Prepares the stateful service with a cache of loaded Pixels objects.Ice.AsyncResult
begin_prepare(java.util.List<java.lang.Long> pixelsIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Prepares the stateful service with a cache of loaded Pixels objects.Ice.AsyncResult
begin_prepare(java.util.List<java.lang.Long> pixelsIds, 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)
Prepares the stateful service with a cache of loaded Pixels objects.Ice.AsyncResult
begin_prepare(java.util.List<java.lang.Long> pixelsIds, 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)
Prepares the stateful service with a cache of loaded Pixels objects.Ice.AsyncResult
begin_prepare(java.util.List<java.lang.Long> pixelsIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_prepare __cb)
Prepares the stateful service with a cache of loaded Pixels objects.Ice.AsyncResult
begin_prepare(java.util.List<java.lang.Long> pixelsIds, Callback_RawPixelsStore_prepare __cb)
Prepares the stateful service with a cache of loaded Pixels objects.Ice.AsyncResult
begin_save()
Save the current state of the pixels, updating the SHA1.Ice.AsyncResult
begin_save(Ice.Callback __cb)
Save the current state of the pixels, updating the SHA1.Ice.AsyncResult
begin_save(IceInternal.Functional_GenericCallback1<Pixels> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Save the current state of the pixels, updating the SHA1.Ice.AsyncResult
begin_save(IceInternal.Functional_GenericCallback1<Pixels> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Save the current state of the pixels, updating the SHA1.Ice.AsyncResult
begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx)
Save the current state of the pixels, updating the SHA1.Ice.AsyncResult
begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Save the current state of the pixels, updating the SHA1.Ice.AsyncResult
begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Pixels> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Save the current state of the pixels, updating the SHA1.Ice.AsyncResult
begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Pixels> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Save the current state of the pixels, updating the SHA1.Ice.AsyncResult
begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_save __cb)
Save the current state of the pixels, updating the SHA1.Ice.AsyncResult
begin_save(Callback_RawPixelsStore_save __cb)
Save the current state of the pixels, updating the SHA1.Ice.AsyncResult
begin_setPixelsId(long pixelsId, boolean bypassOriginalFile)
Initializes the stateful service for a given Pixels set.Ice.AsyncResult
begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, Ice.Callback __cb)
Initializes the stateful service for a given Pixels set.Ice.AsyncResult
begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Initializes the stateful service for a given Pixels set.Ice.AsyncResult
begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Initializes the stateful service for a given Pixels set.Ice.AsyncResult
begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, java.util.Map<java.lang.String,java.lang.String> __ctx)
Initializes the stateful service for a given Pixels set.Ice.AsyncResult
begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Initializes the stateful service for a given Pixels set.Ice.AsyncResult
begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, 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)
Initializes the stateful service for a given Pixels set.Ice.AsyncResult
begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, 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)
Initializes the stateful service for a given Pixels set.Ice.AsyncResult
begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setPixelsId __cb)
Initializes the stateful service for a given Pixels set.Ice.AsyncResult
begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, Callback_RawPixelsStore_setPixelsId __cb)
Initializes the stateful service for a given Pixels set.Ice.AsyncResult
begin_setPlane(byte[] buf, int z, int c, int t)
Sets a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_setPlane(byte[] buf, int z, int c, int t, Ice.Callback __cb)
Sets a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_setPlane(byte[] buf, int z, int c, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_setPlane(byte[] buf, int z, int c, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_setPlane(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_setPlane(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_setPlane(byte[] buf, int z, int c, int t, 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)
Sets a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_setPlane(byte[] buf, int z, int c, int t, 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)
Sets a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_setPlane(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setPlane __cb)
Sets a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_setPlane(byte[] buf, int z, int c, int t, Callback_RawPixelsStore_setPlane __cb)
Sets a particular 2D image plane in this pixel store.Ice.AsyncResult
begin_setRegion(int size, long offset, byte[] buf)
Sets a region in this pixel buffer.Ice.AsyncResult
begin_setRegion(int size, long offset, byte[] buf, Ice.Callback __cb)
Sets a region in this pixel buffer.Ice.AsyncResult
begin_setRegion(int size, long offset, byte[] buf, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets a region in this pixel buffer.Ice.AsyncResult
begin_setRegion(int size, long offset, byte[] buf, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets a region in this pixel buffer.Ice.AsyncResult
begin_setRegion(int size, long offset, byte[] buf, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets a region in this pixel buffer.Ice.AsyncResult
begin_setRegion(int size, long offset, byte[] buf, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets a region in this pixel buffer.Ice.AsyncResult
begin_setRegion(int size, long offset, byte[] buf, 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)
Sets a region in this pixel buffer.Ice.AsyncResult
begin_setRegion(int size, long offset, byte[] buf, 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)
Sets a region in this pixel buffer.Ice.AsyncResult
begin_setRegion(int size, long offset, byte[] buf, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setRegion __cb)
Sets a region in this pixel buffer.Ice.AsyncResult
begin_setRegion(int size, long offset, byte[] buf, Callback_RawPixelsStore_setRegion __cb)
Sets a region in this pixel buffer.Ice.AsyncResult
begin_setRow(byte[] buf, int y, int z, int c, int t)
Sets a particular row or scanline in this pixel store.Ice.AsyncResult
begin_setRow(byte[] buf, int y, int z, int c, int t, Ice.Callback __cb)
Sets a particular row or scanline in this pixel store.Ice.AsyncResult
begin_setRow(byte[] buf, int y, int z, int c, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets a particular row or scanline in this pixel store.Ice.AsyncResult
begin_setRow(byte[] buf, int y, int z, int c, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets a particular row or scanline in this pixel store.Ice.AsyncResult
begin_setRow(byte[] buf, int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets a particular row or scanline in this pixel store.Ice.AsyncResult
begin_setRow(byte[] buf, int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets a particular row or scanline in this pixel store.Ice.AsyncResult
begin_setRow(byte[] buf, int y, int z, int c, int t, 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)
Sets a particular row or scanline in this pixel store.Ice.AsyncResult
begin_setRow(byte[] buf, int y, int z, int c, int t, 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)
Sets a particular row or scanline in this pixel store.Ice.AsyncResult
begin_setRow(byte[] buf, int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setRow __cb)
Sets a particular row or scanline in this pixel store.Ice.AsyncResult
begin_setRow(byte[] buf, int y, int z, int c, int t, Callback_RawPixelsStore_setRow __cb)
Sets a particular row or scanline in this pixel store.Ice.AsyncResult
begin_setStack(byte[] buf, int z, int c, int t)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setStack(byte[] buf, int z, int c, int t, Ice.Callback __cb)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setStack(byte[] buf, int z, int c, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setStack(byte[] buf, int z, int c, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setStack(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setStack(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setStack(byte[] buf, int z, int c, int t, 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)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setStack(byte[] buf, int z, int c, int t, 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)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setStack(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setStack __cb)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setStack(byte[] buf, int z, int c, int t, Callback_RawPixelsStore_setStack __cb)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h)
Sets a tile in this pixel buffer.Ice.AsyncResult
begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, Ice.Callback __cb)
Sets a tile in this pixel buffer.Ice.AsyncResult
begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets a tile in this pixel buffer.Ice.AsyncResult
begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets a tile in this pixel buffer.Ice.AsyncResult
begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets a tile in this pixel buffer.Ice.AsyncResult
begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets a tile in this pixel buffer.Ice.AsyncResult
begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, 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)
Sets a tile in this pixel buffer.Ice.AsyncResult
begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, 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)
Sets a tile in this pixel buffer.Ice.AsyncResult
begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setTile __cb)
Sets a tile in this pixel buffer.Ice.AsyncResult
begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, Callback_RawPixelsStore_setTile __cb)
Sets a tile in this pixel buffer.Ice.AsyncResult
begin_setTimepoint(byte[] buf, int t)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setTimepoint(byte[] buf, int t, Ice.Callback __cb)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setTimepoint(byte[] buf, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setTimepoint(byte[] buf, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setTimepoint(byte[] buf, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setTimepoint(byte[] buf, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setTimepoint(byte[] buf, int t, 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)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setTimepoint(byte[] buf, int t, 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)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setTimepoint(byte[] buf, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setTimepoint __cb)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.Ice.AsyncResult
begin_setTimepoint(byte[] buf, int t, Callback_RawPixelsStore_setTimepoint __cb)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.byte[]
calculateMessageDigest()
Calculates a SHA-1 message digest for the entire pixel store.byte[]
calculateMessageDigest(java.util.Map<java.lang.String,java.lang.String> __ctx)
Calculates a SHA-1 message digest for the entire pixel store.byte[]
end_calculateMessageDigest(Ice.AsyncResult __result)
Calculates a SHA-1 message digest for the entire pixel store.java.util.Map<java.lang.Integer,double[]>
end_findMinMax(Ice.AsyncResult __result)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.int
end_getByteWidth(Ice.AsyncResult __result)
Returns the byte width for the pixel store.byte[]
end_getCol(Ice.AsyncResult __result)
Retrieves a particular column from this pixel store.java.util.Map<java.lang.Integer,int[]>
end_getHistogram(Ice.AsyncResult __result)
Retrieves the histogram data for the specified plane and channels.byte[]
end_getHypercube(Ice.AsyncResult __result)
Retrieves a n-dimensional block from this pixel store.long
end_getPixelsId(Ice.AsyncResult __result)
Returns the current Pixels set identifier.java.lang.String
end_getPixelsPath(Ice.AsyncResult __result)
Returns the current Pixels path.byte[]
end_getPlane(Ice.AsyncResult __result)
Retrieves a particular 2D image plane from this pixel store.long
end_getPlaneOffset(Ice.AsyncResult __result)
Retrieves the offset for a particular 2D image plane in this pixel store.byte[]
end_getPlaneRegion(Ice.AsyncResult __result)
Retrieves a region from a given plane from this pixel store.long
end_getPlaneSize(Ice.AsyncResult __result)
Retrieves the in memory size of a 2D image plane in this pixel store.byte[]
end_getRegion(Ice.AsyncResult __result)
Retrieves a region from this pixel store.byte[]
end_getRow(Ice.AsyncResult __result)
Retrieves a particular row or scanline from this pixel store.long
end_getRowOffset(Ice.AsyncResult __result)
Retrieves the offset for a particular row or scanline in this pixel store.int
end_getRowSize(Ice.AsyncResult __result)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.byte[]
end_getStack(Ice.AsyncResult __result)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.long
end_getStackOffset(Ice.AsyncResult __result)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.long
end_getStackSize(Ice.AsyncResult __result)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.byte[]
end_getTile(Ice.AsyncResult __result)
Retrieves a tile from this pixel buffer.byte[]
end_getTimepoint(Ice.AsyncResult __result)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.long
end_getTimepointOffset(Ice.AsyncResult __result)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.long
end_getTimepointSize(Ice.AsyncResult __result)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.long
end_getTotalSize(Ice.AsyncResult __result)
Retrieves the in memory size of the entire pixel store.boolean
end_isFloat(Ice.AsyncResult __result)
Returns whether or not the pixel buffer has floating point pixels.boolean
end_isSigned(Ice.AsyncResult __result)
Returns whether or not the pixel store has signed pixels.void
end_prepare(Ice.AsyncResult __result)
Prepares the stateful service with a cache of loaded Pixels objects.Pixels
end_save(Ice.AsyncResult __result)
Save the current state of the pixels, updating the SHA1.void
end_setPixelsId(Ice.AsyncResult __result)
Initializes the stateful service for a given Pixels set.void
end_setPlane(Ice.AsyncResult __result)
Sets a particular 2D image plane in this pixel store.void
end_setRegion(Ice.AsyncResult __result)
Sets a region in this pixel buffer.void
end_setRow(Ice.AsyncResult __result)
Sets a particular row or scanline in this pixel store.void
end_setStack(Ice.AsyncResult __result)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.void
end_setTile(Ice.AsyncResult __result)
Sets a tile in this pixel buffer.void
end_setTimepoint(Ice.AsyncResult __result)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.java.util.Map<java.lang.Integer,double[]>
findMinMax(int[] channels)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.java.util.Map<java.lang.Integer,double[]>
findMinMax(int[] channels, java.util.Map<java.lang.String,java.lang.String> __ctx)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane.int
getByteWidth()
Returns the byte width for the pixel store.int
getByteWidth(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the byte width for the pixel store.byte[]
getCol(int x, int z, int c, int t)
Retrieves a particular column from this pixel store.byte[]
getCol(int x, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a particular column from this pixel store.java.util.Map<java.lang.Integer,int[]>
getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane)
Retrieves the histogram data for the specified plane and channels.java.util.Map<java.lang.Integer,int[]>
getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the histogram data for the specified plane and channels.byte[]
getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step)
Retrieves a n-dimensional block from this pixel store.byte[]
getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a n-dimensional block from this pixel store.long
getPixelsId()
Returns the current Pixels set identifier.long
getPixelsId(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current Pixels set identifier.java.lang.String
getPixelsPath()
Returns the current Pixels path.java.lang.String
getPixelsPath(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current Pixels path.byte[]
getPlane(int z, int c, int t)
Retrieves a particular 2D image plane from this pixel store.byte[]
getPlane(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a particular 2D image plane from this pixel store.long
getPlaneOffset(int z, int c, int t)
Retrieves the offset for a particular 2D image plane in this pixel store.long
getPlaneOffset(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the offset for a particular 2D image plane in this pixel store.byte[]
getPlaneRegion(int z, int c, int t, int size, int offset)
Retrieves a region from a given plane from this pixel store.byte[]
getPlaneRegion(int z, int c, int t, int size, int offset, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a region from a given plane from this pixel store.long
getPlaneSize()
Retrieves the in memory size of a 2D image plane in this pixel store.long
getPlaneSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of a 2D image plane in this pixel store.byte[]
getRegion(int size, long offset)
Retrieves a region from this pixel store.byte[]
getRegion(int size, long offset, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a region from this pixel store.byte[]
getRow(int y, int z, int c, int t)
Retrieves a particular row or scanline from this pixel store.byte[]
getRow(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a particular row or scanline from this pixel store.long
getRowOffset(int y, int z, int c, int t)
Retrieves the offset for a particular row or scanline in this pixel store.long
getRowOffset(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the offset for a particular row or scanline in this pixel store.int
getRowSize()
Retrieves the in memory size of a row or scanline of pixels in this pixel store.int
getRowSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.byte[]
getStack(int c, int t)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.byte[]
getStack(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.long
getStackOffset(int c, int t)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.long
getStackOffset(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.long
getStackSize()
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.long
getStackSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.byte[]
getTile(int z, int c, int t, int x, int y, int w, int h)
Retrieves a tile from this pixel buffer.byte[]
getTile(int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a tile from this pixel buffer.byte[]
getTimepoint(int t)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.byte[]
getTimepoint(int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.long
getTimepointOffset(int t)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.long
getTimepointOffset(int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.long
getTimepointSize()
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.long
getTimepointSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.long
getTotalSize()
Retrieves the in memory size of the entire pixel store.long
getTotalSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of the entire pixel store.boolean
isFloat()
Returns whether or not the pixel buffer has floating point pixels.boolean
isFloat(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns whether or not the pixel buffer has floating point pixels.boolean
isSigned()
Returns whether or not the pixel store has signed pixels.boolean
isSigned(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns whether or not the pixel store has signed pixels.void
prepare(java.util.List<java.lang.Long> pixelsIds)
Prepares the stateful service with a cache of loaded Pixels objects.void
prepare(java.util.List<java.lang.Long> pixelsIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Prepares the stateful service with a cache of loaded Pixels objects.Pixels
save()
Save the current state of the pixels, updating the SHA1.Pixels
save(java.util.Map<java.lang.String,java.lang.String> __ctx)
Save the current state of the pixels, updating the SHA1.void
setPixelsId(long pixelsId, boolean bypassOriginalFile)
Initializes the stateful service for a given Pixels set.void
setPixelsId(long pixelsId, boolean bypassOriginalFile, java.util.Map<java.lang.String,java.lang.String> __ctx)
Initializes the stateful service for a given Pixels set.void
setPlane(byte[] buf, int z, int c, int t)
Sets a particular 2D image plane in this pixel store.void
setPlane(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets a particular 2D image plane in this pixel store.void
setRegion(int size, long offset, byte[] buf)
Sets a region in this pixel buffer.void
setRegion(int size, long offset, byte[] buf, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets a region in this pixel buffer.void
setRow(byte[] buf, int y, int z, int c, int t)
Sets a particular row or scanline in this pixel store.void
setRow(byte[] buf, int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets a particular row or scanline in this pixel store.void
setStack(byte[] buf, int z, int c, int t)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.void
setStack(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.void
setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h)
Sets a tile in this pixel buffer.void
setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets a tile in this pixel buffer.void
setTimepoint(byte[] buf, int t)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.void
setTimepoint(byte[] buf, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.-
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
-
Methods inherited from interface omero.api.PyramidServicePrx
begin_getResolutionDescriptions, begin_getResolutionDescriptions, begin_getResolutionDescriptions, begin_getResolutionDescriptions, begin_getResolutionDescriptions, begin_getResolutionDescriptions, begin_getResolutionDescriptions, begin_getResolutionDescriptions, begin_getResolutionDescriptions, begin_getResolutionDescriptions, begin_getResolutionLevel, begin_getResolutionLevel, begin_getResolutionLevel, begin_getResolutionLevel, begin_getResolutionLevel, begin_getResolutionLevel, begin_getResolutionLevel, begin_getResolutionLevel, begin_getResolutionLevel, begin_getResolutionLevel, begin_getResolutionLevels, begin_getResolutionLevels, begin_getResolutionLevels, begin_getResolutionLevels, begin_getResolutionLevels, begin_getResolutionLevels, begin_getResolutionLevels, begin_getResolutionLevels, begin_getResolutionLevels, begin_getResolutionLevels, begin_getTileSize, begin_getTileSize, begin_getTileSize, begin_getTileSize, begin_getTileSize, begin_getTileSize, begin_getTileSize, begin_getTileSize, begin_getTileSize, begin_getTileSize, begin_requiresPixelsPyramid, begin_requiresPixelsPyramid, begin_requiresPixelsPyramid, begin_requiresPixelsPyramid, begin_requiresPixelsPyramid, begin_requiresPixelsPyramid, begin_requiresPixelsPyramid, begin_requiresPixelsPyramid, begin_requiresPixelsPyramid, begin_requiresPixelsPyramid, begin_setResolutionLevel, begin_setResolutionLevel, begin_setResolutionLevel, begin_setResolutionLevel, begin_setResolutionLevel, begin_setResolutionLevel, begin_setResolutionLevel, begin_setResolutionLevel, begin_setResolutionLevel, begin_setResolutionLevel, end_getResolutionDescriptions, end_getResolutionLevel, end_getResolutionLevels, end_getTileSize, end_requiresPixelsPyramid, end_setResolutionLevel, getResolutionDescriptions, getResolutionDescriptions, getResolutionLevel, getResolutionLevel, getResolutionLevels, getResolutionLevels, getTileSize, getTileSize, requiresPixelsPyramid, requiresPixelsPyramid, setResolutionLevel, setResolutionLevel
-
Methods inherited from interface omero.api.StatefulServiceInterfacePrx
activate, activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_activate, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_close, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_getCurrentEventContext, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, begin_passivate, close, close, end_activate, end_close, end_getCurrentEventContext, end_passivate, getCurrentEventContext, getCurrentEventContext, passivate, passivate
-
-
-
-
Method Detail
-
setPixelsId
void setPixelsId(long pixelsId, boolean bypassOriginalFile) throws ServerError
Initializes the stateful service for a given Pixels set.- Parameters:
pixelsId
- Pixels set identifier.bypassOriginalFile
- Whether or not to bypass checking for an original file to back the pixel buffer used by this service. If requests are predominantlywrite-only
or involve the population of a brand new pixel buffer usingtrue
here is a safe optimization otherwisefalse
is expected. See Read-only caveat underRawPixelsStore
- Throws:
ServerError
-
setPixelsId
void setPixelsId(long pixelsId, boolean bypassOriginalFile, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Initializes the stateful service for a given Pixels set.- Parameters:
pixelsId
- Pixels set identifier.bypassOriginalFile
- Whether or not to bypass checking for an original file to back the pixel buffer used by this service. If requests are predominantlywrite-only
or involve the population of a brand new pixel buffer usingtrue
here is a safe optimization otherwisefalse
is expected. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setPixelsId
Ice.AsyncResult begin_setPixelsId(long pixelsId, boolean bypassOriginalFile)
Initializes the stateful service for a given Pixels set.- Parameters:
pixelsId
- Pixels set identifier.- Returns:
- The asynchronous result object.
-
begin_setPixelsId
Ice.AsyncResult begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, java.util.Map<java.lang.String,java.lang.String> __ctx)
Initializes the stateful service for a given Pixels set.- Parameters:
pixelsId
- Pixels set identifier.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setPixelsId
Ice.AsyncResult begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, Ice.Callback __cb)
Initializes the stateful service for a given Pixels set.- Parameters:
pixelsId
- Pixels set identifier.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setPixelsId
Ice.AsyncResult begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Initializes the stateful service for a given Pixels set.- Parameters:
pixelsId
- Pixels set identifier.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setPixelsId
Ice.AsyncResult begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, Callback_RawPixelsStore_setPixelsId __cb)
Initializes the stateful service for a given Pixels set.- Parameters:
pixelsId
- Pixels set identifier.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setPixelsId
Ice.AsyncResult begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setPixelsId __cb)
Initializes the stateful service for a given Pixels set.- Parameters:
pixelsId
- Pixels set identifier.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setPixelsId
Ice.AsyncResult begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Initializes the stateful service for a given Pixels set.- Parameters:
pixelsId
- Pixels set identifier.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setPixelsId
Ice.AsyncResult begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Initializes the stateful service for a given Pixels set.- Parameters:
pixelsId
- Pixels set identifier.__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_setPixelsId
Ice.AsyncResult begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, 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)
Initializes the stateful service for a given Pixels set.- Parameters:
pixelsId
- Pixels set identifier.__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_setPixelsId
Ice.AsyncResult begin_setPixelsId(long pixelsId, boolean bypassOriginalFile, 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)
Initializes the stateful service for a given Pixels set.- Parameters:
pixelsId
- Pixels set identifier.__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_setPixelsId
void end_setPixelsId(Ice.AsyncResult __result) throws ServerError
Initializes the stateful service for a given Pixels set.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getPixelsId
long getPixelsId() throws ServerError
Returns the current Pixels set identifier.- Returns:
- See above.
- Throws:
ServerError
-
getPixelsId
long getPixelsId(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns the current Pixels set identifier.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- See above.
- Throws:
ServerError
-
begin_getPixelsId
Ice.AsyncResult begin_getPixelsId()
Returns the current Pixels set identifier.- Returns:
- The asynchronous result object.
-
begin_getPixelsId
Ice.AsyncResult begin_getPixelsId(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current Pixels set identifier.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getPixelsId
Ice.AsyncResult begin_getPixelsId(Ice.Callback __cb)
Returns the current Pixels set identifier.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPixelsId
Ice.AsyncResult begin_getPixelsId(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the current Pixels set identifier.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPixelsId
Ice.AsyncResult begin_getPixelsId(Callback_RawPixelsStore_getPixelsId __cb)
Returns the current Pixels set identifier.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPixelsId
Ice.AsyncResult begin_getPixelsId(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getPixelsId __cb)
Returns the current Pixels set identifier.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPixelsId
Ice.AsyncResult begin_getPixelsId(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the current Pixels set identifier.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getPixelsId
Ice.AsyncResult begin_getPixelsId(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the current Pixels set identifier.- Parameters:
__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_getPixelsId
Ice.AsyncResult begin_getPixelsId(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the current Pixels set identifier.- Parameters:
__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_getPixelsId
Ice.AsyncResult begin_getPixelsId(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the current Pixels set identifier.- Parameters:
__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_getPixelsId
long end_getPixelsId(Ice.AsyncResult __result) throws ServerError
Returns the current Pixels set identifier.- Parameters:
__result
- The asynchronous result object.- Returns:
- See above.
- Throws:
ServerError
-
getPixelsPath
java.lang.String getPixelsPath() throws ServerError
Returns the current Pixels path.- Returns:
- See above.
- Throws:
ServerError
-
getPixelsPath
java.lang.String getPixelsPath(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns the current Pixels path.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- See above.
- Throws:
ServerError
-
begin_getPixelsPath
Ice.AsyncResult begin_getPixelsPath()
Returns the current Pixels path.- Returns:
- The asynchronous result object.
-
begin_getPixelsPath
Ice.AsyncResult begin_getPixelsPath(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the current Pixels path.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getPixelsPath
Ice.AsyncResult begin_getPixelsPath(Ice.Callback __cb)
Returns the current Pixels path.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPixelsPath
Ice.AsyncResult begin_getPixelsPath(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the current Pixels path.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPixelsPath
Ice.AsyncResult begin_getPixelsPath(Callback_RawPixelsStore_getPixelsPath __cb)
Returns the current Pixels path.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPixelsPath
Ice.AsyncResult begin_getPixelsPath(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getPixelsPath __cb)
Returns the current Pixels path.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPixelsPath
Ice.AsyncResult begin_getPixelsPath(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the current Pixels path.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getPixelsPath
Ice.AsyncResult begin_getPixelsPath(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the current Pixels path.- Parameters:
__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_getPixelsPath
Ice.AsyncResult begin_getPixelsPath(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the current Pixels path.- Parameters:
__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_getPixelsPath
Ice.AsyncResult begin_getPixelsPath(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the current Pixels path.- Parameters:
__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_getPixelsPath
java.lang.String end_getPixelsPath(Ice.AsyncResult __result) throws ServerError
Returns the current Pixels path.- Parameters:
__result
- The asynchronous result object.- Returns:
- See above.
- Throws:
ServerError
-
prepare
void prepare(java.util.List<java.lang.Long> pixelsIds) throws ServerError
Prepares the stateful service with a cache of loaded Pixels objects. This method is designed to combat query overhead, where many sets of Pixels are to be read from or written to, by loading all the Pixels sets at once. Multiple calls will result in the existing cache being overwritten.- Parameters:
pixelsIds
- Pixels IDs to cache.- Throws:
ServerError
-
prepare
void prepare(java.util.List<java.lang.Long> pixelsIds, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Prepares the stateful service with a cache of loaded Pixels objects. This method is designed to combat query overhead, where many sets of Pixels are to be read from or written to, by loading all the Pixels sets at once. Multiple calls will result in the existing cache being overwritten.- Parameters:
pixelsIds
- Pixels IDs to cache.__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_prepare
Ice.AsyncResult begin_prepare(java.util.List<java.lang.Long> pixelsIds)
Prepares the stateful service with a cache of loaded Pixels objects. This method is designed to combat query overhead, where many sets of Pixels are to be read from or written to, by loading all the Pixels sets at once. Multiple calls will result in the existing cache being overwritten.- Parameters:
pixelsIds
- Pixels IDs to cache.- Returns:
- The asynchronous result object.
-
begin_prepare
Ice.AsyncResult begin_prepare(java.util.List<java.lang.Long> pixelsIds, java.util.Map<java.lang.String,java.lang.String> __ctx)
Prepares the stateful service with a cache of loaded Pixels objects. This method is designed to combat query overhead, where many sets of Pixels are to be read from or written to, by loading all the Pixels sets at once. Multiple calls will result in the existing cache being overwritten.- Parameters:
pixelsIds
- Pixels IDs to cache.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_prepare
Ice.AsyncResult begin_prepare(java.util.List<java.lang.Long> pixelsIds, Ice.Callback __cb)
Prepares the stateful service with a cache of loaded Pixels objects. This method is designed to combat query overhead, where many sets of Pixels are to be read from or written to, by loading all the Pixels sets at once. Multiple calls will result in the existing cache being overwritten.- Parameters:
pixelsIds
- Pixels IDs to cache.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_prepare
Ice.AsyncResult begin_prepare(java.util.List<java.lang.Long> pixelsIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Prepares the stateful service with a cache of loaded Pixels objects. This method is designed to combat query overhead, where many sets of Pixels are to be read from or written to, by loading all the Pixels sets at once. Multiple calls will result in the existing cache being overwritten.- Parameters:
pixelsIds
- Pixels IDs to cache.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_prepare
Ice.AsyncResult begin_prepare(java.util.List<java.lang.Long> pixelsIds, Callback_RawPixelsStore_prepare __cb)
Prepares the stateful service with a cache of loaded Pixels objects. This method is designed to combat query overhead, where many sets of Pixels are to be read from or written to, by loading all the Pixels sets at once. Multiple calls will result in the existing cache being overwritten.- Parameters:
pixelsIds
- Pixels IDs to cache.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_prepare
Ice.AsyncResult begin_prepare(java.util.List<java.lang.Long> pixelsIds, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_prepare __cb)
Prepares the stateful service with a cache of loaded Pixels objects. This method is designed to combat query overhead, where many sets of Pixels are to be read from or written to, by loading all the Pixels sets at once. Multiple calls will result in the existing cache being overwritten.- Parameters:
pixelsIds
- Pixels IDs to cache.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_prepare
Ice.AsyncResult begin_prepare(java.util.List<java.lang.Long> pixelsIds, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Prepares the stateful service with a cache of loaded Pixels objects. This method is designed to combat query overhead, where many sets of Pixels are to be read from or written to, by loading all the Pixels sets at once. Multiple calls will result in the existing cache being overwritten.- Parameters:
pixelsIds
- Pixels IDs to cache.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_prepare
Ice.AsyncResult begin_prepare(java.util.List<java.lang.Long> pixelsIds, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Prepares the stateful service with a cache of loaded Pixels objects. This method is designed to combat query overhead, where many sets of Pixels are to be read from or written to, by loading all the Pixels sets at once. Multiple calls will result in the existing cache being overwritten.- Parameters:
pixelsIds
- Pixels IDs to cache.__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_prepare
Ice.AsyncResult begin_prepare(java.util.List<java.lang.Long> pixelsIds, 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)
Prepares the stateful service with a cache of loaded Pixels objects. This method is designed to combat query overhead, where many sets of Pixels are to be read from or written to, by loading all the Pixels sets at once. Multiple calls will result in the existing cache being overwritten.- Parameters:
pixelsIds
- Pixels IDs to cache.__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_prepare
Ice.AsyncResult begin_prepare(java.util.List<java.lang.Long> pixelsIds, 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)
Prepares the stateful service with a cache of loaded Pixels objects. This method is designed to combat query overhead, where many sets of Pixels are to be read from or written to, by loading all the Pixels sets at once. Multiple calls will result in the existing cache being overwritten.- Parameters:
pixelsIds
- Pixels IDs to cache.__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_prepare
void end_prepare(Ice.AsyncResult __result) throws ServerError
Prepares the stateful service with a cache of loaded Pixels objects. This method is designed to combat query overhead, where many sets of Pixels are to be read from or written to, by loading all the Pixels sets at once. Multiple calls will result in the existing cache being overwritten.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getPlaneSize
long getPlaneSize() throws ServerError
Retrieves the in memory size of a 2D image plane in this pixel store.- Returns:
- 2D image plane size in bytes
sizeX*sizeY*byteWidth
. - Throws:
ServerError
-
getPlaneSize
long getPlaneSize(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves the in memory size of a 2D image plane in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- 2D image plane size in bytes
sizeX*sizeY*byteWidth
. - Throws:
ServerError
-
begin_getPlaneSize
Ice.AsyncResult begin_getPlaneSize()
Retrieves the in memory size of a 2D image plane in this pixel store.- Returns:
- The asynchronous result object.
-
begin_getPlaneSize
Ice.AsyncResult begin_getPlaneSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of a 2D image plane in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getPlaneSize
Ice.AsyncResult begin_getPlaneSize(Ice.Callback __cb)
Retrieves the in memory size of a 2D image plane in this pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlaneSize
Ice.AsyncResult begin_getPlaneSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the in memory size of a 2D image plane in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlaneSize
Ice.AsyncResult begin_getPlaneSize(Callback_RawPixelsStore_getPlaneSize __cb)
Retrieves the in memory size of a 2D image plane in this pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlaneSize
Ice.AsyncResult begin_getPlaneSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getPlaneSize __cb)
Retrieves the in memory size of a 2D image plane in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlaneSize
Ice.AsyncResult begin_getPlaneSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of a 2D image plane in this pixel store.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getPlaneSize
Ice.AsyncResult begin_getPlaneSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of a 2D image plane in this pixel store.- Parameters:
__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_getPlaneSize
Ice.AsyncResult begin_getPlaneSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of a 2D image plane in this pixel store.- Parameters:
__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_getPlaneSize
Ice.AsyncResult begin_getPlaneSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of a 2D image plane in this pixel store.- Parameters:
__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_getPlaneSize
long end_getPlaneSize(Ice.AsyncResult __result) throws ServerError
Retrieves the in memory size of a 2D image plane in this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- 2D image plane size in bytes
sizeX*sizeY*byteWidth
. - Throws:
ServerError
-
getRowSize
int getRowSize() throws ServerError
Retrieves the in memory size of a row or scanline of pixels in this pixel store.- Returns:
- row or scanline size in bytes
sizeX*byteWidth
- Throws:
ServerError
-
getRowSize
int getRowSize(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves the in memory size of a row or scanline of pixels in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- row or scanline size in bytes
sizeX*byteWidth
- Throws:
ServerError
-
begin_getRowSize
Ice.AsyncResult begin_getRowSize()
Retrieves the in memory size of a row or scanline of pixels in this pixel store.- Returns:
- The asynchronous result object.
-
begin_getRowSize
Ice.AsyncResult begin_getRowSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getRowSize
Ice.AsyncResult begin_getRowSize(Ice.Callback __cb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRowSize
Ice.AsyncResult begin_getRowSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRowSize
Ice.AsyncResult begin_getRowSize(Callback_RawPixelsStore_getRowSize __cb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRowSize
Ice.AsyncResult begin_getRowSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getRowSize __cb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRowSize
Ice.AsyncResult begin_getRowSize(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getRowSize
Ice.AsyncResult begin_getRowSize(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.- Parameters:
__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_getRowSize
Ice.AsyncResult begin_getRowSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.- Parameters:
__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_getRowSize
Ice.AsyncResult begin_getRowSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of a row or scanline of pixels in this pixel store.- Parameters:
__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_getRowSize
int end_getRowSize(Ice.AsyncResult __result) throws ServerError
Retrieves the in memory size of a row or scanline of pixels in this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- row or scanline size in bytes
sizeX*byteWidth
- Throws:
ServerError
-
getStackSize
long getStackSize() throws ServerError
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Returns:
- stack size in bytes
sizeX*sizeY*byteWidth
. - Throws:
ServerError
-
getStackSize
long getStackSize(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- stack size in bytes
sizeX*sizeY*byteWidth
. - Throws:
ServerError
-
begin_getStackSize
Ice.AsyncResult begin_getStackSize()
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Returns:
- The asynchronous result object.
-
begin_getStackSize
Ice.AsyncResult begin_getStackSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getStackSize
Ice.AsyncResult begin_getStackSize(Ice.Callback __cb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStackSize
Ice.AsyncResult begin_getStackSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStackSize
Ice.AsyncResult begin_getStackSize(Callback_RawPixelsStore_getStackSize __cb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStackSize
Ice.AsyncResult begin_getStackSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getStackSize __cb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStackSize
Ice.AsyncResult begin_getStackSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getStackSize
Ice.AsyncResult begin_getStackSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__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_getStackSize
Ice.AsyncResult begin_getStackSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__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_getStackSize
Ice.AsyncResult begin_getStackSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__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_getStackSize
long end_getStackSize(Ice.AsyncResult __result) throws ServerError
Retrieves the in memory size of the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- stack size in bytes
sizeX*sizeY*byteWidth
. - Throws:
ServerError
-
getTimepointSize
long getTimepointSize() throws ServerError
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Returns:
- timepoint size in bytes
sizeX*sizeY*sizeZ*sizeC*byteWidth
. - Throws:
ServerError
-
getTimepointSize
long getTimepointSize(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- timepoint size in bytes
sizeX*sizeY*sizeZ*sizeC*byteWidth
. - Throws:
ServerError
-
begin_getTimepointSize
Ice.AsyncResult begin_getTimepointSize()
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Returns:
- The asynchronous result object.
-
begin_getTimepointSize
Ice.AsyncResult begin_getTimepointSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getTimepointSize
Ice.AsyncResult begin_getTimepointSize(Ice.Callback __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTimepointSize
Ice.AsyncResult begin_getTimepointSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTimepointSize
Ice.AsyncResult begin_getTimepointSize(Callback_RawPixelsStore_getTimepointSize __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTimepointSize
Ice.AsyncResult begin_getTimepointSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getTimepointSize __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTimepointSize
Ice.AsyncResult begin_getTimepointSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getTimepointSize
Ice.AsyncResult begin_getTimepointSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__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_getTimepointSize
Ice.AsyncResult begin_getTimepointSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__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_getTimepointSize
Ice.AsyncResult begin_getTimepointSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__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_getTimepointSize
long end_getTimepointSize(Ice.AsyncResult __result) throws ServerError
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- timepoint size in bytes
sizeX*sizeY*sizeZ*sizeC*byteWidth
. - Throws:
ServerError
-
getTotalSize
long getTotalSize() throws ServerError
Retrieves the in memory size of the entire pixel store.- Returns:
- total size of the pixel size in bytes
sizeX*sizeY*sizeZ*sizeC*sizeT*byteWidth
. - Throws:
ServerError
-
getTotalSize
long getTotalSize(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves the in memory size of the entire pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- total size of the pixel size in bytes
sizeX*sizeY*sizeZ*sizeC*sizeT*byteWidth
. - Throws:
ServerError
-
begin_getTotalSize
Ice.AsyncResult begin_getTotalSize()
Retrieves the in memory size of the entire pixel store.- Returns:
- The asynchronous result object.
-
begin_getTotalSize
Ice.AsyncResult begin_getTotalSize(java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of the entire pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getTotalSize
Ice.AsyncResult begin_getTotalSize(Ice.Callback __cb)
Retrieves the in memory size of the entire pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTotalSize
Ice.AsyncResult begin_getTotalSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the in memory size of the entire pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTotalSize
Ice.AsyncResult begin_getTotalSize(Callback_RawPixelsStore_getTotalSize __cb)
Retrieves the in memory size of the entire pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTotalSize
Ice.AsyncResult begin_getTotalSize(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getTotalSize __cb)
Retrieves the in memory size of the entire pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTotalSize
Ice.AsyncResult begin_getTotalSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire pixel store.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getTotalSize
Ice.AsyncResult begin_getTotalSize(IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire pixel store.- Parameters:
__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_getTotalSize
Ice.AsyncResult begin_getTotalSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire pixel store.- Parameters:
__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_getTotalSize
Ice.AsyncResult begin_getTotalSize(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire pixel store.- Parameters:
__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_getTotalSize
long end_getTotalSize(Ice.AsyncResult __result) throws ServerError
Retrieves the in memory size of the entire pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- total size of the pixel size in bytes
sizeX*sizeY*sizeZ*sizeC*sizeT*byteWidth
. - Throws:
ServerError
-
getRowOffset
long getRowOffset(int y, int z, int c, int t) throws ServerError
Retrieves the offset for a particular row or scanline in this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel buffer.z
- offset across the Z-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.- Returns:
- offset of the row or scanline.
- Throws:
ServerError
-
getRowOffset
long getRowOffset(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves the offset for a particular row or scanline in this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel buffer.z
- offset across the Z-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.- Returns:
- offset of the row or scanline.
- Throws:
ServerError
-
begin_getRowOffset
Ice.AsyncResult begin_getRowOffset(int y, int z, int c, int t)
Retrieves the offset for a particular row or scanline in this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.- Returns:
- The asynchronous result object.
-
begin_getRowOffset
Ice.AsyncResult begin_getRowOffset(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the offset for a particular row or scanline in this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getRowOffset
Ice.AsyncResult begin_getRowOffset(int y, int z, int c, int t, Ice.Callback __cb)
Retrieves the offset for a particular row or scanline in this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRowOffset
Ice.AsyncResult begin_getRowOffset(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the offset for a particular row or scanline in this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRowOffset
Ice.AsyncResult begin_getRowOffset(int y, int z, int c, int t, Callback_RawPixelsStore_getRowOffset __cb)
Retrieves the offset for a particular row or scanline in this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRowOffset
Ice.AsyncResult begin_getRowOffset(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getRowOffset __cb)
Retrieves the offset for a particular row or scanline in this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRowOffset
Ice.AsyncResult begin_getRowOffset(int y, int z, int c, int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the offset for a particular row or scanline in this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getRowOffset
Ice.AsyncResult begin_getRowOffset(int y, int z, int c, int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the offset for a particular row or scanline in this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.__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_getRowOffset
Ice.AsyncResult begin_getRowOffset(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the offset for a particular row or scanline in this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.__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_getRowOffset
Ice.AsyncResult begin_getRowOffset(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the offset for a particular row or scanline in this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.__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_getRowOffset
long end_getRowOffset(Ice.AsyncResult __result) throws ServerError
Retrieves the offset for a particular row or scanline in this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- offset of the row or scanline.
- Throws:
ServerError
-
getPlaneOffset
long getPlaneOffset(int z, int c, int t) throws ServerError
Retrieves the offset for a particular 2D image plane in this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.- Returns:
- offset of the 2D image plane.
- Throws:
ServerError
-
getPlaneOffset
long getPlaneOffset(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves the offset for a particular 2D image plane in this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.- Returns:
- offset of the 2D image plane.
- Throws:
ServerError
-
begin_getPlaneOffset
Ice.AsyncResult begin_getPlaneOffset(int z, int c, int t)
Retrieves the offset for a particular 2D image plane in this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.- Returns:
- The asynchronous result object.
-
begin_getPlaneOffset
Ice.AsyncResult begin_getPlaneOffset(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the offset for a particular 2D image plane in this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getPlaneOffset
Ice.AsyncResult begin_getPlaneOffset(int z, int c, int t, Ice.Callback __cb)
Retrieves the offset for a particular 2D image plane in this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlaneOffset
Ice.AsyncResult begin_getPlaneOffset(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the offset for a particular 2D image plane in this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlaneOffset
Ice.AsyncResult begin_getPlaneOffset(int z, int c, int t, Callback_RawPixelsStore_getPlaneOffset __cb)
Retrieves the offset for a particular 2D image plane in this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlaneOffset
Ice.AsyncResult begin_getPlaneOffset(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getPlaneOffset __cb)
Retrieves the offset for a particular 2D image plane in this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlaneOffset
Ice.AsyncResult begin_getPlaneOffset(int z, int c, int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the offset for a particular 2D image plane in this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getPlaneOffset
Ice.AsyncResult begin_getPlaneOffset(int z, int c, int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the offset for a particular 2D image plane in this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.__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_getPlaneOffset
Ice.AsyncResult begin_getPlaneOffset(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the offset for a particular 2D image plane in this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.__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_getPlaneOffset
Ice.AsyncResult begin_getPlaneOffset(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the offset for a particular 2D image plane in this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.__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_getPlaneOffset
long end_getPlaneOffset(Ice.AsyncResult __result) throws ServerError
Retrieves the offset for a particular 2D image plane in this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- offset of the 2D image plane.
- Throws:
ServerError
-
getStackOffset
long getStackOffset(int c, int t) throws ServerError
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.- Returns:
- offset of the stack.
- Throws:
ServerError
-
getStackOffset
long getStackOffset(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.- Returns:
- offset of the stack.
- Throws:
ServerError
-
begin_getStackOffset
Ice.AsyncResult begin_getStackOffset(int c, int t)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel buffer.- Returns:
- The asynchronous result object.
-
begin_getStackOffset
Ice.AsyncResult begin_getStackOffset(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getStackOffset
Ice.AsyncResult begin_getStackOffset(int c, int t, Ice.Callback __cb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel buffer.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStackOffset
Ice.AsyncResult begin_getStackOffset(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStackOffset
Ice.AsyncResult begin_getStackOffset(int c, int t, Callback_RawPixelsStore_getStackOffset __cb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel buffer.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStackOffset
Ice.AsyncResult begin_getStackOffset(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getStackOffset __cb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStackOffset
Ice.AsyncResult begin_getStackOffset(int c, int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel buffer.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getStackOffset
Ice.AsyncResult begin_getStackOffset(int c, int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel buffer.__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_getStackOffset
Ice.AsyncResult begin_getStackOffset(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel buffer.__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_getStackOffset
Ice.AsyncResult begin_getStackOffset(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel buffer.__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_getStackOffset
long end_getStackOffset(Ice.AsyncResult __result) throws ServerError
Retrieves the offset for the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- offset of the stack.
- Throws:
ServerError
-
getTimepointOffset
long getTimepointOffset(int t) throws ServerError
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel buffer.- Returns:
- offset of the timepoint.
- Throws:
ServerError
-
getTimepointOffset
long getTimepointOffset(int t, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.- Returns:
- offset of the timepoint.
- Throws:
ServerError
-
begin_getTimepointOffset
Ice.AsyncResult begin_getTimepointOffset(int t)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel buffer.- Returns:
- The asynchronous result object.
-
begin_getTimepointOffset
Ice.AsyncResult begin_getTimepointOffset(int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getTimepointOffset
Ice.AsyncResult begin_getTimepointOffset(int t, Ice.Callback __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel buffer.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTimepointOffset
Ice.AsyncResult begin_getTimepointOffset(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTimepointOffset
Ice.AsyncResult begin_getTimepointOffset(int t, Callback_RawPixelsStore_getTimepointOffset __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel buffer.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTimepointOffset
Ice.AsyncResult begin_getTimepointOffset(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getTimepointOffset __cb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel buffer.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTimepointOffset
Ice.AsyncResult begin_getTimepointOffset(int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel buffer.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getTimepointOffset
Ice.AsyncResult begin_getTimepointOffset(int t, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel buffer.__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_getTimepointOffset
Ice.AsyncResult begin_getTimepointOffset(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel buffer.__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_getTimepointOffset
Ice.AsyncResult begin_getTimepointOffset(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel buffer.__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_getTimepointOffset
long end_getTimepointOffset(Ice.AsyncResult __result) throws ServerError
Retrieves the in memory size of the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- offset of the timepoint.
- Throws:
ServerError
-
getTile
byte[] getTile(int z, int c, int t, int x, int y, int w, int h) throws ServerError
Retrieves a tile from this pixel buffer.- Parameters:
z
- offset across the Z-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.x
- Top left corner of the tile, X offset.y
- Top left corner of the tile, Y offset.w
- Width of the tile.h
- Height of the tile.- Returns:
- buffer containing the data.
- Throws:
ServerError
-
getTile
byte[] getTile(int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves a tile from this pixel buffer.- Parameters:
z
- offset across the Z-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.x
- Top left corner of the tile, X offset.y
- Top left corner of the tile, Y offset.w
- Width of the tile.h
- Height of the tile.__ctx
- The Context map to send with the invocation.- Returns:
- buffer containing the data.
- Throws:
ServerError
-
begin_getTile
Ice.AsyncResult begin_getTile(int z, int c, int t, int x, int y, int w, int h)
Retrieves a tile from this pixel buffer.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.y
- Top left corner of the tile, Y offset.h
- Height of the tile.- Returns:
- The asynchronous result object.
-
begin_getTile
Ice.AsyncResult begin_getTile(int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a tile from this pixel buffer.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.y
- Top left corner of the tile, Y offset.h
- Height of the tile.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getTile
Ice.AsyncResult begin_getTile(int z, int c, int t, int x, int y, int w, int h, Ice.Callback __cb)
Retrieves a tile from this pixel buffer.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.y
- Top left corner of the tile, Y offset.h
- Height of the tile.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTile
Ice.AsyncResult begin_getTile(int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a tile from this pixel buffer.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.y
- Top left corner of the tile, Y offset.h
- Height of the tile.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTile
Ice.AsyncResult begin_getTile(int z, int c, int t, int x, int y, int w, int h, Callback_RawPixelsStore_getTile __cb)
Retrieves a tile from this pixel buffer.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.y
- Top left corner of the tile, Y offset.h
- Height of the tile.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTile
Ice.AsyncResult begin_getTile(int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getTile __cb)
Retrieves a tile from this pixel buffer.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.y
- Top left corner of the tile, Y offset.h
- Height of the tile.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTile
Ice.AsyncResult begin_getTile(int z, int c, int t, int x, int y, int w, int h, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a tile from this pixel buffer.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.y
- Top left corner of the tile, Y offset.h
- Height of the tile.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getTile
Ice.AsyncResult begin_getTile(int z, int c, int t, int x, int y, int w, int h, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a tile from this pixel buffer.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.y
- Top left corner of the tile, Y offset.h
- Height of the tile.__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_getTile
Ice.AsyncResult begin_getTile(int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a tile from this pixel buffer.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.y
- Top left corner of the tile, Y offset.h
- Height of the tile.__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_getTile
Ice.AsyncResult begin_getTile(int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a tile from this pixel buffer.- Parameters:
z
- offset across the Z-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.y
- Top left corner of the tile, Y offset.h
- Height of the tile.__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_getTile
byte[] end_getTile(Ice.AsyncResult __result) throws ServerError
Retrieves a tile from this pixel buffer.- Parameters:
__result
- The asynchronous result object.- Returns:
- buffer containing the data.
- Throws:
ServerError
-
getHypercube
byte[] getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step) throws ServerError
Retrieves a n-dimensional block from this pixel store.- Parameters:
offset
- offset for each dimension within pixel store.size
- of each dimension (dependent on dimension).step
- needed of each dimension (dependent on dimension).- Returns:
- buffer containing the data.
- Throws:
ServerError
-
getHypercube
byte[] getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves a n-dimensional block from this pixel store.- Parameters:
offset
- offset for each dimension within pixel store.size
- of each dimension (dependent on dimension).step
- needed of each dimension (dependent on dimension).__ctx
- The Context map to send with the invocation.- Returns:
- buffer containing the data.
- Throws:
ServerError
-
begin_getHypercube
Ice.AsyncResult begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step)
Retrieves a n-dimensional block from this pixel store.- Parameters:
offset
- offset for each dimension within pixel store.step
- needed of each dimension (dependent on dimension).- Returns:
- The asynchronous result object.
-
begin_getHypercube
Ice.AsyncResult begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a n-dimensional block from this pixel store.- Parameters:
offset
- offset for each dimension within pixel store.step
- needed of each dimension (dependent on dimension).__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getHypercube
Ice.AsyncResult begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, Ice.Callback __cb)
Retrieves a n-dimensional block from this pixel store.- Parameters:
offset
- offset for each dimension within pixel store.step
- needed of each dimension (dependent on dimension).__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getHypercube
Ice.AsyncResult begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a n-dimensional block from this pixel store.- Parameters:
offset
- offset for each dimension within pixel store.step
- needed of each dimension (dependent on dimension).__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getHypercube
Ice.AsyncResult begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, Callback_RawPixelsStore_getHypercube __cb)
Retrieves a n-dimensional block from this pixel store.- Parameters:
offset
- offset for each dimension within pixel store.step
- needed of each dimension (dependent on dimension).__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getHypercube
Ice.AsyncResult begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getHypercube __cb)
Retrieves a n-dimensional block from this pixel store.- Parameters:
offset
- offset for each dimension within pixel store.step
- needed of each dimension (dependent on dimension).__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getHypercube
Ice.AsyncResult begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a n-dimensional block from this pixel store.- Parameters:
offset
- offset for each dimension within pixel store.step
- needed of each dimension (dependent on dimension).__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getHypercube
Ice.AsyncResult begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a n-dimensional block from this pixel store.- Parameters:
offset
- offset for each dimension within pixel store.step
- needed of each dimension (dependent on dimension).__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_getHypercube
Ice.AsyncResult begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a n-dimensional block from this pixel store.- Parameters:
offset
- offset for each dimension within pixel store.step
- needed of each dimension (dependent on dimension).__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_getHypercube
Ice.AsyncResult begin_getHypercube(java.util.List<java.lang.Integer> offset, java.util.List<java.lang.Integer> size, java.util.List<java.lang.Integer> step, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a n-dimensional block from this pixel store.- Parameters:
offset
- offset for each dimension within pixel store.step
- needed of each dimension (dependent on dimension).__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_getHypercube
byte[] end_getHypercube(Ice.AsyncResult __result) throws ServerError
Retrieves a n-dimensional block from this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- buffer containing the data.
- Throws:
ServerError
-
getRegion
byte[] getRegion(int size, long offset) throws ServerError
Retrieves a region from this pixel store.- Parameters:
size
- byte width of the region to retrieve.offset
- offset within the pixel store.- Returns:
- buffer containing the data.
- Throws:
ServerError
-
getRegion
byte[] getRegion(int size, long offset, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves a region from this pixel store.- Parameters:
size
- byte width of the region to retrieve.offset
- offset within the pixel store.__ctx
- The Context map to send with the invocation.- Returns:
- buffer containing the data.
- Throws:
ServerError
-
begin_getRegion
Ice.AsyncResult begin_getRegion(int size, long offset)
Retrieves a region from this pixel store.- Parameters:
size
- byte width of the region to retrieve.- Returns:
- The asynchronous result object.
-
begin_getRegion
Ice.AsyncResult begin_getRegion(int size, long offset, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a region from this pixel store.- Parameters:
size
- byte width of the region to retrieve.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getRegion
Ice.AsyncResult begin_getRegion(int size, long offset, Ice.Callback __cb)
Retrieves a region from this pixel store.- Parameters:
size
- byte width of the region to retrieve.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRegion
Ice.AsyncResult begin_getRegion(int size, long offset, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a region from this pixel store.- Parameters:
size
- byte width of the region to retrieve.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRegion
Ice.AsyncResult begin_getRegion(int size, long offset, Callback_RawPixelsStore_getRegion __cb)
Retrieves a region from this pixel store.- Parameters:
size
- byte width of the region to retrieve.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRegion
Ice.AsyncResult begin_getRegion(int size, long offset, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getRegion __cb)
Retrieves a region from this pixel store.- Parameters:
size
- byte width of the region to retrieve.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRegion
Ice.AsyncResult begin_getRegion(int size, long offset, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a region from this pixel store.- Parameters:
size
- byte width of the region to retrieve.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getRegion
Ice.AsyncResult begin_getRegion(int size, long offset, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a region from this pixel store.- Parameters:
size
- byte width of the region to retrieve.__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_getRegion
Ice.AsyncResult begin_getRegion(int size, long offset, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a region from this pixel store.- Parameters:
size
- byte width of the region to retrieve.__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_getRegion
Ice.AsyncResult begin_getRegion(int size, long offset, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a region from this pixel store.- Parameters:
size
- byte width of the region to retrieve.__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_getRegion
byte[] end_getRegion(Ice.AsyncResult __result) throws ServerError
Retrieves a region from this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- buffer containing the data.
- Throws:
ServerError
-
getRow
byte[] getRow(int y, int z, int c, int t) throws ServerError
Retrieves a particular row or scanline from this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel store.z
- offset across the Z-axis of the pixel store.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store.- Returns:
- buffer containing the data which comprises this row or scanline.
- Throws:
ServerError
-
getRow
byte[] getRow(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves a particular row or scanline from this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel store.z
- offset across the Z-axis of the pixel store.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store.__ctx
- The Context map to send with the invocation.- Returns:
- buffer containing the data which comprises this row or scanline.
- Throws:
ServerError
-
begin_getRow
Ice.AsyncResult begin_getRow(int y, int z, int c, int t)
Retrieves a particular row or scanline from this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel store.c
- offset across the C-axis of the pixel store.- Returns:
- The asynchronous result object.
-
begin_getRow
Ice.AsyncResult begin_getRow(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a particular row or scanline from this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel store.c
- offset across the C-axis of the pixel store.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getRow
Ice.AsyncResult begin_getRow(int y, int z, int c, int t, Ice.Callback __cb)
Retrieves a particular row or scanline from this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel store.c
- offset across the C-axis of the pixel store.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRow
Ice.AsyncResult begin_getRow(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a particular row or scanline from this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel store.c
- offset across the C-axis of the pixel store.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRow
Ice.AsyncResult begin_getRow(int y, int z, int c, int t, Callback_RawPixelsStore_getRow __cb)
Retrieves a particular row or scanline from this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel store.c
- offset across the C-axis of the pixel store.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRow
Ice.AsyncResult begin_getRow(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getRow __cb)
Retrieves a particular row or scanline from this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel store.c
- offset across the C-axis of the pixel store.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getRow
Ice.AsyncResult begin_getRow(int y, int z, int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a particular row or scanline from this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel store.c
- offset across the C-axis of the pixel store.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getRow
Ice.AsyncResult begin_getRow(int y, int z, int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a particular row or scanline from this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel store.c
- offset across the C-axis of the pixel store.__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_getRow
Ice.AsyncResult begin_getRow(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a particular row or scanline from this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel store.c
- offset across the C-axis of the pixel store.__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_getRow
Ice.AsyncResult begin_getRow(int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a particular row or scanline from this pixel store.- Parameters:
y
- offset across the Y-axis of the pixel store.c
- offset across the C-axis of the pixel store.__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_getRow
byte[] end_getRow(Ice.AsyncResult __result) throws ServerError
Retrieves a particular row or scanline from this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- buffer containing the data which comprises this row or scanline.
- Throws:
ServerError
-
getCol
byte[] getCol(int x, int z, int c, int t) throws ServerError
Retrieves a particular column from this pixel store.- Parameters:
x
- offset across the X-axis of the pixel store.z
- offset across the Z-axis of the pixel store.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store.- Returns:
- buffer containing the data which comprises this column.
- Throws:
ServerError
-
getCol
byte[] getCol(int x, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves a particular column from this pixel store.- Parameters:
x
- offset across the X-axis of the pixel store.z
- offset across the Z-axis of the pixel store.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store.__ctx
- The Context map to send with the invocation.- Returns:
- buffer containing the data which comprises this column.
- Throws:
ServerError
-
begin_getCol
Ice.AsyncResult begin_getCol(int x, int z, int c, int t)
Retrieves a particular column from this pixel store.- Parameters:
x
- offset across the X-axis of the pixel store.c
- offset across the C-axis of the pixel store.- Returns:
- The asynchronous result object.
-
begin_getCol
Ice.AsyncResult begin_getCol(int x, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a particular column from this pixel store.- Parameters:
x
- offset across the X-axis of the pixel store.c
- offset across the C-axis of the pixel store.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getCol
Ice.AsyncResult begin_getCol(int x, int z, int c, int t, Ice.Callback __cb)
Retrieves a particular column from this pixel store.- Parameters:
x
- offset across the X-axis of the pixel store.c
- offset across the C-axis of the pixel store.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getCol
Ice.AsyncResult begin_getCol(int x, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a particular column from this pixel store.- Parameters:
x
- offset across the X-axis of the pixel store.c
- offset across the C-axis of the pixel store.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getCol
Ice.AsyncResult begin_getCol(int x, int z, int c, int t, Callback_RawPixelsStore_getCol __cb)
Retrieves a particular column from this pixel store.- Parameters:
x
- offset across the X-axis of the pixel store.c
- offset across the C-axis of the pixel store.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getCol
Ice.AsyncResult begin_getCol(int x, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getCol __cb)
Retrieves a particular column from this pixel store.- Parameters:
x
- offset across the X-axis of the pixel store.c
- offset across the C-axis of the pixel store.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getCol
Ice.AsyncResult begin_getCol(int x, int z, int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a particular column from this pixel store.- Parameters:
x
- offset across the X-axis of the pixel store.c
- offset across the C-axis of the pixel store.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getCol
Ice.AsyncResult begin_getCol(int x, int z, int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a particular column from this pixel store.- Parameters:
x
- offset across the X-axis of the pixel store.c
- offset across the C-axis of the pixel store.__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_getCol
Ice.AsyncResult begin_getCol(int x, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a particular column from this pixel store.- Parameters:
x
- offset across the X-axis of the pixel store.c
- offset across the C-axis of the pixel store.__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_getCol
Ice.AsyncResult begin_getCol(int x, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a particular column from this pixel store.- Parameters:
x
- offset across the X-axis of the pixel store.c
- offset across the C-axis of the pixel store.__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_getCol
byte[] end_getCol(Ice.AsyncResult __result) throws ServerError
Retrieves a particular column from this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- buffer containing the data which comprises this column.
- Throws:
ServerError
-
getPlane
byte[] getPlane(int z, int c, int t) throws ServerError
Retrieves a particular 2D image plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store.- Returns:
- buffer containing the data which comprises this 2D image plane.
- Throws:
ServerError
-
getPlane
byte[] getPlane(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves a particular 2D image plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store.__ctx
- The Context map to send with the invocation.- Returns:
- buffer containing the data which comprises this 2D image plane.
- Throws:
ServerError
-
begin_getPlane
Ice.AsyncResult begin_getPlane(int z, int c, int t)
Retrieves a particular 2D image plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.- Returns:
- The asynchronous result object.
-
begin_getPlane
Ice.AsyncResult begin_getPlane(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a particular 2D image plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getPlane
Ice.AsyncResult begin_getPlane(int z, int c, int t, Ice.Callback __cb)
Retrieves a particular 2D image plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlane
Ice.AsyncResult begin_getPlane(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a particular 2D image plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlane
Ice.AsyncResult begin_getPlane(int z, int c, int t, Callback_RawPixelsStore_getPlane __cb)
Retrieves a particular 2D image plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlane
Ice.AsyncResult begin_getPlane(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getPlane __cb)
Retrieves a particular 2D image plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlane
Ice.AsyncResult begin_getPlane(int z, int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a particular 2D image plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getPlane
Ice.AsyncResult begin_getPlane(int z, int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a particular 2D image plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.__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_getPlane
Ice.AsyncResult begin_getPlane(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a particular 2D image plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.__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_getPlane
Ice.AsyncResult begin_getPlane(int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a particular 2D image plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.__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_getPlane
byte[] end_getPlane(Ice.AsyncResult __result) throws ServerError
Retrieves a particular 2D image plane from this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- buffer containing the data which comprises this 2D image plane.
- Throws:
ServerError
-
getPlaneRegion
byte[] getPlaneRegion(int z, int c, int t, int size, int offset) throws ServerError
Retrieves a region from a given plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store.size
- the number of pixels to retrieve.offset
- the offset at which to retrievesize
pixels.- Returns:
- buffer containing the data which comprises the region of the given 2D image plane. It is guaranteed that this buffer will have been byte swapped.
- Throws:
ServerError
-
getPlaneRegion
byte[] getPlaneRegion(int z, int c, int t, int size, int offset, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves a region from a given plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store.size
- the number of pixels to retrieve.offset
- the offset at which to retrievesize
pixels.__ctx
- The Context map to send with the invocation.- Returns:
- buffer containing the data which comprises the region of the given 2D image plane. It is guaranteed that this buffer will have been byte swapped.
- Throws:
ServerError
-
begin_getPlaneRegion
Ice.AsyncResult begin_getPlaneRegion(int z, int c, int t, int size, int offset)
Retrieves a region from a given plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.offset
- the offset at which to retrievesize
pixels.- Returns:
- The asynchronous result object.
-
begin_getPlaneRegion
Ice.AsyncResult begin_getPlaneRegion(int z, int c, int t, int size, int offset, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves a region from a given plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.offset
- the offset at which to retrievesize
pixels.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getPlaneRegion
Ice.AsyncResult begin_getPlaneRegion(int z, int c, int t, int size, int offset, Ice.Callback __cb)
Retrieves a region from a given plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.offset
- the offset at which to retrievesize
pixels.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlaneRegion
Ice.AsyncResult begin_getPlaneRegion(int z, int c, int t, int size, int offset, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves a region from a given plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.offset
- the offset at which to retrievesize
pixels.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlaneRegion
Ice.AsyncResult begin_getPlaneRegion(int z, int c, int t, int size, int offset, Callback_RawPixelsStore_getPlaneRegion __cb)
Retrieves a region from a given plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.offset
- the offset at which to retrievesize
pixels.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlaneRegion
Ice.AsyncResult begin_getPlaneRegion(int z, int c, int t, int size, int offset, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getPlaneRegion __cb)
Retrieves a region from a given plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.offset
- the offset at which to retrievesize
pixels.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getPlaneRegion
Ice.AsyncResult begin_getPlaneRegion(int z, int c, int t, int size, int offset, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a region from a given plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.offset
- the offset at which to retrievesize
pixels.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getPlaneRegion
Ice.AsyncResult begin_getPlaneRegion(int z, int c, int t, int size, int offset, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a region from a given plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.offset
- the offset at which to retrievesize
pixels.__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_getPlaneRegion
Ice.AsyncResult begin_getPlaneRegion(int z, int c, int t, int size, int offset, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves a region from a given plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.offset
- the offset at which to retrievesize
pixels.__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_getPlaneRegion
Ice.AsyncResult begin_getPlaneRegion(int z, int c, int t, int size, int offset, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves a region from a given plane from this pixel store.- Parameters:
z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store.offset
- the offset at which to retrievesize
pixels.__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_getPlaneRegion
byte[] end_getPlaneRegion(Ice.AsyncResult __result) throws ServerError
Retrieves a region from a given plane from this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- buffer containing the data which comprises the region of the given 2D image plane. It is guaranteed that this buffer will have been byte swapped.
- Throws:
ServerError
-
getStack
byte[] getStack(int c, int t) throws ServerError
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store.- Returns:
- buffer containing the data which comprises this stack.
- Throws:
ServerError
-
getStack
byte[] getStack(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store.__ctx
- The Context map to send with the invocation.- Returns:
- buffer containing the data which comprises this stack.
- Throws:
ServerError
-
begin_getStack
Ice.AsyncResult begin_getStack(int c, int t)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel store.- Returns:
- The asynchronous result object.
-
begin_getStack
Ice.AsyncResult begin_getStack(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel store.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getStack
Ice.AsyncResult begin_getStack(int c, int t, Ice.Callback __cb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel store.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStack
Ice.AsyncResult begin_getStack(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel store.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStack
Ice.AsyncResult begin_getStack(int c, int t, Callback_RawPixelsStore_getStack __cb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel store.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStack
Ice.AsyncResult begin_getStack(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getStack __cb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel store.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getStack
Ice.AsyncResult begin_getStack(int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel store.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getStack
Ice.AsyncResult begin_getStack(int c, int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel store.__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_getStack
Ice.AsyncResult begin_getStack(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel store.__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_getStack
Ice.AsyncResult begin_getStack(int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
c
- offset across the C-axis of the pixel store.__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_getStack
byte[] end_getStack(Ice.AsyncResult __result) throws ServerError
Retrieves the the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- buffer containing the data which comprises this stack.
- Throws:
ServerError
-
getTimepoint
byte[] getTimepoint(int t) throws ServerError
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel store.- Returns:
- buffer containing the data which comprises this stack.
- Throws:
ServerError
-
getTimepoint
byte[] getTimepoint(int t, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel store.__ctx
- The Context map to send with the invocation.- Returns:
- buffer containing the data which comprises this stack.
- Throws:
ServerError
-
begin_getTimepoint
Ice.AsyncResult begin_getTimepoint(int t)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel store.- Returns:
- The asynchronous result object.
-
begin_getTimepoint
Ice.AsyncResult begin_getTimepoint(int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel store.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getTimepoint
Ice.AsyncResult begin_getTimepoint(int t, Ice.Callback __cb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel store.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTimepoint
Ice.AsyncResult begin_getTimepoint(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel store.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTimepoint
Ice.AsyncResult begin_getTimepoint(int t, Callback_RawPixelsStore_getTimepoint __cb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel store.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTimepoint
Ice.AsyncResult begin_getTimepoint(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getTimepoint __cb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel store.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getTimepoint
Ice.AsyncResult begin_getTimepoint(int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel store.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getTimepoint
Ice.AsyncResult begin_getTimepoint(int t, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel store.__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_getTimepoint
Ice.AsyncResult begin_getTimepoint(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel store.__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_getTimepoint
Ice.AsyncResult begin_getTimepoint(int t, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
t
- offset across the T-axis of the pixel store.__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_getTimepoint
byte[] end_getTimepoint(Ice.AsyncResult __result) throws ServerError
Retrieves the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- buffer containing the data which comprises this stack.
- Throws:
ServerError
-
setTile
void setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h) throws ServerError
Sets a tile in this pixel buffer.- Parameters:
buf
- A byte array of the data.z
- offset across the Z-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.x
- Top left corner of the tile, X offset.y
- Top left corner of the tile, Y offset.w
- Width of the tile.h
- Height of the tile.- Throws:
IOException
- if there is a problem writing to the pixel buffer.BufferOverflowException
- if an attempt is made to write off the end of the file. See Read-only caveat underRawPixelsStore
ServerError
-
setTile
void setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Sets a tile in this pixel buffer.- Parameters:
buf
- A byte array of the data.z
- offset across the Z-axis of the pixel buffer.c
- offset across the C-axis of the pixel buffer.t
- offset across the T-axis of the pixel buffer.x
- Top left corner of the tile, X offset.y
- Top left corner of the tile, Y offset.w
- Width of the tile.h
- Height of the tile.__ctx
- The Context map to send with the invocation.- Throws:
IOException
- if there is a problem writing to the pixel buffer.BufferOverflowException
- if an attempt is made to write off the end of the file. See Read-only caveat underRawPixelsStore
ServerError
-
begin_setTile
Ice.AsyncResult begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h)
Sets a tile in this pixel buffer.- Parameters:
buf
- A byte array of the data.c
- offset across the C-axis of the pixel buffer.x
- Top left corner of the tile, X offset.w
- Width of the tile.- Returns:
- The asynchronous result object.
-
begin_setTile
Ice.AsyncResult begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets a tile in this pixel buffer.- Parameters:
buf
- A byte array of the data.c
- offset across the C-axis of the pixel buffer.x
- Top left corner of the tile, X offset.w
- Width of the tile.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setTile
Ice.AsyncResult begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, Ice.Callback __cb)
Sets a tile in this pixel buffer.- Parameters:
buf
- A byte array of the data.c
- offset across the C-axis of the pixel buffer.x
- Top left corner of the tile, X offset.w
- Width of the tile.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setTile
Ice.AsyncResult begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets a tile in this pixel buffer.- Parameters:
buf
- A byte array of the data.c
- offset across the C-axis of the pixel buffer.x
- Top left corner of the tile, X offset.w
- Width of the tile.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setTile
Ice.AsyncResult begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, Callback_RawPixelsStore_setTile __cb)
Sets a tile in this pixel buffer.- Parameters:
buf
- A byte array of the data.c
- offset across the C-axis of the pixel buffer.x
- Top left corner of the tile, X offset.w
- Width of the tile.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setTile
Ice.AsyncResult begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setTile __cb)
Sets a tile in this pixel buffer.- Parameters:
buf
- A byte array of the data.c
- offset across the C-axis of the pixel buffer.x
- Top left corner of the tile, X offset.w
- Width of the tile.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setTile
Ice.AsyncResult begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets a tile in this pixel buffer.- Parameters:
buf
- A byte array of the data.c
- offset across the C-axis of the pixel buffer.x
- Top left corner of the tile, X offset.w
- Width of the tile.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setTile
Ice.AsyncResult begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets a tile in this pixel buffer.- Parameters:
buf
- A byte array of the data.c
- offset across the C-axis of the pixel buffer.x
- Top left corner of the tile, X offset.w
- Width of the tile.__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_setTile
Ice.AsyncResult begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, 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)
Sets a tile in this pixel buffer.- Parameters:
buf
- A byte array of the data.c
- offset across the C-axis of the pixel buffer.x
- Top left corner of the tile, X offset.w
- Width of the tile.__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_setTile
Ice.AsyncResult begin_setTile(byte[] buf, int z, int c, int t, int x, int y, int w, int h, 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)
Sets a tile in this pixel buffer.- Parameters:
buf
- A byte array of the data.c
- offset across the C-axis of the pixel buffer.x
- Top left corner of the tile, X offset.w
- Width of the tile.__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_setTile
void end_setTile(Ice.AsyncResult __result) throws ServerError
Sets a tile in this pixel buffer.- Parameters:
__result
- The asynchronous result object.- Throws:
IOException
- if there is a problem writing to the pixel buffer.BufferOverflowException
- if an attempt is made to write off the end of the file. See Read-only caveat underRawPixelsStore
ServerError
-
setRegion
void setRegion(int size, long offset, byte[] buf) throws ServerError
Sets a region in this pixel buffer.- Parameters:
size
- byte width of the region to set.offset
- offset within the pixel buffer.buf
- a byte array of the data. See Read-only caveat underRawPixelsStore
- Throws:
ServerError
-
setRegion
void setRegion(int size, long offset, byte[] buf, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Sets a region in this pixel buffer.- Parameters:
size
- byte width of the region to set.offset
- offset within the pixel buffer.buf
- a byte array of the data. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setRegion
Ice.AsyncResult begin_setRegion(int size, long offset, byte[] buf)
Sets a region in this pixel buffer.- Parameters:
size
- byte width of the region to set.buf
- a byte array of the data. See Read-only caveat underRawPixelsStore
- Returns:
- The asynchronous result object.
-
begin_setRegion
Ice.AsyncResult begin_setRegion(int size, long offset, byte[] buf, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets a region in this pixel buffer.- Parameters:
size
- byte width of the region to set.buf
- a byte array of the data. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setRegion
Ice.AsyncResult begin_setRegion(int size, long offset, byte[] buf, Ice.Callback __cb)
Sets a region in this pixel buffer.- Parameters:
size
- byte width of the region to set.buf
- a byte array of the data. See Read-only caveat underRawPixelsStore
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setRegion
Ice.AsyncResult begin_setRegion(int size, long offset, byte[] buf, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets a region in this pixel buffer.- Parameters:
size
- byte width of the region to set.buf
- a byte array of the data. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setRegion
Ice.AsyncResult begin_setRegion(int size, long offset, byte[] buf, Callback_RawPixelsStore_setRegion __cb)
Sets a region in this pixel buffer.- Parameters:
size
- byte width of the region to set.buf
- a byte array of the data. See Read-only caveat underRawPixelsStore
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setRegion
Ice.AsyncResult begin_setRegion(int size, long offset, byte[] buf, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setRegion __cb)
Sets a region in this pixel buffer.- Parameters:
size
- byte width of the region to set.buf
- a byte array of the data. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setRegion
Ice.AsyncResult begin_setRegion(int size, long offset, byte[] buf, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets a region in this pixel buffer.- Parameters:
size
- byte width of the region to set.buf
- a byte array of the data. See Read-only caveat underRawPixelsStore
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setRegion
Ice.AsyncResult begin_setRegion(int size, long offset, byte[] buf, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets a region in this pixel buffer.- Parameters:
size
- byte width of the region to set.buf
- a byte array of the data. See Read-only caveat underRawPixelsStore
__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_setRegion
Ice.AsyncResult begin_setRegion(int size, long offset, byte[] buf, 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)
Sets a region in this pixel buffer.- Parameters:
size
- byte width of the region to set.buf
- a byte array of the data. See Read-only caveat underRawPixelsStore
__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_setRegion
Ice.AsyncResult begin_setRegion(int size, long offset, byte[] buf, 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)
Sets a region in this pixel buffer.- Parameters:
size
- byte width of the region to set.buf
- a byte array of the data. See Read-only caveat underRawPixelsStore
__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_setRegion
void end_setRegion(Ice.AsyncResult __result) throws ServerError
Sets a region in this pixel buffer.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
setRow
void setRow(byte[] buf, int y, int z, int c, int t) throws ServerError
Sets a particular row or scanline in this pixel store.- Parameters:
buf
- a byte array of the data comprising this row or scanline.y
- offset across the Y-axis of the pixel store.z
- offset across the Z-axis of the pixel store.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
- Throws:
ServerError
-
setRow
void setRow(byte[] buf, int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Sets a particular row or scanline in this pixel store.- Parameters:
buf
- a byte array of the data comprising this row or scanline.y
- offset across the Y-axis of the pixel store.z
- offset across the Z-axis of the pixel store.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setRow
Ice.AsyncResult begin_setRow(byte[] buf, int y, int z, int c, int t)
Sets a particular row or scanline in this pixel store.- Parameters:
buf
- a byte array of the data comprising this row or scanline.z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
- Returns:
- The asynchronous result object.
-
begin_setRow
Ice.AsyncResult begin_setRow(byte[] buf, int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets a particular row or scanline in this pixel store.- Parameters:
buf
- a byte array of the data comprising this row or scanline.z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setRow
Ice.AsyncResult begin_setRow(byte[] buf, int y, int z, int c, int t, Ice.Callback __cb)
Sets a particular row or scanline in this pixel store.- Parameters:
buf
- a byte array of the data comprising this row or scanline.z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setRow
Ice.AsyncResult begin_setRow(byte[] buf, int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets a particular row or scanline in this pixel store.- Parameters:
buf
- a byte array of the data comprising this row or scanline.z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setRow
Ice.AsyncResult begin_setRow(byte[] buf, int y, int z, int c, int t, Callback_RawPixelsStore_setRow __cb)
Sets a particular row or scanline in this pixel store.- Parameters:
buf
- a byte array of the data comprising this row or scanline.z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setRow
Ice.AsyncResult begin_setRow(byte[] buf, int y, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setRow __cb)
Sets a particular row or scanline in this pixel store.- Parameters:
buf
- a byte array of the data comprising this row or scanline.z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setRow
Ice.AsyncResult begin_setRow(byte[] buf, int y, int z, int c, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets a particular row or scanline in this pixel store.- Parameters:
buf
- a byte array of the data comprising this row or scanline.z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setRow
Ice.AsyncResult begin_setRow(byte[] buf, int y, int z, int c, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets a particular row or scanline in this pixel store.- Parameters:
buf
- a byte array of the data comprising this row or scanline.z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__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_setRow
Ice.AsyncResult begin_setRow(byte[] buf, int y, int z, int c, int t, 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)
Sets a particular row or scanline in this pixel store.- Parameters:
buf
- a byte array of the data comprising this row or scanline.z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__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_setRow
Ice.AsyncResult begin_setRow(byte[] buf, int y, int z, int c, int t, 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)
Sets a particular row or scanline in this pixel store.- Parameters:
buf
- a byte array of the data comprising this row or scanline.z
- offset across the Z-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__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_setRow
void end_setRow(Ice.AsyncResult __result) throws ServerError
Sets a particular row or scanline in this pixel store.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
setPlane
void setPlane(byte[] buf, int z, int c, int t) throws ServerError
Sets a particular 2D image plane in this pixel store.- Parameters:
buf
- a byte array of the data comprising this 2D image plane.z
- offset across the Z-axis of the pixel store.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
- Throws:
ServerError
-
setPlane
void setPlane(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Sets a particular 2D image plane in this pixel store.- Parameters:
buf
- a byte array of the data comprising this 2D image plane.z
- offset across the Z-axis of the pixel store.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setPlane
Ice.AsyncResult begin_setPlane(byte[] buf, int z, int c, int t)
Sets a particular 2D image plane in this pixel store.- Parameters:
buf
- a byte array of the data comprising this 2D image plane.c
- offset across the C-axis of the pixel store.- Returns:
- The asynchronous result object.
-
begin_setPlane
Ice.AsyncResult begin_setPlane(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets a particular 2D image plane in this pixel store.- Parameters:
buf
- a byte array of the data comprising this 2D image plane.c
- offset across the C-axis of the pixel store.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setPlane
Ice.AsyncResult begin_setPlane(byte[] buf, int z, int c, int t, Ice.Callback __cb)
Sets a particular 2D image plane in this pixel store.- Parameters:
buf
- a byte array of the data comprising this 2D image plane.c
- offset across the C-axis of the pixel store.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setPlane
Ice.AsyncResult begin_setPlane(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets a particular 2D image plane in this pixel store.- Parameters:
buf
- a byte array of the data comprising this 2D image plane.c
- offset across the C-axis of the pixel store.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setPlane
Ice.AsyncResult begin_setPlane(byte[] buf, int z, int c, int t, Callback_RawPixelsStore_setPlane __cb)
Sets a particular 2D image plane in this pixel store.- Parameters:
buf
- a byte array of the data comprising this 2D image plane.c
- offset across the C-axis of the pixel store.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setPlane
Ice.AsyncResult begin_setPlane(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setPlane __cb)
Sets a particular 2D image plane in this pixel store.- Parameters:
buf
- a byte array of the data comprising this 2D image plane.c
- offset across the C-axis of the pixel store.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setPlane
Ice.AsyncResult begin_setPlane(byte[] buf, int z, int c, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets a particular 2D image plane in this pixel store.- Parameters:
buf
- a byte array of the data comprising this 2D image plane.c
- offset across the C-axis of the pixel store.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setPlane
Ice.AsyncResult begin_setPlane(byte[] buf, int z, int c, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets a particular 2D image plane in this pixel store.- Parameters:
buf
- a byte array of the data comprising this 2D image plane.c
- offset across the C-axis of the pixel store.__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_setPlane
Ice.AsyncResult begin_setPlane(byte[] buf, int z, int c, int t, 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)
Sets a particular 2D image plane in this pixel store.- Parameters:
buf
- a byte array of the data comprising this 2D image plane.c
- offset across the C-axis of the pixel store.__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_setPlane
Ice.AsyncResult begin_setPlane(byte[] buf, int z, int c, int t, 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)
Sets a particular 2D image plane in this pixel store.- Parameters:
buf
- a byte array of the data comprising this 2D image plane.c
- offset across the C-axis of the pixel store.__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_setPlane
void end_setPlane(Ice.AsyncResult __result) throws ServerError
Sets a particular 2D image plane in this pixel store.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
setStack
void setStack(byte[] buf, int z, int c, int t) throws ServerError
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this stack.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
- Throws:
ServerError
-
setStack
void setStack(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this stack.c
- offset across the C-axis of the pixel store.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setStack
Ice.AsyncResult begin_setStack(byte[] buf, int z, int c, int t)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this stack.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
- Returns:
- The asynchronous result object.
-
begin_setStack
Ice.AsyncResult begin_setStack(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this stack.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setStack
Ice.AsyncResult begin_setStack(byte[] buf, int z, int c, int t, Ice.Callback __cb)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this stack.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setStack
Ice.AsyncResult begin_setStack(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this stack.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setStack
Ice.AsyncResult begin_setStack(byte[] buf, int z, int c, int t, Callback_RawPixelsStore_setStack __cb)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this stack.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setStack
Ice.AsyncResult begin_setStack(byte[] buf, int z, int c, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setStack __cb)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this stack.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setStack
Ice.AsyncResult begin_setStack(byte[] buf, int z, int c, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this stack.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setStack
Ice.AsyncResult begin_setStack(byte[] buf, int z, int c, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this stack.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__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_setStack
Ice.AsyncResult begin_setStack(byte[] buf, int z, int c, int t, 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)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this stack.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__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_setStack
Ice.AsyncResult begin_setStack(byte[] buf, int z, int c, int t, 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)
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this stack.t
- offset across the T-axis of the pixel store. See Read-only caveat underRawPixelsStore
__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_setStack
void end_setStack(Ice.AsyncResult __result) throws ServerError
Sets the entire number of optical sections for a single wavelength or channel at a particular timepoint in this pixel store.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
setTimepoint
void setTimepoint(byte[] buf, int t) throws ServerError
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this timepoint.t
- offset across the T-axis of the pixel buffer. See Read-only caveat underRawPixelsStore
- Throws:
ServerError
-
setTimepoint
void setTimepoint(byte[] buf, int t, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this timepoint.t
- offset across the T-axis of the pixel buffer. See Read-only caveat underRawPixelsStore
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_setTimepoint
Ice.AsyncResult begin_setTimepoint(byte[] buf, int t)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this timepoint.- Returns:
- The asynchronous result object.
-
begin_setTimepoint
Ice.AsyncResult begin_setTimepoint(byte[] buf, int t, java.util.Map<java.lang.String,java.lang.String> __ctx)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this timepoint.__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_setTimepoint
Ice.AsyncResult begin_setTimepoint(byte[] buf, int t, Ice.Callback __cb)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this timepoint.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setTimepoint
Ice.AsyncResult begin_setTimepoint(byte[] buf, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this timepoint.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setTimepoint
Ice.AsyncResult begin_setTimepoint(byte[] buf, int t, Callback_RawPixelsStore_setTimepoint __cb)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this timepoint.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setTimepoint
Ice.AsyncResult begin_setTimepoint(byte[] buf, int t, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_setTimepoint __cb)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this timepoint.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_setTimepoint
Ice.AsyncResult begin_setTimepoint(byte[] buf, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this timepoint.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_setTimepoint
Ice.AsyncResult begin_setTimepoint(byte[] buf, int t, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this timepoint.__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_setTimepoint
Ice.AsyncResult begin_setTimepoint(byte[] buf, int t, 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)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this timepoint.__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_setTimepoint
Ice.AsyncResult begin_setTimepoint(byte[] buf, int t, 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)
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
buf
- a byte array of the data comprising this timepoint.__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_setTimepoint
void end_setTimepoint(Ice.AsyncResult __result) throws ServerError
Sets the entire number of optical sections for all wavelengths or channels at a particular timepoint in this pixel store.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getHistogram
java.util.Map<java.lang.Integer,int[]> getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane) throws ServerError
Retrieves the histogram data for the specified plane and channels. This method can currently only handle non-pyramid images.- Parameters:
channels
- the channels to generate the histogram data forbinCount
- the number of the histogram bins (optional, default: 256)plane
- the plane (optional, default: whole region of first z/t plane)globalRange
- use the global minimum/maximum to determine the histogram range, otherwise use plane minimum/maximum value- Returns:
- See above.
- Throws:
ServerError
-
getHistogram
java.util.Map<java.lang.Integer,int[]> getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Retrieves the histogram data for the specified plane and channels. This method can currently only handle non-pyramid images.- Parameters:
channels
- the channels to generate the histogram data forbinCount
- the number of the histogram bins (optional, default: 256)plane
- the plane (optional, default: whole region of first z/t plane)globalRange
- use the global minimum/maximum to determine the histogram range, otherwise use plane minimum/maximum value__ctx
- The Context map to send with the invocation.- Returns:
- See above.
- Throws:
ServerError
-
begin_getHistogram
Ice.AsyncResult begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane)
Retrieves the histogram data for the specified plane and channels. This method can currently only handle non-pyramid images.- Parameters:
channels
- the channels to generate the histogram data forplane
- the plane (optional, default: whole region of first z/t plane)- Returns:
- The asynchronous result object.
-
begin_getHistogram
Ice.AsyncResult begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, java.util.Map<java.lang.String,java.lang.String> __ctx)
Retrieves the histogram data for the specified plane and channels. This method can currently only handle non-pyramid images.- Parameters:
channels
- the channels to generate the histogram data forplane
- the plane (optional, default: whole region of first z/t plane)__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getHistogram
Ice.AsyncResult begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, Ice.Callback __cb)
Retrieves the histogram data for the specified plane and channels. This method can currently only handle non-pyramid images.- Parameters:
channels
- the channels to generate the histogram data forplane
- the plane (optional, default: whole region of first z/t plane)__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getHistogram
Ice.AsyncResult begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Retrieves the histogram data for the specified plane and channels. This method can currently only handle non-pyramid images.- Parameters:
channels
- the channels to generate the histogram data forplane
- the plane (optional, default: whole region of first z/t plane)__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getHistogram
Ice.AsyncResult begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, Callback_RawPixelsStore_getHistogram __cb)
Retrieves the histogram data for the specified plane and channels. This method can currently only handle non-pyramid images.- Parameters:
channels
- the channels to generate the histogram data forplane
- the plane (optional, default: whole region of first z/t plane)__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getHistogram
Ice.AsyncResult begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getHistogram __cb)
Retrieves the histogram data for the specified plane and channels. This method can currently only handle non-pyramid images.- Parameters:
channels
- the channels to generate the histogram data forplane
- the plane (optional, default: whole region of first z/t plane)__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getHistogram
Ice.AsyncResult begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,int[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the histogram data for the specified plane and channels. This method can currently only handle non-pyramid images.- Parameters:
channels
- the channels to generate the histogram data forplane
- the plane (optional, default: whole region of first z/t plane)__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getHistogram
Ice.AsyncResult begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,int[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the histogram data for the specified plane and channels. This method can currently only handle non-pyramid images.- Parameters:
channels
- the channels to generate the histogram data forplane
- the plane (optional, default: whole region of first z/t plane)__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_getHistogram
Ice.AsyncResult begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,int[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Retrieves the histogram data for the specified plane and channels. This method can currently only handle non-pyramid images.- Parameters:
channels
- the channels to generate the histogram data forplane
- the plane (optional, default: whole region of first z/t plane)__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_getHistogram
Ice.AsyncResult begin_getHistogram(int[] channels, int binCount, boolean globalRange, PlaneDef plane, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,int[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Retrieves the histogram data for the specified plane and channels. This method can currently only handle non-pyramid images.- Parameters:
channels
- the channels to generate the histogram data forplane
- the plane (optional, default: whole region of first z/t plane)__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_getHistogram
java.util.Map<java.lang.Integer,int[]> end_getHistogram(Ice.AsyncResult __result) throws ServerError
Retrieves the histogram data for the specified plane and channels. This method can currently only handle non-pyramid images.- Parameters:
__result
- The asynchronous result object.- Returns:
- See above.
- Throws:
ServerError
-
findMinMax
java.util.Map<java.lang.Integer,double[]> findMinMax(int[] channels) throws ServerError
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.- Parameters:
channels
- the channels- Returns:
- See above.
- Throws:
ServerError
-
findMinMax
java.util.Map<java.lang.Integer,double[]> findMinMax(int[] channels, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.- Parameters:
channels
- the channels__ctx
- The Context map to send with the invocation.- Returns:
- See above.
- Throws:
ServerError
-
begin_findMinMax
Ice.AsyncResult begin_findMinMax(int[] channels)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.- Parameters:
channels
- the channels- Returns:
- The asynchronous result object.
-
begin_findMinMax
Ice.AsyncResult begin_findMinMax(int[] channels, java.util.Map<java.lang.String,java.lang.String> __ctx)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.- Parameters:
channels
- the channels__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_findMinMax
Ice.AsyncResult begin_findMinMax(int[] channels, Ice.Callback __cb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.- Parameters:
channels
- the channels__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findMinMax
Ice.AsyncResult begin_findMinMax(int[] channels, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.- Parameters:
channels
- the channels__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findMinMax
Ice.AsyncResult begin_findMinMax(int[] channels, Callback_RawPixelsStore_findMinMax __cb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.- Parameters:
channels
- the channels__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findMinMax
Ice.AsyncResult begin_findMinMax(int[] channels, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_findMinMax __cb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.- Parameters:
channels
- the channels__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_findMinMax
Ice.AsyncResult begin_findMinMax(int[] channels, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,double[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.- Parameters:
channels
- the channels__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_findMinMax
Ice.AsyncResult begin_findMinMax(int[] channels, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,double[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.- Parameters:
channels
- the channels__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_findMinMax
Ice.AsyncResult begin_findMinMax(int[] channels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,double[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.- Parameters:
channels
- the channels__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_findMinMax
Ice.AsyncResult begin_findMinMax(int[] channels, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.Integer,double[]>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.- Parameters:
channels
- the channels__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_findMinMax
java.util.Map<java.lang.Integer,double[]> end_findMinMax(Ice.AsyncResult __result) throws ServerError
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.- Parameters:
__result
- The asynchronous result object.- Returns:
- See above.
- Throws:
ServerError
-
getByteWidth
int getByteWidth() throws ServerError
Returns the byte width for the pixel store.- Returns:
- See above.
- Throws:
ServerError
-
getByteWidth
int getByteWidth(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns the byte width for the pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- See above.
- Throws:
ServerError
-
begin_getByteWidth
Ice.AsyncResult begin_getByteWidth()
Returns the byte width for the pixel store.- Returns:
- The asynchronous result object.
-
begin_getByteWidth
Ice.AsyncResult begin_getByteWidth(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the byte width for the pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getByteWidth
Ice.AsyncResult begin_getByteWidth(Ice.Callback __cb)
Returns the byte width for the pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getByteWidth
Ice.AsyncResult begin_getByteWidth(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the byte width for the pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getByteWidth
Ice.AsyncResult begin_getByteWidth(Callback_RawPixelsStore_getByteWidth __cb)
Returns the byte width for the pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getByteWidth
Ice.AsyncResult begin_getByteWidth(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_getByteWidth __cb)
Returns the byte width for the pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getByteWidth
Ice.AsyncResult begin_getByteWidth(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the byte width for the pixel store.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getByteWidth
Ice.AsyncResult begin_getByteWidth(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the byte width for the pixel store.- Parameters:
__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_getByteWidth
Ice.AsyncResult begin_getByteWidth(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the byte width for the pixel store.- Parameters:
__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_getByteWidth
Ice.AsyncResult begin_getByteWidth(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the byte width for the pixel store.- Parameters:
__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_getByteWidth
int end_getByteWidth(Ice.AsyncResult __result) throws ServerError
Returns the byte width for the pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- See above.
- Throws:
ServerError
-
isSigned
boolean isSigned() throws ServerError
Returns whether or not the pixel store has signed pixels.- Returns:
- See above.
- Throws:
ServerError
-
isSigned
boolean isSigned(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns whether or not the pixel store has signed pixels.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- See above.
- Throws:
ServerError
-
begin_isSigned
Ice.AsyncResult begin_isSigned()
Returns whether or not the pixel store has signed pixels.- Returns:
- The asynchronous result object.
-
begin_isSigned
Ice.AsyncResult begin_isSigned(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns whether or not the pixel store has signed pixels.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_isSigned
Ice.AsyncResult begin_isSigned(Ice.Callback __cb)
Returns whether or not the pixel store has signed pixels.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isSigned
Ice.AsyncResult begin_isSigned(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns whether or not the pixel store has signed pixels.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isSigned
Ice.AsyncResult begin_isSigned(Callback_RawPixelsStore_isSigned __cb)
Returns whether or not the pixel store has signed pixels.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isSigned
Ice.AsyncResult begin_isSigned(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_isSigned __cb)
Returns whether or not the pixel store has signed pixels.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isSigned
Ice.AsyncResult begin_isSigned(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns whether or not the pixel store has signed pixels.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_isSigned
Ice.AsyncResult begin_isSigned(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns whether or not the pixel store has signed pixels.- Parameters:
__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_isSigned
Ice.AsyncResult begin_isSigned(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns whether or not the pixel store has signed pixels.- Parameters:
__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_isSigned
Ice.AsyncResult begin_isSigned(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns whether or not the pixel store has signed pixels.- Parameters:
__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_isSigned
boolean end_isSigned(Ice.AsyncResult __result) throws ServerError
Returns whether or not the pixel store has signed pixels.- Parameters:
__result
- The asynchronous result object.- Returns:
- See above.
- Throws:
ServerError
-
isFloat
boolean isFloat() throws ServerError
Returns whether or not the pixel buffer has floating point pixels.- Returns:
- See above.
- Throws:
ServerError
-
isFloat
boolean isFloat(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns whether or not the pixel buffer has floating point pixels.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- See above.
- Throws:
ServerError
-
begin_isFloat
Ice.AsyncResult begin_isFloat()
Returns whether or not the pixel buffer has floating point pixels.- Returns:
- The asynchronous result object.
-
begin_isFloat
Ice.AsyncResult begin_isFloat(java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns whether or not the pixel buffer has floating point pixels.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_isFloat
Ice.AsyncResult begin_isFloat(Ice.Callback __cb)
Returns whether or not the pixel buffer has floating point pixels.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isFloat
Ice.AsyncResult begin_isFloat(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns whether or not the pixel buffer has floating point pixels.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isFloat
Ice.AsyncResult begin_isFloat(Callback_RawPixelsStore_isFloat __cb)
Returns whether or not the pixel buffer has floating point pixels.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isFloat
Ice.AsyncResult begin_isFloat(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_isFloat __cb)
Returns whether or not the pixel buffer has floating point pixels.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_isFloat
Ice.AsyncResult begin_isFloat(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns whether or not the pixel buffer has floating point pixels.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_isFloat
Ice.AsyncResult begin_isFloat(IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns whether or not the pixel buffer has floating point pixels.- Parameters:
__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_isFloat
Ice.AsyncResult begin_isFloat(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns whether or not the pixel buffer has floating point pixels.- Parameters:
__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_isFloat
Ice.AsyncResult begin_isFloat(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns whether or not the pixel buffer has floating point pixels.- Parameters:
__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_isFloat
boolean end_isFloat(Ice.AsyncResult __result) throws ServerError
Returns whether or not the pixel buffer has floating point pixels.- Parameters:
__result
- The asynchronous result object.- Returns:
- See above.
- Throws:
ServerError
-
calculateMessageDigest
byte[] calculateMessageDigest() throws ServerError
Calculates a SHA-1 message digest for the entire pixel store.- Returns:
- byte array containing the message digest.
- Throws:
ServerError
-
calculateMessageDigest
byte[] calculateMessageDigest(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Calculates a SHA-1 message digest for the entire pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- byte array containing the message digest.
- Throws:
ServerError
-
begin_calculateMessageDigest
Ice.AsyncResult begin_calculateMessageDigest()
Calculates a SHA-1 message digest for the entire pixel store.- Returns:
- The asynchronous result object.
-
begin_calculateMessageDigest
Ice.AsyncResult begin_calculateMessageDigest(java.util.Map<java.lang.String,java.lang.String> __ctx)
Calculates a SHA-1 message digest for the entire pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_calculateMessageDigest
Ice.AsyncResult begin_calculateMessageDigest(Ice.Callback __cb)
Calculates a SHA-1 message digest for the entire pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_calculateMessageDigest
Ice.AsyncResult begin_calculateMessageDigest(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Calculates a SHA-1 message digest for the entire pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_calculateMessageDigest
Ice.AsyncResult begin_calculateMessageDigest(Callback_RawPixelsStore_calculateMessageDigest __cb)
Calculates a SHA-1 message digest for the entire pixel store.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_calculateMessageDigest
Ice.AsyncResult begin_calculateMessageDigest(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_calculateMessageDigest __cb)
Calculates a SHA-1 message digest for the entire pixel store.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_calculateMessageDigest
Ice.AsyncResult begin_calculateMessageDigest(IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Calculates a SHA-1 message digest for the entire pixel store.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_calculateMessageDigest
Ice.AsyncResult begin_calculateMessageDigest(IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Calculates a SHA-1 message digest for the entire pixel store.- Parameters:
__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_calculateMessageDigest
Ice.AsyncResult begin_calculateMessageDigest(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Calculates a SHA-1 message digest for the entire pixel store.- Parameters:
__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_calculateMessageDigest
Ice.AsyncResult begin_calculateMessageDigest(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Calculates a SHA-1 message digest for the entire pixel store.- Parameters:
__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_calculateMessageDigest
byte[] end_calculateMessageDigest(Ice.AsyncResult __result) throws ServerError
Calculates a SHA-1 message digest for the entire pixel store.- Parameters:
__result
- The asynchronous result object.- Returns:
- byte array containing the message digest.
- Throws:
ServerError
-
save
Pixels save() throws ServerError
Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information underRawPixelsStore
. A null instance will be returned if no save was performed.- Throws:
ServerError
-
save
Pixels save(java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information underRawPixelsStore
. A null instance will be returned if no save was performed.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_save
Ice.AsyncResult begin_save()
Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information underRawPixelsStore
. A null instance will be returned if no save was performed.- Returns:
- The asynchronous result object.
-
begin_save
Ice.AsyncResult begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx)
Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information underRawPixelsStore
. A null instance will be returned if no save was performed.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_save
Ice.AsyncResult begin_save(Ice.Callback __cb)
Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information underRawPixelsStore
. A null instance will be returned if no save was performed.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_save
Ice.AsyncResult begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information underRawPixelsStore
. A null instance will be returned if no save was performed.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_save
Ice.AsyncResult begin_save(Callback_RawPixelsStore_save __cb)
Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information underRawPixelsStore
. A null instance will be returned if no save was performed.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_save
Ice.AsyncResult begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RawPixelsStore_save __cb)
Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information underRawPixelsStore
. A null instance will be returned if no save was performed.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_save
Ice.AsyncResult begin_save(IceInternal.Functional_GenericCallback1<Pixels> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information underRawPixelsStore
. A null instance will be returned if no save was performed.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_save
Ice.AsyncResult begin_save(IceInternal.Functional_GenericCallback1<Pixels> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information underRawPixelsStore
. A null instance will be returned if no save was performed.- Parameters:
__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_save
Ice.AsyncResult begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Pixels> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information underRawPixelsStore
. A null instance will be returned if no save was performed.- Parameters:
__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_save
Ice.AsyncResult begin_save(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<Pixels> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information underRawPixelsStore
. A null instance will be returned if no save was performed.- Parameters:
__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_save
Pixels end_save(Ice.AsyncResult __result) throws ServerError
Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information underRawPixelsStore
. A null instance will be returned if no save was performed.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
-