Uses of Class
org.noise_planet.noisemodelling.jdbc.input.DefaultTableLoader.BuildingTableParameters
-
Packages that use DefaultTableLoader.BuildingTableParameters Package Description org.noise_planet.noisemodelling.jdbc org.noise_planet.noisemodelling.jdbc.input -
-
Uses of DefaultTableLoader.BuildingTableParameters in org.noise_planet.noisemodelling.jdbc
Fields in org.noise_planet.noisemodelling.jdbc declared as DefaultTableLoader.BuildingTableParameters Modifier and Type Field Description protected DefaultTableLoader.BuildingTableParameters
GridMapMaker. buildingTableParameters
Methods in org.noise_planet.noisemodelling.jdbc that return DefaultTableLoader.BuildingTableParameters Modifier and Type Method Description DefaultTableLoader.BuildingTableParameters
GridMapMaker. getBuildingTableParameters()
-
Uses of DefaultTableLoader.BuildingTableParameters in org.noise_planet.noisemodelling.jdbc.input
Methods in org.noise_planet.noisemodelling.jdbc.input with parameters of type DefaultTableLoader.BuildingTableParameters Modifier and Type Method Description static void
DefaultTableLoader. fetchCellBuildings(Connection connection, DefaultTableLoader.BuildingTableParameters buildingTableParameters, org.locationtech.jts.geom.Envelope fetchEnvelope, List<Building> buildings, List<Wall> walls, org.locationtech.jts.geom.GeometryFactory geometryFactory)
Fetches building data for the specified cell envelope and adds them to the provided list of buildings.static void
DefaultTableLoader. fetchCellBuildings(Connection connection, DefaultTableLoader.BuildingTableParameters buildingTableParameters, org.locationtech.jts.geom.Envelope fetchEnvelope, ProfileBuilder builder, org.locationtech.jts.geom.GeometryFactory geometryFactory)
Fetches buildings data for the specified cell envelope and adds them to the profile builder.
-