Uses of Interface
org.noise_planet.noisemodelling.pathfinder.CutPlaneVisitor
-
Packages that use CutPlaneVisitor Package Description org.noise_planet.noisemodelling.jdbc.output org.noise_planet.noisemodelling.pathfinder org.noise_planet.noisemodelling.propagation -
-
Uses of CutPlaneVisitor in org.noise_planet.noisemodelling.jdbc.output
Classes in org.noise_planet.noisemodelling.jdbc.output that implement CutPlaneVisitor Modifier and Type Class Description class
AttenuationOutputSingleThread
Managed by a single thread, process all incoming vertical profile, compute attenuation and push on appropriate stack for exporting result values in a thread safe way.Methods in org.noise_planet.noisemodelling.jdbc.output that return CutPlaneVisitor Modifier and Type Method Description CutPlaneVisitor
AttenuationOutputMultiThread. subProcess(org.h2gis.api.ProgressVisitor visitor)
Create a collector of Vertical Cut that will be processed by a single thread (an interval of receivers points) -
Uses of CutPlaneVisitor in org.noise_planet.noisemodelling.pathfinder
Classes in org.noise_planet.noisemodelling.pathfinder that implement CutPlaneVisitor Modifier and Type Class Description class
DefaultCutPlaneVisitor
Way to store data computed by threads.Methods in org.noise_planet.noisemodelling.pathfinder that return CutPlaneVisitor Modifier and Type Method Description CutPlaneVisitor
CutPlaneVisitorFactory. subProcess(org.h2gis.api.ProgressVisitor visitor)
CutPlaneVisitor
DefaultCutPlaneVisitor. subProcess(org.h2gis.api.ProgressVisitor visitor)
Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type CutPlaneVisitor Modifier and Type Method Description void
PathFinder. computeRaysAtPosition(PathFinder.ReceiverPointInfo receiverPointInfo, CutPlaneVisitor dataOut, org.h2gis.api.ProgressVisitor visitor)
Compute the rays to the given receiver.CutPlaneVisitor.PathSearchStrategy
PathFinder. computeReflexion(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, MirrorReceiversCompute receiverMirrorIndex, CutPlaneVisitor dataOut, CutPlaneVisitor.PathSearchStrategy initialStrategy)
CutPlaneVisitor.PathSearchStrategy
PathFinder. directPath(PathFinder.SourcePointInfo src, PathFinder.ReceiverPointInfo rcv, boolean verticalDiffraction, boolean horizontalDiffraction, CutPlaneVisitor dataOut)
Direct Path computation.Constructors in org.noise_planet.noisemodelling.pathfinder with parameters of type CutPlaneVisitor Constructor Description ThreadPathFinder(int startReceiver, int endReceiver, PathFinder propagationProcess, org.h2gis.api.ProgressVisitor visitor, CutPlaneVisitor dataOut, Scene data)
Create the ThreadPathFinder constructor -
Uses of CutPlaneVisitor in org.noise_planet.noisemodelling.propagation
Classes in org.noise_planet.noisemodelling.propagation that implement CutPlaneVisitor Modifier and Type Class Description class
AttenuationVisitor
Receive vertical cut plane, compute the attenuation corresponding to this planeMethods in org.noise_planet.noisemodelling.propagation that return CutPlaneVisitor Modifier and Type Method Description CutPlaneVisitor
AttenuationComputeOutput. subProcess(org.h2gis.api.ProgressVisitor visitor)
-