Class DBTrafficArea

  • All Implemented Interfaces:
    DBExporter

    public class DBTrafficArea
    extends AbstractFeatureExporter<org.citygml4j.model.citygml.transportation.AbstractTransportationObject>
    • 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.transportation.AbstractTransportationObject> doExport​(long id,
                                                                                                                         org.citygml4j.model.citygml.transportation.AbstractTransportationObject root,
                                                                                                                         FeatureType rootType,
                                                                                                                         java.sql.PreparedStatement ps)
                                                                                                                  throws CityGMLExportException,
                                                                                                                         java.sql.SQLException
        Specified by:
        doExport in class AbstractFeatureExporter<org.citygml4j.model.citygml.transportation.AbstractTransportationObject>
        Throws:
        CityGMLExportException
        java.sql.SQLException
      • doExport

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