public interface _PyramidServiceOperations extends _StatefulServiceInterfaceOperations
Modifier and Type | Method and Description |
---|---|
void |
getResolutionDescriptions_async(AMD_PyramidService_getResolutionDescriptions __cb,
Ice.Current __current)
Retrieves a more complete definition of the resolution
level in question.
|
void |
getResolutionLevel_async(AMD_PyramidService_getResolutionLevel __cb,
Ice.Current __current)
Retrieves the active resolution level.
|
void |
getResolutionLevels_async(AMD_PyramidService_getResolutionLevels __cb,
Ice.Current __current)
Retrieves the number of resolution levels that the backing
pixels pyramid contains.
|
void |
getTileSize_async(AMD_PyramidService_getTileSize __cb,
Ice.Current __current)
Retrieves the tile size for the pixel store.
|
void |
requiresPixelsPyramid_async(AMD_PyramidService_requiresPixelsPyramid __cb,
Ice.Current __current)
Whether or not this raw pixels store requires a backing
pixels pyramid to provide sub-resolutions of the data.
|
void |
setResolutionLevel_async(AMD_PyramidService_setResolutionLevel __cb,
int resolutionLevel,
Ice.Current __current)
Sets the active resolution level.
|
activate_async, close_async, getCurrentEventContext_async, passivate_async
void requiresPixelsPyramid_async(AMD_PyramidService_requiresPixelsPyramid __cb, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
void getResolutionLevels_async(AMD_PyramidService_getResolutionLevels __cb, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
void getResolutionDescriptions_async(AMD_PyramidService_getResolutionDescriptions __cb, Ice.Current __current) throws ServerError
getResolutionLevels
.__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
void getResolutionLevel_async(AMD_PyramidService_getResolutionLevel __cb, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
void setResolutionLevel_async(AMD_PyramidService_setResolutionLevel __cb, int resolutionLevel, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.resolutionLevel
- The resolution level to be used by
the pixel buffer.__current
- The Current object for the invocation.ServerError
void getTileSize_async(AMD_PyramidService_getTileSize __cb, Ice.Current __current) throws ServerError
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError