wachub / jaitools

Automatically exported from code.google.com/p/jaitools
0 stars 0 forks source link

SimpleIterator should convert outside values to the appropriate class #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
AbstractSimpleIterator.getSample methods return image values as Integer, Float, 
or Double based on the image data type but presently outside values are just 
returned of class X, where X is whatever was originally passed to the 
constructor.

For consistency, the outside value should be given the return type as image 
values.

Original issue reported on code.google.com by michael.bedward@gmail.com on 15 Jun 2011 at 1:00

GoogleCodeExporter commented 9 years ago
Fixed on trunk (r1703) and 1.2.x branch (r1704)

Original comment by michael.bedward@gmail.com on 15 Jun 2011 at 1:00