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
Fields in org.noise_planet.noisemodelling.pathfinder.profilebuilder with type parameters of type WallMethods 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).Wall.setPrimaryKey(long primaryKey) Database primary key of this wall or the buildingWall.setProcessedWallIndex(int processedWallIndex) Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return types with arguments of type WallModifier and TypeMethodDescriptionProfileBuilder.getProcessedWalls()Collection<? extends Wall> Building.getWalls()ProfileBuilder.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, 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