Uses of Class
org.noise_planet.noisemodelling.pathfinder.path.Scene
-
Packages that use Scene Package Description org.noise_planet.noisemodelling.pathfinder org.noise_planet.noisemodelling.pathfinder.profilebuilder -
-
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()
-