Uses of Class
org.noise_planet.noisemodelling.pathfinder.PathFinder.ReceiverPointInfo
-
-
Uses of PathFinder.ReceiverPointInfo in org.noise_planet.noisemodelling.jdbc.output
Methods in org.noise_planet.noisemodelling.jdbc.output with parameters of type PathFinder.ReceiverPointInfo Modifier and Type Method Description voidAttenuationOutputSingleThread. finalizeReceiver(PathFinder.ReceiverPointInfo receiver)No more propagation paths will be pushed for this receiver identifiervoidAttenuationOutputSingleThread. startReceiver(PathFinder.ReceiverPointInfo receiver, Collection<PathFinder.SourcePointInfo> sourceList, AtomicInteger cutProfileCount) -
Uses of PathFinder.ReceiverPointInfo in org.noise_planet.noisemodelling.pathfinder
Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type PathFinder.ReceiverPointInfo 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)CutProfilePathFinder. computeVEdgeDiffraction(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, Scene data, PathFinder.ComputationSide side, boolean curved)Compute horizontal diffraction (diffraction of vertical edge.)CutPlaneVisitor.PathSearchStrategyPathFinder. directPath(PathFinder.SourcePointInfo src, PathFinder.ReceiverPointInfo rcv, boolean verticalDiffraction, boolean horizontalDiffraction, CutPlaneVisitor dataOut)Direct Path computation.voidCutPlaneVisitor. finalizeReceiver(PathFinder.ReceiverPointInfo receiver)No more propagation paths will be pushed for this receiver identifiervoidDefaultCutPlaneVisitor. finalizeReceiver(PathFinder.ReceiverPointInfo receiver)No more propagation paths will be pushed for this receiver identifiervoidCutPlaneVisitor. startReceiver(PathFinder.ReceiverPointInfo receiver, Collection<PathFinder.SourcePointInfo> sourceList, AtomicInteger cutProfileCount)Called before looking for vertical cut planes between the receiver and the sources.voidDefaultCutPlaneVisitor. startReceiver(PathFinder.ReceiverPointInfo receiver, Collection<PathFinder.SourcePointInfo> sourceList, AtomicInteger cutProfileCount) -
Uses of PathFinder.ReceiverPointInfo in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Constructors in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type PathFinder.ReceiverPointInfo Constructor Description CutPointReceiver(PathFinder.ReceiverPointInfo receiver)Create default receiver information -
Uses of PathFinder.ReceiverPointInfo in org.noise_planet.noisemodelling.propagation
Fields in org.noise_planet.noisemodelling.propagation declared as PathFinder.ReceiverPointInfo Modifier and Type Field Description PathFinder.ReceiverPointInfoReceiverNoiseLevel. receiverMethods in org.noise_planet.noisemodelling.propagation with parameters of type PathFinder.ReceiverPointInfo Modifier and Type Method Description voidAttenuationVisitor. finalizeReceiver(PathFinder.ReceiverPointInfo receiver)No more propagation paths will be pushed for this receiver identifiervoidAttenuationVisitor. startReceiver(PathFinder.ReceiverPointInfo receiver, Collection<PathFinder.SourcePointInfo> sourceList, AtomicInteger cutProfileCount)Constructors in org.noise_planet.noisemodelling.propagation with parameters of type PathFinder.ReceiverPointInfo Constructor Description ReceiverNoiseLevel(PathFinder.SourcePointInfo source, PathFinder.ReceiverPointInfo receiver, String period, double[] levels)
-