-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 1.3.0
-
Component/s: client-libs
-
None
-
beta2
-
generic
-
generic
When using the method
createChild(int parentX, int parentY,
int width, int height,
int childMinX, int childMinY,
int bandList[])
on any Raster, the resulting child Raster will have a SampleModel which is
the same as that of the parent, if bandList is null. This will typically
result in the Raster width/height being different than that of it's
SampleModel, which is an error.
createChild(int parentX, int parentY,
int width, int height,
int childMinX, int childMinY,
int bandList[])
on any Raster, the resulting child Raster will have a SampleModel which is
the same as that of the parent, if bandList is null. This will typically
result in the Raster width/height being different than that of it's
SampleModel, which is an error.