SE_rasterattr_get_image_size_by_level

Retrieves the image size of the raster by pyramid level.

Usage syntax

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);

Parameters
 
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
Description

SE_rasterattr_get_image_size_by_level returns the image size of a raster object for a specified pyramid level.

Returns

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