Class DBCityObjectGenericAttrib
- java.lang.Object
-
- org.citydb.citygml.importer.database.content.DBCityObjectGenericAttrib
-
- All Implemented Interfaces:
DBImporter
public class DBCityObjectGenericAttrib extends java.lang.Object implements DBImporter
-
-
Constructor Summary
Constructors Constructor Description DBCityObjectGenericAttrib(java.sql.Connection batchConn, Config config, CityGMLImportManager importer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
doImport(java.lang.String attributeName, GeometryObject geometry, long cityObjectId)
void
doImport(org.citygml4j.model.citygml.generics.AbstractGenericAttribute genericAttribute, long cityObjectId)
protected void
doImport(org.citygml4j.model.citygml.generics.AbstractGenericAttribute genericAttribute, long parentId, long rootId, long cityObjectId)
void
executeBatch()
-
-
-
Constructor Detail
-
DBCityObjectGenericAttrib
public DBCityObjectGenericAttrib(java.sql.Connection batchConn, Config config, CityGMLImportManager importer) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-
Method Detail
-
doImport
public void doImport(org.citygml4j.model.citygml.generics.AbstractGenericAttribute genericAttribute, long cityObjectId) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
doImport
protected void doImport(org.citygml4j.model.citygml.generics.AbstractGenericAttribute genericAttribute, long parentId, long rootId, long cityObjectId) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
doImport
public void doImport(java.lang.String attributeName, GeometryObject geometry, long cityObjectId) 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
-
-