Package org.citydb.ade.importer
Interface ADEImporter
-
public interface ADEImporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
executeBatch()
-
-
-
Method Detail
-
executeBatch
void executeBatch() throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
close
void close() throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
-