| SE_rasterattr_get_image_size_by_level |
Retrieves the image size of the raster by pyramid level.
LONG SE_rasterattr_get_image_size_by_level (SE_RASTERATTR handle, LONG *width, LONG *height, LONG *offset_x, LONG *offset_y, LONG *num_bands, LONG level);
| handle | The SE_RASTERATTR handle |
| width | The width |
| height | The height |
| offset_x | The x offset |
| offset_y | The y offset |
| num_bands | The number of bands |
| level | The level |
SE_rasterattr_get_image_size_by_level returns the image size of a raster object for a specified pyramid level.
SE_SUCCESS
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_INVALID_RASTERATTR_OBJECT
SE_NET_FAILURE
SE_NO_COORDREF
SE_OPERATION_NOT_ALLOWED
SE_SDE_NOT_STARTED