From: Regina Obe Date: Fri, 9 Apr 2010 16:24:06 +0000 (+0000) Subject: Add ST_SetUpperLeft X-Git-Tag: 2.0.0alpha1~3053 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0af34a8590a42dfa1cc1ebbd084e5f146679cf6c;p=postgis Add ST_SetUpperLeft git-svn-id: http://svn.osgeo.org/postgis/trunk@5517 b70326c6-7e19-0410-871a-916f4a2858ee --- 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 + , + +