Class DBBridgeThematicSurface

  • All Implemented Interfaces:
    DBExporter

    public class DBBridgeThematicSurface
    extends AbstractFeatureExporter<org.citygml4j.model.citygml.bridge.AbstractBoundarySurface>
    • 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.bridge.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.bridge.AbstractBoundarySurface> doExport​(long id, org.citygml4j.model.citygml.bridge.AbstractBoundarySurface root, FeatureType rootType, java.sql.PreparedStatement ps)  
      protected java.util.Collection<org.citygml4j.model.citygml.bridge.AbstractBoundarySurface> doExport​(org.citygml4j.model.citygml.bridge.AbstractBridge parent, long parentId)  
      protected java.util.Collection<org.citygml4j.model.citygml.bridge.AbstractBoundarySurface> doExport​(org.citygml4j.model.citygml.bridge.BridgeConstructionElement parent, long parentId)  
      protected java.util.Collection<org.citygml4j.model.citygml.bridge.AbstractBoundarySurface> doExport​(org.citygml4j.model.citygml.bridge.BridgeInstallation parent, long parentId)  
      protected java.util.Collection<org.citygml4j.model.citygml.bridge.AbstractBoundarySurface> doExport​(org.citygml4j.model.citygml.bridge.BridgeRoom parent, long parentId)  
      protected java.util.Collection<org.citygml4j.model.citygml.bridge.AbstractBoundarySurface> doExport​(org.citygml4j.model.citygml.bridge.IntBridgeInstallation parent, long parentId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.bridge.AbstractBoundarySurface> doExport​(org.citygml4j.model.citygml.bridge.AbstractBridge parent,
                                                                                                            long parentId)
                                                                                                     throws CityGMLExportException,
                                                                                                            java.sql.SQLException
        Throws:
        CityGMLExportException
        java.sql.SQLException
      • doExport

        protected java.util.Collection<org.citygml4j.model.citygml.bridge.AbstractBoundarySurface> doExport​(org.citygml4j.model.citygml.bridge.BridgeInstallation parent,
                                                                                                            long parentId)
                                                                                                     throws CityGMLExportException,
                                                                                                            java.sql.SQLException
        Throws:
        CityGMLExportException
        java.sql.SQLException
      • doExport

        protected java.util.Collection<org.citygml4j.model.citygml.bridge.AbstractBoundarySurface> doExport​(org.citygml4j.model.citygml.bridge.IntBridgeInstallation parent,
                                                                                                            long parentId)
                                                                                                     throws CityGMLExportException,
                                                                                                            java.sql.SQLException
        Throws:
        CityGMLExportException
        java.sql.SQLException
      • doExport

        protected java.util.Collection<org.citygml4j.model.citygml.bridge.AbstractBoundarySurface> doExport​(org.citygml4j.model.citygml.bridge.BridgeConstructionElement parent,
                                                                                                            long parentId)
                                                                                                     throws CityGMLExportException,
                                                                                                            java.sql.SQLException
        Throws:
        CityGMLExportException
        java.sql.SQLException
      • doExport

        protected java.util.Collection<org.citygml4j.model.citygml.bridge.AbstractBoundarySurface> doExport​(org.citygml4j.model.citygml.bridge.BridgeRoom parent,
                                                                                                            long parentId)
                                                                                                     throws CityGMLExportException,
                                                                                                            java.sql.SQLException
        Throws:
        CityGMLExportException
        java.sql.SQLException
      • doExport

        protected java.util.Collection<org.citygml4j.model.citygml.bridge.AbstractBoundarySurface> doExport​(long id,
                                                                                                            org.citygml4j.model.citygml.bridge.AbstractBoundarySurface root,
                                                                                                            FeatureType rootType,
                                                                                                            java.sql.PreparedStatement ps)
                                                                                                     throws CityGMLExportException,
                                                                                                            java.sql.SQLException
        Specified by:
        doExport in class AbstractFeatureExporter<org.citygml4j.model.citygml.bridge.AbstractBoundarySurface>
        Throws:
        CityGMLExportException
        java.sql.SQLException
      • doExport

        protected org.citygml4j.model.citygml.bridge.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