@Ignore
public void testArcSDEPyramidHypothetical() throws Exception {
RasterInfo pyramid = createPyramid();
System.out.println(pyramid);
RasterTestData testData = new RasterTestData();
testData.setUp();
String tableName = testData.getRasterTableName(RasterCellType.TYPE_8BIT_U, 1, false);
testData.loadTestRaster(tableName, 1, 1013, 1021, RasterCellType.TYPE_8BIT_U, null, true,
false, SeRaster.SE_INTERPOLATION_NEAREST, 9);
ISessionPool pool = testData.getConnectionPool();
ISession conn = pool.getSession();
final SeQuery q = conn.createAndExecuteQuery(new String[] { "RASTER" }, new SeSqlConstruct(
tableName));