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 classAttenuationOutputSingleThreadManaged 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 CutPlaneVisitorAttenuationOutputMultiThread. 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 classDefaultCutPlaneVisitorWay to store data computed by threads.Methods in org.noise_planet.noisemodelling.pathfinder that return CutPlaneVisitor Modifier and Type Method Description CutPlaneVisitorCutPlaneVisitorFactory. subProcess(org.h2gis.api.ProgressVisitor visitor)CutPlaneVisitorDefaultCutPlaneVisitor. subProcess(org.h2gis.api.ProgressVisitor visitor)Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type CutPlaneVisitor Modifier and Type Method Description voidPathFinder. computeRaysAtPosition(PathFinder.ReceiverPointInfo receiverPointInfo, CutPlaneVisitor dataOut, org.h2gis.api.ProgressVisitor visitor)Compute the rays to the given receiver.CutPlaneVisitor.PathSearchStrategyPathFinder. computeReflexion(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, MirrorReceiversCompute receiverMirrorIndex, CutPlaneVisitor dataOut, CutPlaneVisitor.PathSearchStrategy initialStrategy)CutPlaneVisitor.PathSearchStrategyPathFinder. 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 classAttenuationVisitorReceive vertical cut plane, compute the attenuation corresponding to this planeMethods in org.noise_planet.noisemodelling.propagation that return CutPlaneVisitor Modifier and Type Method Description CutPlaneVisitorAttenuationComputeOutput. subProcess(org.h2gis.api.ProgressVisitor progressVisitor)
-