Hey Saul,
I'm having a bit of trouble understanding the usage of ArcSDEPyramid, may be
you can bring some light :)
I'm pretty sure I've come to an exception in ArcSDEPyramid constructor last
week with a raster dataset for which skipLevelOne was set to false.
My question is regarding the following snippet in the constructor:
for (int i = 0; i < numLevels; i++) {
if (i == 1 && rasterAttributes.skipLevelOne()) {
continue;
}
..........
shouldn't it be like this:
if (i == 0 && rasterAttributes.skipLevelOne())
Cheers
--
Gabriel Roldan
OpenGeo - http://www.opengeo.org
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel