mbedward / jaitools

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

WritableSimpleIterator should have constructor with Order arg #200

Closed mbedward closed 11 years ago

mbedward commented 11 years ago

Original author: michael.bedward@gmail.com (November 21, 2011 04:36:04)

SimpleIterator offers a constructor with an Order arg to specify pixel visiting order (x-y within whole image or x-y within tiles). WritableSimpleIterator should have the same option.

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

mbedward commented 11 years ago

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