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.BuildingTableParametersGridMapMaker. buildingTableParametersMethods in org.noise_planet.noisemodelling.jdbc that return DefaultTableLoader.BuildingTableParameters Modifier and Type Method Description DefaultTableLoader.BuildingTableParametersGridMapMaker. 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 voidDefaultTableLoader. 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 voidDefaultTableLoader. 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.
-