<refsection>
<title>Description</title>
<para>
- The function supports splitting a line by (multi)point, (multi)line or (multi)polygon boundary, a polygon by line. The returned geometry is always a collection.
+ The function supports splitting a line by (multi)point, (multi)line or (multi)polygon boundary, a (multi)polygon by line. The returned geometry is always a collection.
</para>
<para>
*
**********************************************************************
*
- * Split polygon by line, line by (multi)line or (multi)polygon boundary,
- * line by point.
+ * Split (multi)polygon by line, line by (multi)line
+ * or (multi)polygon boundary, line by point.
* Returns at most components as a collection.
* First element of the collection is always the part which
* remains after the cut, while the second element is the
* For a line cut by a point the part which remains is the one
* from start of the line to the cut point.
*
- *
* Author: Sandro Santilli <strk@keybit.net>
*
* Work done for Faunalia (http://www.faunalia.it) with fundings
*
* [1] http://trac.osgeo.org/postgis/wiki/UsersWikiSplitPolygonWithLineString
*
+ * Further evolved for RT-SITA to allow splitting lines by multilines
+ * and (multi)polygon boundaries (CIG 6002233F59)
*
**********************************************************************/