Re: [Geotools-devel] Java implementation of Alan Saalfeld's algorithm

2012-06-06 Thread Michael Bedward
David, The JTS library includes the standard Douglas-Peucker algorithm: http://tsusiatsoftware.net/jts/javadoc/com/vividsolutions/jts/simplify/DouglasPeuckerSimplifier.html as well as a topology preserving algorithm: http://tsusiatsoftware.net/jts/javadoc/com/vividsolutions/jts/simplify/TopologyP

[Geotools-devel] Java implementation of Alan Saalfeld's algorithm

2012-06-06 Thread David Shi
Dear Geotools community friends, I wonder whether there is such a Java implementation available. Alan Saalfeld et al's algorithm and source codes. http://books.google.ie/books/about/A_Modified_Douglas_Peucker_Simplificatio.html?id=gbQjywAACAAJ&redir_esc=y In Zhiyuan Zhao and Alan Saafeld's pap