st_rastertoworldcoord


Description

args: rast, xcolumn, yrow - Returns the rasters upper left corner as geometric X and Y (longitude and latitude) given a column and row. Column and row starts at 1.

Parameters

Name Type Mode
rast USER-DEFINED IN
columnx integer IN
rowy integer IN
longitude double precision OUT
latitude double precision OUT