| SE_rascolinfo_get_gdbtype |
Retrieves the geodatabase type associated with the raster column.
LONG SE_rascolinfo_get_gdbtype (const SE_RASCOLINFO handle, UCHAR *gdbtype);
| rastercolumn | The SE_RASCOLINFO handle |
| gdbtype | A pointer to which the result geodatabase type will be |
SE_rascolinfo_get_gdbtype retrieves the geodatabase type associated with the raster column. Currently the valid gdbtype values are:
SE_GDBTYPE_NONE - the image is not registered as a raster dataset
SE_GDBTYPE_RASTERMAP - the image is registered as a geodatabase raster
dataset
To be registered as a raster dataset an image must conform to the following properties:
1. the gdbtype enumeration must be set to SE_GDTTYPE_RASTERMAP
2. the business table must include a column called name set to the literal
value "ESRI_SDERASTERDATASET"
3. the business table must contain a single row
Raster columns created in this way are viewed by ArcGIS as a raster dataset.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_RASCOLINFO_OBJECT
SE_SDE_NOT_STARTED