spatialIndex = SpatialIndex.locateAndSetShapeData(shapeFileName);
String dbfFileName = SpatialIndex.dbf(shapeFileName);
try {
if (BinaryFile.exists(dbfFileName)) {
DbfHandler dbfh = createDbfHandler(dbfFileName);
dbfh.setProperties(realPrefix, props);
spatialIndex.setDbf(dbfh);
}
} catch (FormatException fe) {
if (Debug.debugging("shape")) {
Debug.error("ShapeLayer: Couldn't create DBF handler for "