Is there a recommended way to remove collinear points in a geometry, e.g. 
polygon? I have tried using DouglasPeuckerSimplifier on polygon with a distance 
of 0 (zero) and it removes the collinear points. However, the documentation on 
DouglasPeuckerSimplifier states that a distance of 0 is essentially a no-op. 
Then why dos it remove the points?

I will appreciate your comments on this and possibly a solution to my problem 
above.

Thanks!
_______________________________________________
jts-devel mailing list
[email protected]
http://lists.refractions.net/mailman/listinfo/jts-devel

Reply via email to