Class DBBuilding
- java.lang.Object
-
- org.citydb.citygml.exporter.database.content.AbstractTypeExporter
-
- org.citydb.citygml.exporter.database.content.AbstractFeatureExporter<org.citygml4j.model.citygml.building.AbstractBuilding>
-
- org.citydb.citygml.exporter.database.content.DBBuilding
-
- All Implemented Interfaces:
DBExporter
public class DBBuilding extends AbstractFeatureExporter<org.citygml4j.model.citygml.building.AbstractBuilding>
-
-
Field Summary
-
Fields inherited from class org.citydb.citygml.exporter.database.content.AbstractFeatureExporter
connection
-
Fields inherited from class org.citydb.citygml.exporter.database.content.AbstractTypeExporter
exporter, select, table
-
-
Constructor Summary
Constructors Constructor Description DBBuilding(java.sql.Connection connection, CityGMLExportManager exporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection<org.citygml4j.model.citygml.building.AbstractBuilding>
doExport(long id, org.citygml4j.model.citygml.building.AbstractBuilding root, FeatureType rootType, java.sql.PreparedStatement ps)
protected boolean
doExport(org.citygml4j.model.citygml.building.AbstractBuilding object, long id, FeatureType featureType)
-
Methods inherited from class org.citydb.citygml.exporter.database.content.AbstractFeatureExporter
close, doExport, getOrCreateBulkStatement, getOrCreateStatement, getOrCreateStatement, prepareBulkStatement
-
Methods inherited from class org.citydb.citygml.exporter.database.content.AbstractTypeExporter
addJoinsToADEHookTables, retrieveADEHookTables
-
-
-
-
Constructor Detail
-
DBBuilding
public DBBuilding(java.sql.Connection connection, CityGMLExportManager exporter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
-
Method Detail
-
doExport
protected boolean doExport(org.citygml4j.model.citygml.building.AbstractBuilding object, long id, FeatureType featureType) throws CityGMLExportException, java.sql.SQLException
- Overrides:
doExport
in classAbstractFeatureExporter<org.citygml4j.model.citygml.building.AbstractBuilding>
- Throws:
CityGMLExportException
java.sql.SQLException
-
doExport
protected java.util.Collection<org.citygml4j.model.citygml.building.AbstractBuilding> doExport(long id, org.citygml4j.model.citygml.building.AbstractBuilding root, FeatureType rootType, java.sql.PreparedStatement ps) throws CityGMLExportException, java.sql.SQLException
- Specified by:
doExport
in classAbstractFeatureExporter<org.citygml4j.model.citygml.building.AbstractBuilding>
- Throws:
CityGMLExportException
java.sql.SQLException
-
-