From 0af34a8590a42dfa1cc1ebbd084e5f146679cf6c Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 9 Apr 2010 16:24:06 +0000 Subject: [PATCH] Add ST_SetUpperLeft git-svn-id: http://svn.osgeo.org/postgis/trunk@5517 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_wktraster.xml | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/doc/reference_wktraster.xml b/doc/reference_wktraster.xml index 81cb00938..45f6a026a 100644 --- a/doc/reference_wktraster.xml +++ b/doc/reference_wktraster.xml @@ -942,6 +942,46 @@ WHERE rid = 2; + + + + ST_SetUpperLeft + Sets the value of the upper left corner of the pixel to projected x,y coordinates + + + + + + raster ST_SetUpperLeft + raster rast + double precision x + double precision y + + + + + + Description + + Set the value of the uppler left corner of raster to the projected x coordinates + + + + Examples + + +SELECT ST_SetUpperLeft(rast,-71.01,42.37) +FROM dummy_rast +WHERE rid = 2; + + + + + + See Also + , + + -- 2.40.0