Uses of Class
org.noise_planet.noisemodelling.pathfinder.profilebuilder.Building
Packages that use Building
Package
Description
-
Uses of Building in org.noise_planet.noisemodelling.jdbc
Method parameters in org.noise_planet.noisemodelling.jdbc with type arguments of type BuildingModifier and TypeMethodDescriptionvoidDelaunayReceiversMaker.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 BuildingModifier 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. -
Uses of Building in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return BuildingModifier and TypeMethodDescriptionProfileBuilder.getBuilding(int id) Retrieve the building with the given id (id is starting from 1).ProfileBuilder.getBuildingAtCoordinate(org.locationtech.jts.geom.Coordinate pt) Retrieve the building at the given coordinate.Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return types with arguments of type BuildingMethods in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type BuildingModifier and TypeMethodDescriptionProfileBuilder.addBuilding(Building building) Add the givenGeometryfootprint.