SE_rasbandinfo_get_tile_origin |
Retrieves the block origin for a raster band.
LONG SE_rasbandinfo_get_tile_origin (const SE_RASBANDINFO rasterband, LFLOAT *x, LFLOAT *y);
rasterband | The raster band handle |
x | A pointer to the x value of the origin |
y | A pointer to the y value of the origin |
SE_rasbandinfo_get_tile_origin returns the tile origin for a raster band. This function returns meaningful information for an SE_RASBANDINFO object that describes an existing raster band only. The tile origin is the real world coordinate of the upper most, left most pixel position of the (0,0) tile.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_RASBANDINFO_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED