Uses of Interface
org.noise_planet.noisemodelling.pathfinder.CutPlaneVisitor
Packages that use CutPlaneVisitor
Package
Description
-
Uses of CutPlaneVisitor in org.noise_planet.noisemodelling.jdbc.output
Classes in org.noise_planet.noisemodelling.jdbc.output that implement CutPlaneVisitorModifier and TypeClassDescriptionclassManaged 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 CutPlaneVisitorModifier and TypeMethodDescriptionAttenuationOutputMultiThread.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 CutPlaneVisitorModifier and TypeClassDescriptionclassWay to store data computed by threads.Methods in org.noise_planet.noisemodelling.pathfinder that return CutPlaneVisitorModifier and TypeMethodDescriptionCutPlaneVisitorFactory.subProcess(org.h2gis.api.ProgressVisitor visitor) DefaultCutPlaneVisitor.subProcess(org.h2gis.api.ProgressVisitor visitor) Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type CutPlaneVisitorModifier and TypeMethodDescriptionvoidPathFinder.computeRaysAtPosition(PathFinder.ReceiverPointInfo receiverPointInfo, CutPlaneVisitor dataOut, org.h2gis.api.ProgressVisitor visitor) Compute the rays to the given receiver.PathFinder.computeReflexion(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, MirrorReceiversCompute receiverMirrorIndex, CutPlaneVisitor dataOut, CutPlaneVisitor.PathSearchStrategy initialStrategy) 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 CutPlaneVisitorModifierConstructorDescriptionThreadPathFinder(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 CutPlaneVisitorModifier and TypeClassDescriptionclassReceive vertical cut plane, compute the attenuation corresponding to this planeMethods in org.noise_planet.noisemodelling.propagation that return CutPlaneVisitorModifier and TypeMethodDescriptionAttenuationComputeOutput.subProcess(org.h2gis.api.ProgressVisitor progressVisitor)