]> granicus.if.org Git - postgis/commitdiff
Cleanup description for ST_SetValues()
authorBborie Park <bkpark at ucdavis.edu>
Wed, 17 Oct 2012 19:30:47 +0000 (19:30 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Wed, 17 Oct 2012 19:30:47 +0000 (19:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10459 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index 299d72b55826e591ea0619d81c8af4b55bfc7fc0..5a5c176020a3f8ff970880a66f54e08c2e45bd91 100644 (file)
@@ -4180,7 +4180,11 @@ GROUP BY (foo.geomval).val;
                                </para>
 
                                <para>
-                                       For Variant 1, the specific pixels to be set are determined by the <varname>columnx</varname>, <varname>rowy</varname> pixel coordinates and the dimensions of the <varname>newvalueset</varname> array. <varname>noset</varname> can be used to prevent pixels with values present in <varname>newvalueset</varname> from being set (due to PostgreSQL not permitting ragged/jagged arrays). If <varname>keepnodata</varname> is TRUE, those pixels whose values are NODATA will not be set with the corresponding value in <varname>newvalueset</varname>.  See example Variant 1.
+                                       If <varname>keepnodata</varname> is TRUE, those pixels whose values are NODATA will not be set with the corresponding value in <varname>newvalueset</varname>.
+                               </para>
+
+                               <para>
+                                       For Variant 1, the specific pixels to be set are determined by the <varname>columnx</varname>, <varname>rowy</varname> pixel coordinates and the dimensions of the <varname>newvalueset</varname> array. <varname>noset</varname> can be used to prevent pixels with values present in <varname>newvalueset</varname> from being set (due to PostgreSQL not permitting ragged/jagged arrays). See example Variant 1.
                                </para>
 
                                <para>
@@ -4188,7 +4192,7 @@ GROUP BY (foo.geomval).val;
                                </para>
 
                                <para>
-                                       For Variant 3, the specific pixels to be set are determined by the <varname>columnx</varname>, <varname>rowy</varname> pixel coordinates, <varname>width</varname> and <varname>height</varname>. If <varname>keepnodata</varname> is TRUE, those pixels whose values are NODATA will not be set with the corresponding value in <varname>newvalueset</varname>.  See example Variant 3.
+                                       For Variant 3, the specific pixels to be set are determined by the <varname>columnx</varname>, <varname>rowy</varname> pixel coordinates, <varname>width</varname> and <varname>height</varname>. See example Variant 3.
                                </para>
 
                                <para>