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 datastore. SE_raster_create builds the other tables 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