Uses of Class
org.noise_planet.noisemodelling.pathfinder.CutPlaneVisitor.PathSearchStrategy
-
Packages that use CutPlaneVisitor.PathSearchStrategy Package Description org.noise_planet.noisemodelling.jdbc.output org.noise_planet.noisemodelling.pathfinder org.noise_planet.noisemodelling.propagation -
-
Uses of CutPlaneVisitor.PathSearchStrategy in org.noise_planet.noisemodelling.jdbc.output
Methods in org.noise_planet.noisemodelling.jdbc.output that return CutPlaneVisitor.PathSearchStrategy Modifier and Type Method Description CutPlaneVisitor.PathSearchStrategy
AttenuationOutputSingleThread. onNewCutPlane(CutProfile cutProfile)
-
Uses of CutPlaneVisitor.PathSearchStrategy in org.noise_planet.noisemodelling.pathfinder
Methods in org.noise_planet.noisemodelling.pathfinder that return CutPlaneVisitor.PathSearchStrategy Modifier and Type Method Description CutPlaneVisitor.PathSearchStrategy
PathFinder. computeReflexion(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, MirrorReceiversCompute receiverMirrorIndex, CutPlaneVisitor dataOut, CutPlaneVisitor.PathSearchStrategy initialStrategy)
CutPlaneVisitor.PathSearchStrategy
PathFinder. directPath(PathFinder.SourcePointInfo src, PathFinder.ReceiverPointInfo rcv, boolean verticalDiffraction, boolean horizontalDiffraction, CutPlaneVisitor dataOut)
Direct Path computation.CutPlaneVisitor.PathSearchStrategy
CutPlaneVisitor. onNewCutPlane(CutProfile cutProfile)
A new vertical profile between a receiver and a source has been foundCutPlaneVisitor.PathSearchStrategy
DefaultCutPlaneVisitor. onNewCutPlane(CutProfile cutProfile)
static CutPlaneVisitor.PathSearchStrategy
CutPlaneVisitor.PathSearchStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static CutPlaneVisitor.PathSearchStrategy[]
CutPlaneVisitor.PathSearchStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type CutPlaneVisitor.PathSearchStrategy Modifier and Type Method Description CutPlaneVisitor.PathSearchStrategy
PathFinder. 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 Modifier and Type Method Description CutPlaneVisitor.PathSearchStrategy
AttenuationVisitor. onNewCutPlane(CutProfile cutProfile)
-