Class DBThematicSurface
- java.lang.Object
-
- org.citydb.citygml.exporter.database.content.AbstractTypeExporter
-
- org.citydb.citygml.exporter.database.content.AbstractFeatureExporter<org.citygml4j.model.citygml.building.AbstractBoundarySurface>
-
- org.citydb.citygml.exporter.database.content.DBThematicSurface
-
- All Implemented Interfaces:
DBExporter
public class DBThematicSurface extends AbstractFeatureExporter<org.citygml4j.model.citygml.building.AbstractBoundarySurface>
-
-
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 DBThematicSurface(java.sql.Connection connection, CityGMLExportManager exporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.citydb.sqlbuilder.select.Select
addProjection(org.citydb.sqlbuilder.select.Select select, org.citydb.sqlbuilder.schema.Table table, CombinedProjectionFilter projectionFilter, java.lang.String prefix)
protected org.citygml4j.model.citygml.building.AbstractBoundarySurface
doExport(long id, FeatureType featureType, java.lang.String prefix, java.util.List<org.citydb.sqlbuilder.schema.Table> adeHookTables, java.sql.ResultSet rs)
protected java.util.Collection<org.citygml4j.model.citygml.building.AbstractBoundarySurface>
doExport(long id, org.citygml4j.model.citygml.building.AbstractBoundarySurface root, FeatureType rootType, java.sql.PreparedStatement ps)
protected java.util.Collection<org.citygml4j.model.citygml.building.AbstractBoundarySurface>
doExport(org.citygml4j.model.citygml.building.AbstractBuilding parent, long parentId)
protected java.util.Collection<org.citygml4j.model.citygml.building.AbstractBoundarySurface>
doExport(org.citygml4j.model.citygml.building.BuildingInstallation parent, long parentId)
protected java.util.Collection<org.citygml4j.model.citygml.building.AbstractBoundarySurface>
doExport(org.citygml4j.model.citygml.building.IntBuildingInstallation parent, long parentId)
protected java.util.Collection<org.citygml4j.model.citygml.building.AbstractBoundarySurface>
doExport(org.citygml4j.model.citygml.building.Room parent, long parentId)
-
Methods inherited from class org.citydb.citygml.exporter.database.content.AbstractFeatureExporter
close, doExport, doExport, getOrCreateBulkStatement, getOrCreateStatement, getOrCreateStatement, prepareBulkStatement
-
Methods inherited from class org.citydb.citygml.exporter.database.content.AbstractTypeExporter
addJoinsToADEHookTables, retrieveADEHookTables
-
-
-
-
Constructor Detail
-
DBThematicSurface
public DBThematicSurface(java.sql.Connection connection, CityGMLExportManager exporter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
-
Method Detail
-
addProjection
protected org.citydb.sqlbuilder.select.Select addProjection(org.citydb.sqlbuilder.select.Select select, org.citydb.sqlbuilder.schema.Table table, CombinedProjectionFilter projectionFilter, java.lang.String prefix)
-
doExport
protected java.util.Collection<org.citygml4j.model.citygml.building.AbstractBoundarySurface> doExport(org.citygml4j.model.citygml.building.AbstractBuilding parent, long parentId) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
doExport
protected java.util.Collection<org.citygml4j.model.citygml.building.AbstractBoundarySurface> doExport(org.citygml4j.model.citygml.building.BuildingInstallation parent, long parentId) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
doExport
protected java.util.Collection<org.citygml4j.model.citygml.building.AbstractBoundarySurface> doExport(org.citygml4j.model.citygml.building.IntBuildingInstallation parent, long parentId) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
doExport
protected java.util.Collection<org.citygml4j.model.citygml.building.AbstractBoundarySurface> doExport(org.citygml4j.model.citygml.building.Room parent, long parentId) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
doExport
protected java.util.Collection<org.citygml4j.model.citygml.building.AbstractBoundarySurface> doExport(long id, org.citygml4j.model.citygml.building.AbstractBoundarySurface root, FeatureType rootType, java.sql.PreparedStatement ps) throws CityGMLExportException, java.sql.SQLException
- Specified by:
doExport
in classAbstractFeatureExporter<org.citygml4j.model.citygml.building.AbstractBoundarySurface>
- Throws:
CityGMLExportException
java.sql.SQLException
-
doExport
protected org.citygml4j.model.citygml.building.AbstractBoundarySurface doExport(long id, FeatureType featureType, java.lang.String prefix, java.util.List<org.citydb.sqlbuilder.schema.Table> adeHookTables, java.sql.ResultSet rs) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
-