Uses of Class
org.noise_planet.noisemodelling.pathfinder.profilebuilder.Wall
-
Packages that use Wall Package Description org.noise_planet.noisemodelling.pathfinder.path org.noise_planet.noisemodelling.pathfinder.profilebuilder -
-
Uses of Wall in org.noise_planet.noisemodelling.pathfinder.path
Fields in org.noise_planet.noisemodelling.pathfinder.path declared as Wall Modifier and Type Field Description Wall
MirrorReceiver. wall
Methods in org.noise_planet.noisemodelling.pathfinder.path that return Wall Modifier and Type Method Description Wall
MirrorReceiver. getWall()
Constructors in org.noise_planet.noisemodelling.pathfinder.path with parameters of type Wall Constructor Description MirrorReceiver(org.locationtech.jts.geom.Coordinate receiverPos, MirrorReceiver parentMirror, Wall wall)
Constructor parameters in org.noise_planet.noisemodelling.pathfinder.path with type arguments of type Wall Constructor Description MirrorReceiversCompute(List<Wall> buildWalls, org.locationtech.jts.geom.Coordinate receiverCoordinates, int reflectionOrder, double maximumPropagationDistance, double maximumDistanceFromWall)
Generate all image receivers from the provided list of walls -
Uses of Wall in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Fields in org.noise_planet.noisemodelling.pathfinder.profilebuilder with type parameters of type Wall Modifier and Type Field Description List<Wall>
ProfileBuilder. processedWalls
List of processed walls.Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return Wall Modifier and Type Method Description Wall
ProfileBuilder. getWall(int id)
Retrieve the wall with the given id (id is starting from 1).Wall
Wall. setPrimaryKey(long primaryKey)
Database primary key of this wall or the buildingWall
Wall. setProcessedWallIndex(int processedWallIndex)
Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return types with arguments of type Wall Modifier and Type Method Description List<Wall>
ProfileBuilder. getProcessedWalls()
Collection<? extends Wall>
Building. getWalls()
List<Wall>
ProfileBuilder. getWalls()
Retrieve the wall list.List<Wall>
ProfileBuilder. getWallsIn(org.locationtech.jts.geom.Envelope env)
Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type Wall Modifier and Type Method Description ProfileBuilder
ProfileBuilder. addWall(Wall wall)
Add the givenGeometry
footprint, height, alphas (absorption coefficients) and a database id as wall.Method parameters in org.noise_planet.noisemodelling.pathfinder.profilebuilder with type arguments of type Wall Modifier and Type Method Description void
Building. setWalls(List<Wall> walls)
-