<refpurpose>
Given a (multi)geometry, returns a (multi)geometry consisting only of elements of the specified type.
-Sub-geometries that are not the specified type are ignored. If there are no sub-geometries of the right type, an EMPTY geometry will be returned.
-Only points, lines and polygons are supported. Type numbers are 1 == POINT, 2 == LINESTRING, 3 == POLYGON.
</refpurpose>
</refnamediv>
</refsection>
<refsection>
<title>See Also</title>
- <para><xref linkend="ST_Multi" /></para>
+ <para><xref linkend="ST_Multi" />, <xref linkend="ST_Dump" /></para>
</refsection>
</refentry>