From: Regina Obe Date: Mon, 30 May 2011 01:56:17 +0000 (+0000) Subject: reference to st_valuecount in st_dumpaspixels X-Git-Tag: 2.0.0alpha1~1528 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f940d2225aba27b6c76011d2774987cd12c18a14;p=postgis reference to st_valuecount in st_dumpaspixels git-svn-id: http://svn.osgeo.org/postgis/trunk@7286 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index dddfb2162..10355b003 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -3738,6 +3738,7 @@ FROM (SELECT ST_SetRotation(rast,0.1,0.1) As rast Availability: Requires GDAL 1.7 or higher. If there is a no data value set for a band, pixels with that value will not be returned. + If you only care about count of pixels with a given value in a raster, it is faster to use . @@ -3765,7 +3766,7 @@ ORDER BY val; See Also - ,,, + ,, ,