Class DBCityObjectGenericAttrib

  • All Implemented Interfaces:
    DBExporter

    public class DBCityObjectGenericAttrib
    extends java.lang.Object
    implements DBExporter
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 interface DBExporter
        Throws:
        java.sql.SQLException