From 1959c4cb86ca34bd839d1e190dc751fc80111a72 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sat, 10 Mar 2012 13:44:04 +0000 Subject: [PATCH] wrap more content in (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9463 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 88 +++++++++++++++++++++------------------- 1 file changed, 46 insertions(+), 42 deletions(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 060d40310..42fb37319 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -1685,6 +1685,7 @@ rastheight | pixheight | scalex | scaley | skewx | skewy Returns the width of a pixel in geometric units of the spatial reference system. In the common case where there is no skew, the pixel width is just the scale ratio between geometric coordinates and raster pixels. The following diagram demonstrates the relationship: + @@ -1693,6 +1694,7 @@ rastheight | pixheight | scalex | scaley | skewx | skewy Pixel Width: Pixel size in the i directionPixel Height: Pixel size in the j direction + @@ -3915,32 +3917,32 @@ SELECT ST_UpperLeftX(ST_SnapToGrid(ST_AddBand(ST_MakeEmptyRaster(10, 10, 0, 0, 0 - + original mass state plane meters (mass_stm) - + - + After transform to wgs 84 long lat (wgs_84) - + - + After transform to wgs 84 long lat with bilinear algorithm instead of NN default (wgs_84_bilin) - + @@ -5316,23 +5318,23 @@ WHERE rid = 6) As foo; - + Full raster tile before clipping - + - + After Clipping - + @@ -5354,23 +5356,23 @@ WHERE rid = 4; - + Full raster tile before clipping - + - + After Clipping - + @@ -5975,23 +5977,23 @@ FROM dummy_rast WHERE rid = 2; - + original (column rast-view) - + - + rast_view_ma - + @@ -6156,23 +6158,23 @@ FROM fun_shapes WHERE - + mapalgebra intersection - + - + map algebra union - + @@ -6215,44 +6217,44 @@ WITH mygeoms - + rast1 - + - + rast2 - + - + rast3 - + - + final_rast - + @@ -6282,14 +6284,14 @@ FROM - + The blue lines are the boundaries of select parcels - + @@ -6478,22 +6480,22 @@ FROM dummy_rast WHERE rid = 2; - + original (column rast-view) - - + + rast_view_ma - + @@ -6664,14 +6666,14 @@ SELECT ST_AddBand(ST_AddBand(rasts[1], rasts[2]),rasts[3]), 4, 'map bands overla - + map bands overlay (canvas) (R: small road, G: circle, B: big road) - + @@ -6712,6 +6714,7 @@ SELECT ST_MapAlgebraFct(m1.rast, 1, m1.rast, 3, FROM map_shapes As m1 WHERE m1.descrip = 'map bands overlay fct union (canvas)'; + @@ -6720,6 +6723,7 @@ SELECT ST_MapAlgebraFct(m1.rast, 1, m1.rast, 3, user defined with extra args and different bands from same raster + @@ -6851,22 +6855,22 @@ SELECT ST_MapAlgebraFctNgb(rast, 1, '8BUI', 4,4, - + First band of our raster - - + + new raster after averaging pixels withing 4x4 pixels of each other - + -- 2.40.0