From: Bborie Park Date: Fri, 19 Oct 2012 00:27:58 +0000 (+0000) Subject: Fixed annoyances in the raster docs X-Git-Tag: 2.1.0beta2~504 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4de3389591bdc87f97bf42abe5e3d588aa7744d;p=postgis Fixed annoyances in the raster docs git-svn-id: http://svn.osgeo.org/postgis/trunk@10478 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index c9b855f2f..e2969c5a4 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -4042,33 +4042,33 @@ FROM ( - - raster ST_SetValue - raster rast - geometry pt - double precision newvalue - - - raster ST_SetValue - raster rast - integer bandnum - geometry pt - double precision newvalue - + + raster ST_SetValue + raster rast + integer bandnum + geometry geom + double precision newvalue + + + raster ST_SetValue + raster rast + geometry geom + double precision newvalue + - raster ST_SetValue - raster rast - integer columnx - integer rowy - double precision newvalue + raster ST_SetValue + raster rast + integer bandnum + integer columnx + integer rowy + double precision newvalue - - raster ST_SetValue - raster rast - integer bandnum - integer columnx - integer rowy - double precision newvalue + + raster ST_SetValue + raster rast + integer columnx + integer rowy + double precision newvalue @@ -4078,7 +4078,7 @@ FROM ( Returns modified raster resulting from setting the specified pixels' values to new value for the designed band given the raster's row and column or a geometry. If no band is specified, then band 1 is assumed. - Enhanced: 2.1.0 Geometry variant of ST_SetValue() now supports any geometry type, not just point. The geometry variant is also a wrapper around the geomval[] variant of ST_SetValues() + Enhanced: 2.1.0 Geometry variant of ST_SetValue() now supports any geometry type, not just point. The geometry variant is a wrapper around the geomval[] variant of ST_SetValues() @@ -4614,7 +4614,7 @@ ORDER BY rid, gid; (4 rows) - The following shows that following geomvals in the array can overwrite prior geomvals + The following shows that geomvals later in the array can overwrite prior geomvals WITH foo AS ( SELECT 1 AS rid, ST_AddBand(ST_MakeEmptyRaster(5, 5, 0, 0, 1, -1, 0, 0, 0), 1, '8BUI', 0, 0) AS rast @@ -7448,7 +7448,7 @@ FROM dummy_rast; The hill shade equation is: max_bright * ( (cos(zenith)*cos(slope)) + (sin(zenith)*sin(slope)*cos(azimuth - aspect)) ). Availability: 2.0.0 - Enhanced: 2.1.0 Uses ST_MapAlgebra and added optional interpolate_nodata function parameter + Enhanced: 2.1.0 Uses ST_MapAlgebra() and added optional interpolate_nodata function parameter @@ -7460,9 +7460,9 @@ FROM dummy_rast; See Also - - - + , + , + @@ -7519,7 +7519,7 @@ FROM dummy_rast; The equation for the pixel aspect of cell E is: atan2((((G + 2H + I) - (A + 2B + C)) / 8), -(((C + 2F + I) - (A + 2D + G)) / 8)) Availability: 2.0.0 - Enhanced: 2.1.0 Uses and added optional interpolate_nodata function parameter + Enhanced: 2.1.0 Uses ST_MapAlgebra() and added optional interpolate_nodata function parameter @@ -7531,9 +7531,9 @@ FROM dummy_rast; See Also - - - + , + , + @@ -7590,7 +7590,7 @@ FROM dummy_rast; The equation for the pixel slope of cell E is: atan(sqrt(((c + 2f + i) - (a + 2d + g) / 8)^2 + (((g + 2h + i) - (a + 2b + c)) / 8) ^ 2)) Availability: 2.0.0 - Enhanced: 2.1.0 Uses and added optional interpolate_nodata function parameter + Enhanced: 2.1.0 Uses ST_MapAlgebra() and added optional interpolate_nodata function parameter @@ -7602,9 +7602,9 @@ FROM dummy_rast; See Also - - - + , + , +