Class DBTunnelInstallation
- java.lang.Object
-
- org.citydb.citygml.exporter.database.content.AbstractTypeExporter
-
- org.citydb.citygml.exporter.database.content.AbstractFeatureExporter<org.citygml4j.model.citygml.core.AbstractCityObject>
-
- org.citydb.citygml.exporter.database.content.DBTunnelInstallation
-
- All Implemented Interfaces:
DBExporter
public class DBTunnelInstallation extends AbstractFeatureExporter<org.citygml4j.model.citygml.core.AbstractCityObject>
-
-
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 DBTunnelInstallation(java.sql.Connection connection, CityGMLExportManager exporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addBatch(long id, org.citygml4j.model.citygml.core.AbstractCityObject parent)
protected java.util.Collection<org.citygml4j.model.citygml.core.AbstractCityObject>
doExport(long id, org.citygml4j.model.citygml.core.AbstractCityObject root, FeatureType rootType, java.sql.PreparedStatement ps)
protected java.util.Collection<org.citygml4j.model.citygml.core.AbstractCityObject>
doExport(org.citygml4j.model.citygml.tunnel.AbstractTunnel parent, long parentId, ProjectionFilter parentProjectionFilter)
protected java.util.Collection<org.citygml4j.model.citygml.core.AbstractCityObject>
doExport(org.citygml4j.model.citygml.tunnel.HollowSpace parent, long parentId, ProjectionFilter parentProjectionFilter)
protected boolean
doExport(org.citygml4j.model.citygml.tunnel.IntTunnelInstallation installation, long id, FeatureType featureType)
protected boolean
doExport(org.citygml4j.model.citygml.tunnel.TunnelInstallation installation, long id, FeatureType featureType)
protected void
executeBatch()
-
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
-
DBTunnelInstallation
public DBTunnelInstallation(java.sql.Connection connection, CityGMLExportManager exporter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
-
Method Detail
-
addBatch
protected void addBatch(long id, org.citygml4j.model.citygml.core.AbstractCityObject parent) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
executeBatch
protected void executeBatch() throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
doExport
protected boolean doExport(org.citygml4j.model.citygml.tunnel.TunnelInstallation installation, long id, FeatureType featureType) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
doExport
protected boolean doExport(org.citygml4j.model.citygml.tunnel.IntTunnelInstallation installation, long id, FeatureType featureType) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
doExport
protected java.util.Collection<org.citygml4j.model.citygml.core.AbstractCityObject> doExport(org.citygml4j.model.citygml.tunnel.AbstractTunnel parent, long parentId, ProjectionFilter parentProjectionFilter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
doExport
protected java.util.Collection<org.citygml4j.model.citygml.core.AbstractCityObject> doExport(org.citygml4j.model.citygml.tunnel.HollowSpace parent, long parentId, ProjectionFilter parentProjectionFilter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
doExport
protected java.util.Collection<org.citygml4j.model.citygml.core.AbstractCityObject> doExport(long id, org.citygml4j.model.citygml.core.AbstractCityObject root, FeatureType rootType, java.sql.PreparedStatement ps) throws CityGMLExportException, java.sql.SQLException
- Specified by:
doExport
in classAbstractFeatureExporter<org.citygml4j.model.citygml.core.AbstractCityObject>
- Throws:
CityGMLExportException
java.sql.SQLException
-
-