Skip to content

Commit 6b56bcd

Browse files
committed
[doc][raster] Fix typos in function names in ST_Intersection, interlink
git-svn-id: http://svn.osgeo.org/postgis/trunk@16939 b70326c6-7e19-0410-871a-916f4a2858ee
1 parent de8c314 commit 6b56bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/reference_raster.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9797,7 +9797,7 @@ FROM apple;
97979797
</para>
97989798

97999799
<para>
9800-
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.
9800+
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.
98019801
</para>
98029802

98039803
<para>
@@ -9834,7 +9834,7 @@ FROM apple;
98349834

98359835
<note>
98369836
<para>
9837-
ST_Intersection should be used in conjunction with ST_Intersects and an index on the raster column and/or the geometry column.
9837+
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.
98389838
</para>
98399839
</note>
98409840

0 commit comments

Comments
 (0)