Uses of Class
org.noise_planet.noisemodelling.pathfinder.profilebuilder.Wall
Packages that use Wall
Package
Description
-
Uses of Wall in org.noise_planet.noisemodelling.pathfinder.path
Fields in org.noise_planet.noisemodelling.pathfinder.path declared as WallMethods in org.noise_planet.noisemodelling.pathfinder.path that return WallConstructors in org.noise_planet.noisemodelling.pathfinder.path with parameters of type WallModifierConstructorDescriptionMirrorReceiver(org.locationtech.jts.geom.Coordinate receiverPos, MirrorReceiver parentMirror, Wall wall) Constructor parameters in org.noise_planet.noisemodelling.pathfinder.path with type arguments of type WallModifierConstructorDescriptionMirrorReceiversCompute(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
Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return WallModifier and TypeMethodDescriptionProfileBuilder.getWall(int id) Retrieve the wall with the given id (id is starting from 1).Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return types with arguments of type WallModifier and TypeMethodDescriptionProfileBuilder.getWalls()Retrieve the wall list.ProfileBuilder.getWallsIn(org.locationtech.jts.geom.Envelope env) Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type WallModifier and TypeMethodDescriptionAdd the givenGeometryfootprint, alphas (absorption coefficients) and a database id as wall.