Uses of Class
org.noise_planet.noisemodelling.pathfinder.path.Scene
-
-
Uses of Scene in org.noise_planet.noisemodelling.jdbc.input
Subclasses of Scene in org.noise_planet.noisemodelling.jdbc.input Modifier and Type Class Description class
SceneWithEmission
Add emission information for each source in the computation scene This is input data, not thread safe, never update anything here during propagation -
Uses of Scene in org.noise_planet.noisemodelling.pathfinder
Fields in org.noise_planet.noisemodelling.pathfinder declared as Scene Modifier and Type Field Description Scene
DefaultCutPlaneVisitor. inputData
Methods in org.noise_planet.noisemodelling.pathfinder that return Scene Modifier and Type Method Description Scene
PathFinder. getData()
Scene
DefaultCutPlaneVisitor. getInputData()
Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type Scene Modifier and Type Method Description CutProfile
PathFinder. computeVEdgeDiffraction(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, Scene data, PathFinder.ComputationSide side)
Compute horizontal diffraction (diffraction of vertical edge.)Constructors in org.noise_planet.noisemodelling.pathfinder with parameters of type Scene Constructor Description DefaultCutPlaneVisitor(boolean keepCutPlanes, Scene inputData)
PathFinder(Scene data)
Create new instance from the propagation data.PathFinder(Scene data, org.h2gis.api.ProgressVisitor progressVisitor)
Create new instance from the propagation data.ThreadPathFinder(int startReceiver, int endReceiver, PathFinder propagationProcess, org.h2gis.api.ProgressVisitor visitor, CutPlaneVisitor dataOut, Scene data)
Create the ThreadPathFinder constructor -
Uses of Scene in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return Scene Modifier and Type Method Description Scene
ProfileBuilderDecorator. build()
-
Uses of Scene in org.noise_planet.noisemodelling.propagation
Subclasses of Scene in org.noise_planet.noisemodelling.propagation Modifier and Type Class Description class
SceneWithAttenuation
Scene is used by ProfileBuilder to construct profiles with only taking account of geometry information.Methods in org.noise_planet.noisemodelling.propagation that return Scene Modifier and Type Method Description Scene
AttenuationComputeOutput. getScene()
-