Uses of Enum Class
org.noise_planet.noisemodelling.pathfinder.CutPlaneVisitor.PathSearchStrategy
Packages that use CutPlaneVisitor.PathSearchStrategy
Package
Description
-
Uses of CutPlaneVisitor.PathSearchStrategy in org.noise_planet.noisemodelling.jdbc.output
Methods in org.noise_planet.noisemodelling.jdbc.output that return CutPlaneVisitor.PathSearchStrategyModifier and TypeMethodDescriptionAttenuationOutputSingleThread.onNewCutPlane(CutProfile cutProfile) -
Uses of CutPlaneVisitor.PathSearchStrategy in org.noise_planet.noisemodelling.pathfinder
Methods in org.noise_planet.noisemodelling.pathfinder that return CutPlaneVisitor.PathSearchStrategyModifier and TypeMethodDescriptionPathFinder.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.CutPlaneVisitor.onNewCutPlane(CutProfile cutProfile) A new vertical profile between a receiver and a source has been foundDefaultCutPlaneVisitor.onNewCutPlane(CutProfile cutProfile) Returns the enum constant of this class with the specified name.static CutPlaneVisitor.PathSearchStrategy[]CutPlaneVisitor.PathSearchStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type CutPlaneVisitor.PathSearchStrategyModifier and TypeMethodDescriptionPathFinder.computeReflexion(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, MirrorReceiversCompute receiverMirrorIndex, CutPlaneVisitor dataOut, CutPlaneVisitor.PathSearchStrategy initialStrategy) -
Uses of CutPlaneVisitor.PathSearchStrategy in org.noise_planet.noisemodelling.propagation
Methods in org.noise_planet.noisemodelling.propagation that return CutPlaneVisitor.PathSearchStrategy