+ ".shx"));
xos.writeIndex(indexData,
list.getType(),
list.getExtents());
DbfOutputStream dos = new DbfOutputStream(new FileOutputStream(path
+ ".dbf"));
dos.writeModel(layer.getModel());
} catch (Exception exception) {
System.out.println(exception);
}
}
} else {