Class DBTextureParam
- java.lang.Object
-
- org.citydb.citygml.importer.database.content.DBTextureParam
-
- All Implemented Interfaces:
DBImporter
public class DBTextureParam extends java.lang.Object implements DBImporter
-
-
Constructor Summary
Constructors Constructor Description DBTextureParam(java.sql.Connection batchConn, Config config, CityGMLImportManager importer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected void
doImport(long surfaceDataId, long surfaceGeometryId)
protected void
doImport(java.lang.String worldToTexture, long surfaceDataId, long surfaceGeometryId)
protected void
doImport(LocalAppearanceHandler.SurfaceGeometryTarget target, long surfaceDataId)
void
executeBatch()
-
-
-
Constructor Detail
-
DBTextureParam
public DBTextureParam(java.sql.Connection batchConn, Config config, CityGMLImportManager importer) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-
Method Detail
-
doImport
protected void doImport(LocalAppearanceHandler.SurfaceGeometryTarget target, long surfaceDataId) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
doImport
protected void doImport(java.lang.String worldToTexture, long surfaceDataId, long surfaceGeometryId) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
doImport
protected void doImport(long surfaceDataId, long surfaceGeometryId) 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
-
-