名稱

ST_SetUpperLeft — 設定影像柵格左上角像素的投影 X 和 Y 坐標值。

概要

raster ST_SetUpperLeft(raster rast, double precision x, double precision y);

描述

設定影像柵格左上角的投影 X 和 Y 坐標值。

範例

SELECT ST_SetUpperLeft(rast,-71.01,42.37)
FROM dummy_rast
WHERE rid = 2;
                    

另請參閱

ST_UpperLeftXST_UpperLeftY