Class AbstractAppearanceExporter
- java.lang.Object
-
- org.citydb.citygml.exporter.database.content.AbstractTypeExporter
-
- org.citydb.citygml.exporter.database.content.AbstractAppearanceExporter
-
- All Implemented Interfaces:
DBExporter
- Direct Known Subclasses:
DBGlobalAppearance
,DBLocalAppearance
public abstract class AbstractAppearanceExporter extends AbstractTypeExporter
-
-
Field Summary
-
Fields inherited from class org.citydb.citygml.exporter.database.content.AbstractTypeExporter
exporter, select, table
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractAppearanceExporter(boolean isGlobal, CacheTable cacheTable, CityGMLExportManager exporter, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.Long,org.citygml4j.model.citygml.appearance.Appearance>
doExport(java.sql.ResultSet rs)
protected void
triggerLazyTextureExport(org.citygml4j.model.gml.feature.AbstractFeature feature)
-
Methods inherited from class org.citydb.citygml.exporter.database.content.AbstractTypeExporter
addJoinsToADEHookTables, retrieveADEHookTables
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.citydb.citygml.exporter.database.content.DBExporter
close
-
-
-
-
Constructor Detail
-
AbstractAppearanceExporter
protected AbstractAppearanceExporter(boolean isGlobal, CacheTable cacheTable, CityGMLExportManager exporter, Config config) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
-
Method Detail
-
triggerLazyTextureExport
protected void triggerLazyTextureExport(org.citygml4j.model.gml.feature.AbstractFeature feature)
-
doExport
protected java.util.Map<java.lang.Long,org.citygml4j.model.citygml.appearance.Appearance> doExport(java.sql.ResultSet rs) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
-