Uses of Class
org.noise_planet.noisemodelling.jdbc.input.DefaultTableLoader.BuildingTableParameters
Packages that use DefaultTableLoader.BuildingTableParameters
-
Uses of DefaultTableLoader.BuildingTableParameters in org.noise_planet.noisemodelling.jdbc
Fields in org.noise_planet.noisemodelling.jdbc declared as DefaultTableLoader.BuildingTableParametersMethods in org.noise_planet.noisemodelling.jdbc that return DefaultTableLoader.BuildingTableParameters -
Uses of DefaultTableLoader.BuildingTableParameters in org.noise_planet.noisemodelling.jdbc.input
Methods in org.noise_planet.noisemodelling.jdbc.input with parameters of type DefaultTableLoader.BuildingTableParametersModifier and TypeMethodDescriptionstatic 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.