SE_rasterattr_get_raster_info

Retrieves the raster.

Usage syntax

LONG SE_rasterattr_get_raster_info (SE_RASTERATTR handle, SE_RASTERINFO *raster);

Parameters
handle The SE_RASTERATTR handle
raster The raster object
Description

SE_rasterattr_get_raster_info returns the raster object. The SE_RASTERINFO structure returned is a pointer to the raster info buffer held within the SE_RASTERATTR structure. For that reason you must not call SE_rasterinfo_free to free the memory allocated to this SE_RASTERINFO structure. This memory is freed when the raster attribute structure SE_RASTERATTR is freed by a call to SE_rasterattr_free.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_RASTERATTR_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED