Class DBCityObjectGroup
- java.lang.Object
-
- org.citydb.citygml.exporter.database.content.AbstractTypeExporter
-
- org.citydb.citygml.exporter.database.content.DBCityObjectGroup
-
- All Implemented Interfaces:
DBExporter
public class DBCityObjectGroup extends AbstractTypeExporter
-
-
Field Summary
-
Fields inherited from class org.citydb.citygml.exporter.database.content.AbstractTypeExporter
exporter, select, table
-
-
Constructor Summary
Constructors Constructor Description DBCityObjectGroup(java.sql.Connection connection, CityGMLExportManager exporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected boolean
doExport(org.citygml4j.model.citygml.cityobjectgroup.CityObjectGroup cityObjectGroup, long id, FeatureType featureType)
-
Methods inherited from class org.citydb.citygml.exporter.database.content.AbstractTypeExporter
addJoinsToADEHookTables, retrieveADEHookTables
-
-
-
-
Constructor Detail
-
DBCityObjectGroup
public DBCityObjectGroup(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.cityobjectgroup.CityObjectGroup cityObjectGroup, long id, FeatureType featureType) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
close
public void close() throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-