ST_SetUpperLeft — 設定影像柵格左上角像素的投影 X 和 Y 坐標值。
raster ST_SetUpperLeft(raster rast, double precision x, double precision y);
raster ST_SetUpperLeft(
)
設定影像柵格左上角的投影 X 和 Y 坐標值。
SELECT ST_SetUpperLeft(rast,-71.01,42.37) FROM dummy_rast WHERE rid = 2;
ST_UpperLeftX、ST_UpperLeftY