SE_rasbandinfo_get_gdb_metadata

Retrieves the geodatabase metadata for the specified rasterband

Usage syntax

LONG SE_rasbandinfo_get_gdb_metadata (const SE_RASBANDINFO handle, void **data, LONG *size);

Parameters
rasterband The rasterband handle
data A pointer to the geodatabase metadata buffer
size The size in bytes of the data object
Description

SE_rasbandinfo_get_gdb_metadata retrieves the geodatabase metadata of the SE_RASBANDINFO object.

The data returned is either a character array or a binary array depending on the geodatabase type of the raster column. The type can be determined by fetching the geodatabase type for the raster column with a call to SE_rascolinfo_get_gdbtype. If the geodatabase type of the raster column is set to SE_GDBTYPE_REF_RASTER, the geodatabase metadata is a character array that stores a path name (or reference) to a raster image file. If the geodatabase type of the raster column is SE_GDBTYPE_FUNCTION_RASTER, the geodatabase metadata is a binary array that stores a function raster.

Returns

SE_SUCCESS
SE_INVALID_POINTER