SE_rasbandinfo_set_gdb_metadata |
Sets the geodatabase metadata for the raster band
LONG SE_rasbandinfo_set_gdb_metadata (SE_RASBANDINFO handle, const void *data, LONG size);
rasterbandinfo | The rasterband handle |
data | A pointer to the geodatabase metadata |
size | The length of geodatabase metadata |
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.