Class DBLocalAppearance
- java.lang.Object
-
- org.citydb.citygml.exporter.database.content.AbstractTypeExporter
-
- org.citydb.citygml.exporter.database.content.AbstractAppearanceExporter
-
- org.citydb.citygml.exporter.database.content.DBLocalAppearance
-
- All Implemented Interfaces:
DBExporter
public class DBLocalAppearance extends AbstractAppearanceExporter
-
-
Field Summary
-
Fields inherited from class org.citydb.citygml.exporter.database.content.AbstractTypeExporter
exporter, select, table
-
-
Constructor Summary
Constructors Constructor Description DBLocalAppearance(java.sql.Connection connection, Query query, CityGMLExportManager exporter, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addBatch(long appearanceId, org.citygml4j.model.citygml.core.AbstractCityObject cityObject)
void
close()
protected org.citygml4j.model.citygml.appearance.Appearance
doExport(long appearanceId)
protected void
executeBatch()
-
Methods inherited from class org.citydb.citygml.exporter.database.content.AbstractAppearanceExporter
doExport, triggerLazyTextureExport
-
Methods inherited from class org.citydb.citygml.exporter.database.content.AbstractTypeExporter
addJoinsToADEHookTables, retrieveADEHookTables
-
-
-
-
Constructor Detail
-
DBLocalAppearance
public DBLocalAppearance(java.sql.Connection connection, Query query, CityGMLExportManager exporter, Config config) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
-
Method Detail
-
addBatch
protected void addBatch(long appearanceId, 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
-
doExport
protected org.citygml4j.model.citygml.appearance.Appearance doExport(long appearanceId) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
close
public void close() throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-