*/
public void dropGeometryTable() throws ApplicationGeoLayerException {
try {
GeometryLocalHome geometryHome = GeometryUtil.getLocalHome();
geometryHome.dropDbTable();
} catch (NamingException e) {
throw new ApplicationGeoLayerException(e);
} catch (Exception e) {
throw new ApplicationGeoLayerException(e);
}