accessible selectivity and stats reader functions for testing
- #2210, ST_MinConvexHull(raster)
- lwgeom_from_geojson in liblwgeom (Sandro Santilli / Vizzuality)
+ - #1687, ST_Simplify for TopoGeometry (Sandro Santilli / Vizzuality)
* Enhancements *
- #823, tiger geocoder: Make loader_generate_script download portion
</refsection>
</refentry>
+ <refentry id="TP_ST_Simplify">
+ <refnamediv>
+ <refname>ST_Simplify</refname>
+ <refpurpose>Returns a "simplified" version of the given geometry using
+ the Douglas-Peucker algorithm.</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>geometry <function>ST_Simplify</function></funcdef>
+ <paramdef><type>TopoGeometry</type> <parameter>geomA</parameter></paramdef>
+ <paramdef><type>float</type> <parameter>tolerance</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ </refsynopsisdiv>
+
+ <refsection>
+ <title>Description</title>
+ <para>Returns a "simplified" version of the given TopoGeometry using
+ the Douglas-Peucker algorithm on each component edge.</para>
+
+ <note><para>The returned geometry may be non-simple or non-valid.</para>
+ <para>Splitting component edges may help retaining simplicity/validity.</para></note>
+
+ <para>Performed by the GEOS module.</para>
+ <para>Availability: 2.1.0</para>
+ </refsection>
+
+ <refsection>
+ <title>See Also</title>
+ <para>Geometry <xref linkend="ST_Simplify" />, <xref linkend="ST_IsSimple" />, <xref linkend="ST_IsValid" />, <xref linkend="ST_ModEdgeSplit" /></para>
+ </refsection>
+ </refentry>
+
</sect1>
</refsection>
<refsection>
<title>See Also</title>
- <para><xref linkend="ST_IsSimple" />, <xref linkend="ST_SimplifyPreserveTopology" /></para>
+ <para><xref linkend="ST_IsSimple" />, <xref linkend="ST_SimplifyPreserveTopology" />, Topology <xref linkend="TP_ST_Simplify"/></para>
</refsection>
</refentry>