Class DBGlobalAppearance
- java.lang.Object
-
- org.citydb.citygml.exporter.database.content.AbstractTypeExporter
-
- org.citydb.citygml.exporter.database.content.AbstractAppearanceExporter
-
- org.citydb.citygml.exporter.database.content.DBGlobalAppearance
-
- All Implemented Interfaces:
DBExporter
public class DBGlobalAppearance extends AbstractAppearanceExporter
-
-
Field Summary
-
Fields inherited from class org.citydb.citygml.exporter.database.content.AbstractTypeExporter
exporter, select, table
-
-
Constructor Summary
Constructors Constructor Description DBGlobalAppearance(CacheTable cacheTable, CityGMLExportManager exporter, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
cacheGeometryIds(org.citygml4j.model.gml.base.AbstractGML object)
void
close()
protected org.citygml4j.model.citygml.appearance.Appearance
doExport(long appearanceId)
-
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
-
DBGlobalAppearance
public DBGlobalAppearance(CacheTable cacheTable, CityGMLExportManager exporter, Config config) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
-
Method Detail
-
doExport
protected org.citygml4j.model.citygml.appearance.Appearance doExport(long appearanceId) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
cacheGeometryIds
protected void cacheGeometryIds(org.citygml4j.model.gml.base.AbstractGML object) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
close
public void close() throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-