Uses of Class
org.noise_planet.noisemodelling.pathfinder.PathFinder.SourcePointInfo
-
-
Uses of PathFinder.SourcePointInfo in org.noise_planet.noisemodelling.jdbc.output
Fields in org.noise_planet.noisemodelling.jdbc.output declared as PathFinder.SourcePointInfo Modifier and Type Field Description PathFinder.SourcePointInfo
AttenuationOutputSingleThread.TimePeriodParameters. source
Method parameters in org.noise_planet.noisemodelling.jdbc.output with type arguments of type PathFinder.SourcePointInfo Modifier and Type Method Description void
AttenuationOutputSingleThread. startReceiver(PathFinder.ReceiverPointInfo receiver, Collection<PathFinder.SourcePointInfo> sourceList, AtomicInteger cutProfileCount)
Constructors in org.noise_planet.noisemodelling.jdbc.output with parameters of type PathFinder.SourcePointInfo Constructor Description TimePeriodParameters(PathFinder.SourcePointInfo source)
TimePeriodParameters(PathFinder.SourcePointInfo source, String period, double[] attenuation)
-
Uses of PathFinder.SourcePointInfo in org.noise_planet.noisemodelling.pathfinder
Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type PathFinder.SourcePointInfo Modifier and Type Method Description int
PathFinder.SourcePointInfo. compareTo(PathFinder.SourcePointInfo sourcePointInfo)
CutPlaneVisitor.PathSearchStrategy
PathFinder. computeReflexion(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, MirrorReceiversCompute receiverMirrorIndex, CutPlaneVisitor dataOut, CutPlaneVisitor.PathSearchStrategy initialStrategy)
CutProfile
PathFinder. computeVEdgeDiffraction(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, Scene data, PathFinder.ComputationSide side)
Compute horizontal diffraction (diffraction of vertical edge.)CutPlaneVisitor.PathSearchStrategy
PathFinder. directPath(PathFinder.SourcePointInfo src, PathFinder.ReceiverPointInfo rcv, boolean verticalDiffraction, boolean horizontalDiffraction, CutPlaneVisitor dataOut)
Direct Path computation.Method parameters in org.noise_planet.noisemodelling.pathfinder with type arguments of type PathFinder.SourcePointInfo Modifier and Type Method Description void
CutPlaneVisitor. startReceiver(PathFinder.ReceiverPointInfo receiver, Collection<PathFinder.SourcePointInfo> sourceList, AtomicInteger cutProfileCount)
Called before looking for vertical cut planes between the receiver and the sources.void
DefaultCutPlaneVisitor. startReceiver(PathFinder.ReceiverPointInfo receiver, Collection<PathFinder.SourcePointInfo> sourceList, AtomicInteger cutProfileCount)
-
Uses of PathFinder.SourcePointInfo in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Constructors in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type PathFinder.SourcePointInfo Constructor Description CutPointSource(PathFinder.SourcePointInfo sourcePointInfo)
Generate default point source without information on DEM (source at 0.05 above ground level) -
Uses of PathFinder.SourcePointInfo in org.noise_planet.noisemodelling.propagation
Fields in org.noise_planet.noisemodelling.propagation declared as PathFinder.SourcePointInfo Modifier and Type Field Description PathFinder.SourcePointInfo
ReceiverNoiseLevel. source
Method parameters in org.noise_planet.noisemodelling.propagation with type arguments of type PathFinder.SourcePointInfo Modifier and Type Method Description void
AttenuationVisitor. startReceiver(PathFinder.ReceiverPointInfo receiver, Collection<PathFinder.SourcePointInfo> sourceList, AtomicInteger cutProfileCount)
Constructors in org.noise_planet.noisemodelling.propagation with parameters of type PathFinder.SourcePointInfo Constructor Description ReceiverNoiseLevel(PathFinder.SourcePointInfo source, PathFinder.ReceiverPointInfo receiver, String period, double[] levels)
-