mbedward / jaitools

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

Add getPos( destinationPoint ) method to iterator #199

Closed mbedward closed 11 years ago

mbedward commented 11 years ago

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

AbstractSimpleIterator.getPos allocates a new Point object on each call. Add a version that accepts a destination arg (which may be null).

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

mbedward commented 11 years ago

From michael.bedward@gmail.com on November 21, 2011 04:28:25 Committed to 1.2.x branch (r1862) and trunk (r1863)