SE_rascolinfo_get_coordref

Retrieves the raster column’s coordinate reference

Usage syntax

LONG SE_rascolinfo_get_coordref
(const SE_RASCOLINFO rastercolumn,
SE_COORDREF coordref);

Parameters
rastercolumn The rastercolumn handle
coordref The coordinate reference of a raster column
Description

SE_rascolinfo_get_coordref retrieves the coordinate reference for a specific raster column. If no coordinate reference exists, SE_NO_COORDREF is returned. If SE_NO_COORDREF is returned, images cannot be mosaicked to the rasters of this column.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_POINTER

SE_INVALID_RASCOLINFO_OBJECT

SE_NET_FAILURE

SE_NO_COORDREF

SE_SDE_NOT_STARTED