[postgis-tickets] r16939 - [doc][raster] Fix typos in function names in ST_Intersection, interlink
Darafei
komzpa at gmail.com
Tue Oct 23 05:19:59 PDT 2018
Author: komzpa
Date: 2018-10-23 05:19:59 -0700 (Tue, 23 Oct 2018)
New Revision: 16939
Modified:
trunk/doc/reference_raster.xml
Log:
[doc][raster] Fix typos in function names in ST_Intersection, interlink
Modified: trunk/doc/reference_raster.xml
===================================================================
--- trunk/doc/reference_raster.xml 2018-10-22 15:26:49 UTC (rev 16938)
+++ trunk/doc/reference_raster.xml 2018-10-23 12:19:59 UTC (rev 16939)
@@ -9797,7 +9797,7 @@
</para>
<para>
- The first three variants, returning a setof geomval, works in vector space. The raster is first vectorized (using ST_DumpAsPolygon) into a set of geomval rows and those rows are then intersected with the geometry using the ST_Intersection(geometry, geometry) PostGIS function. Geometries intersecting only with a nodata value area of a raster returns an empty geometry. They are normally excluded from the results by the proper usage of ST_Intersect in the WHERE clause.
+ The first three variants, returning a setof geomval, works in vector space. The raster is first vectorized (using <xref linkend="RT_ST_DumpAsPolygons" />) into a set of geomval rows and those rows are then intersected with the geometry using the <xref linkend="ST_Intersection" /> (geometry, geometry) PostGIS function. Geometries intersecting only with a nodata value area of a raster returns an empty geometry. They are normally excluded from the results by the proper usage of <xref linkend="RT_ST_Intersects" /> in the WHERE clause.
</para>
<para>
@@ -9834,7 +9834,7 @@
<note>
<para>
- ST_Intersection should be used in conjunction with ST_Intersects and an index on the raster column and/or the geometry column.
+ ST_Intersection should be used in conjunction with <xref linkend="RT_ST_Intersects" /> and an index on the raster column and/or the geometry column.
</para>
</note>
More information about the postgis-tickets
mailing list