mbedward / jaitools

Raster image processing for Java developers
17 stars 15 forks source link

LineSmoother and PolygonSmoother should preserve user data from input geometry #204

Closed mbedward closed 11 years ago

mbedward commented 11 years ago

Original author: michael.bedward@gmail.com (September 19, 2012 23:54:28)

Both of these Bezier smoothing classes are ignoring user data associated with the input geometry at the moment. This was picked up as a problem with the Contour operation (Issue 205).

Original issue: http://code.google.com/p/jaitools/issues/detail?id=206

mbedward commented 11 years ago

From michael.bedward@gmail.com on September 20, 2012 00:01:25 Fixed on trunk and tests added r1868