SE_rasbandinfo_set_max_level |
Sets the maximum level of the image pyramid for the raster band.
LONG SE_rasbandinfo_set_max_level (SE_RASBANDINFO rasterband, LONG max_level, BOOL skip_level1);
rasterband | The rasterband handle |
max_level | The maximum pyramid level |
skip_level1 | Not currently implemented |
SE_rasbandinfo_set_max_level sets the maximum level for the image pyramid
of the raster band.
SE_SUCCESS
SE_INVALID_PARAM_VALUE
SE_NET_FAILURE
SE_SDE_NOT_STARTED
The SE_PYRAMID_AUTO_LEVEL macro cannot be used to set the maximum pyramid level. This macro can only be used by the SE_rasterattr_set_pyramid_info function.