<div dir="ltr">Thanks, Sandro for the quick reply.<div><br></div><div>Good to read we don't need to implement both.<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><div dir="ltr">Regards,<br>
<br>Paul<br></div></div></div></div></div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op do 28 mrt. 2019 om 12:02 schreef Sandro Santilli <<a href="mailto:strk@kbt.io">strk@kbt.io</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Mar 28, 2019 at 11:50:36AM +0100, Paul Meems wrote:<br>
<br>
> But I don't want my geometry to be altered I just want to remove vertices<br>
> that don't contribute to the shape of the geometry.<br>
> Consider a square with not only 4 corner points but also points between the<br>
> corner points.<br>
> Those points I want to remove because they are redundant and without them,<br>
> I still have the 'same' square.<br>
> <br>
> Should/can I use removeRepeatedPoints() or should I use another method?<br>
<br>
Use DP simplify with a tolerance of 0, will do what you're asking for.<br>
<br>
--strk;<br>
_______________________________________________<br>
geos-devel mailing list<br>
<a href="mailto:geos-devel@lists.osgeo.org" target="_blank">geos-devel@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geos-devel" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geos-devel</a></blockquote></div>