From: Regina Obe Date: Thu, 2 Jun 2011 22:51:27 +0000 (+0000) Subject: fix wording of reclassarg and summarystats X-Git-Tag: 2.0.0alpha1~1500 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9bfae82055bb2ee2f227cdb4cf0103dc24cd3b6;p=postgis fix wording of reclassarg and summarystats git-svn-id: http://svn.osgeo.org/postgis/trunk@7314 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index f92540e9f..ec0b81ada 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -340,11 +340,11 @@ VALUES (1, nband integer - The band number. + The band number of band to reclassify. reclassexpr text - range expression consisting of - (define range) and : to define mapping that defines how to map old band values to new band values. ( means >, ) means less than, ] < or equal, [ means > or equal + range expression consisting of comma delimited range:map_range mappings. : to define mapping that defines how to map old band values to new band values. ( means >, ) means less than, ] < or equal, [ means > or equal pixeltype text @@ -362,7 +362,7 @@ VALUES (1, Example: Reclassify band 1 as an 1BB and no nodata value defined - SELECT ROW(2, '0-100]:0, (100-255:1', '1BB', NULL)::reclassarg; + SELECT ROW(1, '0-100]:0, (100-255:1', '1BB', NULL)::reclassarg; See Also @@ -373,11 +373,11 @@ VALUES (1, summarystats - A composite type used as output the ST_SummaryStats function. + A composite type used as output of the ST_SummaryStats function. Description - A composite type used as output the ST_SummaryStats function. Note that depending on exclude_nodata_value of function, may or may not contain nodata pixels. + A composite type used as output the ST_SummaryStats function. Note that depending on exclude_nodata_value of function, may or may not contain nodata pixels. count bigint