SE_raster_create

Creates a raster entry in the raster datastore

Usage syntax

LONG SE_raster_create (SE_CONNECTION connection, const SE_RASTERINFO raster, LONG *raster_id);

Parameters
connection The connection handle
raster A pointer to the raster
raster_id A pointer to the raster ID
Description

SE_raster_create creates a raster entry in the RASTER_COLUMNS system table. SE_raster_create builds the other tables (SDE_RAS_<N>, SDE_AUX_<N>, SDE_BND_<N>, and SDE_BLK_<N>) that ArcSDE requires to store raster information.

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_FAILURE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_SDE_NOT_STARTED