Uses of Class
org.noise_planet.noisemodelling.pathfinder.PathFinder.SourcePointInfo
-
Packages that use PathFinder.SourcePointInfo Package Description org.noise_planet.noisemodelling.pathfinder org.noise_planet.noisemodelling.pathfinder.profilebuilder -
-
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 intPathFinder.SourcePointInfo. compareTo(PathFinder.SourcePointInfo sourcePointInfo)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.Method parameters in org.noise_planet.noisemodelling.pathfinder with type arguments of type PathFinder.SourcePointInfo Modifier and Type Method Description voidCutPlaneVisitor. 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.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)
-