Class DBTunnelHollowSpace
- java.lang.Object
-
- org.citydb.citygml.importer.database.content.DBTunnelHollowSpace
-
- All Implemented Interfaces:
DBImporter
public class DBTunnelHollowSpace extends java.lang.Object implements DBImporter
-
-
Constructor Summary
Constructors Constructor Description DBTunnelHollowSpace(java.sql.Connection batchConn, Config config, CityGMLImportManager importer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected long
doImport(org.citygml4j.model.citygml.tunnel.HollowSpace hollowSpace)
long
doImport(org.citygml4j.model.citygml.tunnel.HollowSpace hollowSpace, long tunnelId)
void
executeBatch()
-
-
-
Constructor Detail
-
DBTunnelHollowSpace
public DBTunnelHollowSpace(java.sql.Connection batchConn, Config config, CityGMLImportManager importer) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
-
Method Detail
-
doImport
protected long doImport(org.citygml4j.model.citygml.tunnel.HollowSpace hollowSpace) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
doImport
public long doImport(org.citygml4j.model.citygml.tunnel.HollowSpace hollowSpace, long tunnelId) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
executeBatch
public void executeBatch() throws CityGMLImportException, java.sql.SQLException
- Specified by:
executeBatch
in interfaceDBImporter
- Throws:
CityGMLImportException
java.sql.SQLException
-
close
public void close() throws CityGMLImportException, java.sql.SQLException
- Specified by:
close
in interfaceDBImporter
- Throws:
CityGMLImportException
java.sql.SQLException
-
-