form polygons NULL is returned. The inputs can be LINESTRINGS, MULTILINESTRINGS, POLYGONS, MULTIPOLYGONS, and GeometryCollections.
</para>
<para>This function will assume all inner geometries represent holes</para>
+
+ <note>
+ <para>Input linework must be correctly noded for this function to work properly</para>
+ </note>
+
<para>Availability: 1.1.0 - requires GEOS >= 2.1.0.</para>
</refsection>
<title>See Also</title>
<para>
+ <xref linkend="ST_Node" />,
<xref linkend="ST_BdPolyFromText" />,
<xref linkend="ST_BdMPolyFromText" />wrappers to
this function with standard OGC interface</para>
<para>Geometry Collections are often difficult to deal with with third party tools, so use ST_Polygonize in conjunction with <xref linkend="ST_Dump" /> to dump the polygons
out into individual polygons.</para>
</note>
+
+ <note>
+ <para>Input linework must be correctly noded for this function to work properly</para>
+ </note>
+
<para>Availability: 1.0.0RC1 - requires GEOS >= 2.1.0.</para>
</refsection>
<refsection>
<title>See Also</title>
- <para><xref linkend="ST_Dump" /></para>
+ <para>
+ <xref linkend="ST_Node" />,
+ <xref linkend="ST_Dump" />
+ </para>
</refsection>
</refentry>