SE_rastileinfo_get_rowcol

Retrieves the row and column ID.

Usage syntax

LONG SE_rastileinfo_get_rowcol (const SE_RASTILEINFO tile, LONG *row, LONG *column);

Parameters
tile The tile handle
row A pointer to the row number
column A pointer to the column number
Description

SE_rastileinfo_get_rowcol retrieves the row and column number. This function returns meaningful information for an SE_RASTILEINFO object that describes an existing raster tile only.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_RASTILEINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED