SE_rasbandinfo_get_tile_origin

Retrieves the block origin for a raster band.

Usage syntax

LONG SE_rasbandinfo_get_tile_origin (const SE_RASBANDINFO rasterband, LFLOAT *x, LFLOAT *y);

Parameters
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
Description

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.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_RASBANDINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED