SE_rasbandinfo_set_gdb_metadata

Sets the geodatabase metadata for the raster band

Usage syntax

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

Parameters
rasterbandinfo The rasterband handle
data A pointer to the geodatabase metadata
size The length of geodatabase metadata
Description

SE_rasbandinfo_set_gdb_metadata sets the  geodatabase metadata of the specified raster band.

If the geodatabase metadata type of the raster column in the raster band is set to SE_GDBTYPE_REF_RASTER, define the data argument as a character array that stores the path name to a raster image file. However, if the geodatabase metadata type of the raster column is set to SE_GDBTYPE_FUNCTION_RASTER, define the data argument as a binary array that stores a function raster.

Returns

SE_SUCCESS
SE_INVALID_RASBANDINFO_OBJECT

SE_SDE_NOT_STARTED