Class DBCityObjectGenericAttrib
- java.lang.Object
-
- org.citydb.citygml.exporter.database.content.DBCityObjectGenericAttrib
-
- All Implemented Interfaces:
DBExporter
public class DBCityObjectGenericAttrib extends java.lang.Object implements DBExporter
-
-
Constructor Summary
Constructors Constructor Description DBCityObjectGenericAttrib(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, java.lang.String prefix)
void
close()
protected void
doExport(long id, org.citygml4j.model.citygml.core.AbstractCityObject cityObject, ProjectionFilter projectionFilter, java.lang.String prefix, java.util.Map<java.lang.Long,org.citygml4j.model.citygml.generics.GenericAttributeSet> attributeSets, java.sql.ResultSet rs)
protected void
doExport(org.citygml4j.model.citygml.core.AbstractCityObject cityObject, long cityObjectId, ProjectionFilter projectionFilter)
-
-
-
Constructor Detail
-
DBCityObjectGenericAttrib
public DBCityObjectGenericAttrib(java.sql.Connection connection, CityGMLExportManager exporter)
-
-
Method Detail
-
addProjection
protected org.citydb.sqlbuilder.select.Select addProjection(org.citydb.sqlbuilder.select.Select select, org.citydb.sqlbuilder.schema.Table table, java.lang.String prefix)
-
doExport
protected void doExport(org.citygml4j.model.citygml.core.AbstractCityObject cityObject, long cityObjectId, ProjectionFilter projectionFilter) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
doExport
protected void doExport(long id, org.citygml4j.model.citygml.core.AbstractCityObject cityObject, ProjectionFilter projectionFilter, java.lang.String prefix, java.util.Map<java.lang.Long,org.citygml4j.model.citygml.generics.GenericAttributeSet> attributeSets, java.sql.ResultSet rs) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
close
public void close() throws java.sql.SQLException
- Specified by:
close
in interfaceDBExporter
- Throws:
java.sql.SQLException
-
-