Uses of Class
org.noise_planet.noisemodelling.pathfinder.path.Scene
Packages that use Scene
Package
Description
-
Uses of Scene in org.noise_planet.noisemodelling.jdbc.input
Subclasses of Scene in org.noise_planet.noisemodelling.jdbc.inputModifier and TypeClassDescriptionclassAdd 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 SceneMethods in org.noise_planet.noisemodelling.pathfinder that return SceneMethods in org.noise_planet.noisemodelling.pathfinder with parameters of type SceneModifier and TypeMethodDescriptionPathFinder.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 SceneModifierConstructorDescriptionDefaultCutPlaneVisitor(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 -
Uses of Scene in org.noise_planet.noisemodelling.propagation
Subclasses of Scene in org.noise_planet.noisemodelling.propagationModifier and TypeClassDescriptionclassScene is used by ProfileBuilder to construct profiles with only taking account of geometry information.Methods in org.noise_planet.noisemodelling.propagation that return Scene