]> granicus.if.org Git - postgis/commitdiff
[doc][raster] Fix typos in function names in ST_Intersection, interlink
authorDarafei Praliaskouski <me@komzpa.net>
Tue, 23 Oct 2018 12:19:59 +0000 (12:19 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Tue, 23 Oct 2018 12:19:59 +0000 (12:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16939 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index 9269762751629990282b7615df6dc73e3ec47d9e..027a3425a5585aaf5e93b7d8aebe3a3ecfa253f7 100644 (file)
@@ -9797,7 +9797,7 @@ FROM apple;
                                        </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 @@ FROM apple;
 
                                        <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>