Uses of Class
org.noise_planet.noisemodelling.pathfinder.profilebuilder.Building
-
Packages that use Building Package Description org.noise_planet.noisemodelling.jdbc org.noise_planet.noisemodelling.jdbc.input org.noise_planet.noisemodelling.pathfinder.profilebuilder -
-
Uses of Building in org.noise_planet.noisemodelling.jdbc
Method parameters in org.noise_planet.noisemodelling.jdbc with type arguments of type Building Modifier and Type Method Description void
DelaunayReceiversMaker. computeDelaunay(LayerDelaunay cellMesh, org.locationtech.jts.geom.Envelope mainEnvelope, int cellI, int cellJ, double maxSrcDist, Collection<org.locationtech.jts.geom.Geometry> sources, double minRecDist, double maximumArea, double buildingBuffer, List<Building> buildings)
Delaunay triangulation of Sub-Domain -
Uses of Building in org.noise_planet.noisemodelling.jdbc.input
Method parameters in org.noise_planet.noisemodelling.jdbc.input with type arguments of type Building 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. -
Uses of Building in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return Building Modifier and Type Method Description Building
ProfileBuilder. getBuilding(int id)
Retrieve the building with the given id (id is starting from 1).Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return types with arguments of type Building Modifier and Type Method Description List<Building>
ProfileBuilder. getBuildings()
Retrieve the building list.Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type Building Modifier and Type Method Description ProfileBuilder
ProfileBuilder. addBuilding(Building building)
Add the givenGeometry
footprint.
-