tileIndexStore = spi.createDataStore(dastastoreParams);
}
}
if(Utils.isOracleStore(spi)) {
tileIndexStore = new OracleDatastoreWrapper(tileIndexStore,
FilenameUtils.getFullPath(parentLocation));
}
// is this a new store? If so we do not set any properties
if (create) {