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 classSceneWithEmissionAdd 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 SceneDefaultCutPlaneVisitor. inputDataMethods in org.noise_planet.noisemodelling.pathfinder that return Scene Modifier and Type Method Description ScenePathFinder. getData()SceneDefaultCutPlaneVisitor. getInputData()Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type Scene Modifier and Type Method Description CutProfilePathFinder. computeVEdgeDiffraction(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, Scene data, PathFinder.ComputationSide side, boolean curved)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 SceneProfileBuilderDecorator. build() -
Uses of Scene in org.noise_planet.noisemodelling.propagation
Subclasses of Scene in org.noise_planet.noisemodelling.propagation Modifier and Type Class Description classSceneWithAttenuationScene 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 SceneAttenuationComputeOutput. getScene()
-