Class DBBridgeInstallation
- java.lang.Object
-
- org.citydb.citygml.importer.database.content.DBBridgeInstallation
-
- All Implemented Interfaces:
DBImporter
public class DBBridgeInstallation extends java.lang.Object implements DBImporter
-
-
Constructor Summary
Constructors Constructor Description DBBridgeInstallation(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.bridge.BridgeInstallation bridgeInstallation)
long
doImport(org.citygml4j.model.citygml.bridge.BridgeInstallation bridgeInstallation, org.citygml4j.model.citygml.core.AbstractCityObject parent, long parentId)
protected long
doImport(org.citygml4j.model.citygml.bridge.IntBridgeInstallation intBridgeInstallation)
long
doImport(org.citygml4j.model.citygml.bridge.IntBridgeInstallation intBridgeInstallation, org.citygml4j.model.citygml.core.AbstractCityObject parent, long parentId)
void
executeBatch()
-
-
-
Constructor Detail
-
DBBridgeInstallation
public DBBridgeInstallation(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.bridge.BridgeInstallation bridgeInstallation) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
doImport
protected long doImport(org.citygml4j.model.citygml.bridge.IntBridgeInstallation intBridgeInstallation) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
doImport
public long doImport(org.citygml4j.model.citygml.bridge.BridgeInstallation bridgeInstallation, org.citygml4j.model.citygml.core.AbstractCityObject parent, long parentId) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
doImport
public long doImport(org.citygml4j.model.citygml.bridge.IntBridgeInstallation intBridgeInstallation, org.citygml4j.model.citygml.core.AbstractCityObject parent, long parentId) 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
-
-