public interface _PyramidServiceOperationsNC extends _StatefulServiceInterfaceOperationsNC
Modifier and Type | Method and Description |
---|---|
void |
getResolutionDescriptions_async(AMD_PyramidService_getResolutionDescriptions __cb)
Retrieves a more complete definition of the resolution
level in question.
|
void |
getResolutionLevel_async(AMD_PyramidService_getResolutionLevel __cb)
Retrieves the active resolution level.
|
void |
getResolutionLevels_async(AMD_PyramidService_getResolutionLevels __cb)
Retrieves the number of resolution levels that the backing
pixels pyramid contains.
|
void |
getTileSize_async(AMD_PyramidService_getTileSize __cb)
Retrieves the tile size for the pixel store.
|
void |
requiresPixelsPyramid_async(AMD_PyramidService_requiresPixelsPyramid __cb)
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)
Sets the active resolution level.
|
activate_async, close_async, getCurrentEventContext_async, passivate_async
void requiresPixelsPyramid_async(AMD_PyramidService_requiresPixelsPyramid __cb) throws ServerError
__cb
- The callback object for the operation.ServerError
void getResolutionLevels_async(AMD_PyramidService_getResolutionLevels __cb) throws ServerError
__cb
- The callback object for the operation.ServerError
void getResolutionDescriptions_async(AMD_PyramidService_getResolutionDescriptions __cb) throws ServerError
getResolutionLevels
.__cb
- The callback object for the operation.ServerError
void getResolutionLevel_async(AMD_PyramidService_getResolutionLevel __cb) throws ServerError
__cb
- The callback object for the operation.ServerError
void setResolutionLevel_async(AMD_PyramidService_setResolutionLevel __cb, int resolutionLevel) throws ServerError
__cb
- The callback object for the operation.resolutionLevel
- The resolution level to be used by
the pixel buffer.ServerError
void getTileSize_async(AMD_PyramidService_getTileSize __cb) throws ServerError
__cb
- The callback object for the operation.ServerError