+ filename + " for Table " + tableMatch + "</H1>\r\n");
out.println(getStylesheetHTML(request));
try {
DcwSpatialIndex ff = new DcwSpatialIndex(filePath, false);
printSpatial(request, response, ff);
ff.close();
} catch (FormatException fe) {
out.println("FormatException while reading spatial index: "
+ fe.getMessage());
}
out.println("</BODY></HTML>\r\n");