Class DBTexImage
- java.lang.Object
-
- org.citydb.citygml.importer.database.content.DBTexImage
-
- All Implemented Interfaces:
DBImporter
public class DBTexImage extends java.lang.Object implements DBImporter
-
-
Constructor Summary
Constructors Constructor Description DBTexImage(java.sql.Connection connection, Config config, CityGMLImportManager importer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
long
doImport(org.citygml4j.model.citygml.appearance.AbstractTexture abstractTexture, long surfaceDataId)
void
executeBatch()
-
-
-
Constructor Detail
-
DBTexImage
public DBTexImage(java.sql.Connection connection, Config config, CityGMLImportManager importer) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-
Method Detail
-
doImport
public long doImport(org.citygml4j.model.citygml.appearance.AbstractTexture abstractTexture, long surfaceDataId) 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
-
-