<term>Segmentize(geometry, maxlength)</term>
<listitem>
- <para>Return a modified [multi]polygon having no ring segment
+ <para>Return a modified geometry having no segment
longer then the given distance. Interpolated points will have Z
and M values (if needed) set to 0. Distance computation is
performed in 2d only.</para>
/*
- * Returns a modified [multi]polygon so that no ring segment is
+ * Returns a modified geometry so that no segment is
* longer then the given distance (computed using 2d).
* Every input point is kept.
* Z and M values for added points (if needed) are set to 0.