SE_rasbandinfo_get_band_size

Retrieves the band size for a raster band.

Usage syntax

LONG SE_rasbandinfo_get_band_size (const SE_RASBANDINFO rasterband, LONG *band_width,
LONG *band_height);

Parameters
rasterband The raster band handle
band_width A pointer to the band width
band_height A pointer to the block height
Description

SE_rasbandinfo_get_band_size returns the tile width and height for a raster band. This function returns meaningful information for an SE_RASBANDINFO object that describes an existing raster band only.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_RASBANDINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED