mbedward / jaitools

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

Problem with per-tile processing in AbstractSimpleIterator #201

Closed mbedward closed 11 years ago

mbedward commented 11 years ago

Original author: michael.bedward@gmail.com (November 23, 2011 07:02:18)

When AbstractSimpleIterator is used with the TILE_XY processing order, there is a bug in the getIntersectingTileBounds which causes some sub-bounds to be duplicated.

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

mbedward commented 11 years ago

From michael.bedward@gmail.com on November 25, 2011 02:29:57 Fixed on trunk (r1864) and 1.2.x branch (r1865). Added tests.