Class DBGeneralization
- java.lang.Object
-
- org.citydb.citygml.exporter.database.content.DBGeneralization
-
- All Implemented Interfaces:
DBExporter
public class DBGeneralization extends java.lang.Object implements DBExporter
-
-
Constructor Summary
Constructors Constructor Description DBGeneralization(java.sql.Connection connection, CityGMLExportManager exporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addBatch(long generalizesToId, org.citygml4j.model.citygml.core.AbstractCityObject cityObject)
void
close()
protected void
executeBatch()
-
-
-
Constructor Detail
-
DBGeneralization
public DBGeneralization(java.sql.Connection connection, CityGMLExportManager exporter)
-
-
Method Detail
-
addBatch
protected void addBatch(long generalizesToId, org.citygml4j.model.citygml.core.AbstractCityObject cityObject) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
executeBatch
protected void executeBatch() throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
close
public void close() throws java.sql.SQLException
- Specified by:
close
in interfaceDBExporter
- Throws:
java.sql.SQLException
-
-