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.PathSearchStrategyAttenuationOutputSingleThread. 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.PathSearchStrategyPathFinder. computeReflexion(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, MirrorReceiversCompute receiverMirrorIndex, CutPlaneVisitor dataOut, CutPlaneVisitor.PathSearchStrategy initialStrategy)CutPlaneVisitor.PathSearchStrategyPathFinder. directPath(PathFinder.SourcePointInfo src, PathFinder.ReceiverPointInfo rcv, boolean verticalDiffraction, boolean horizontalDiffraction, CutPlaneVisitor dataOut)Direct Path computation.CutPlaneVisitor.PathSearchStrategyCutPlaneVisitor. onNewCutPlane(CutProfile cutProfile)A new vertical profile between a receiver and a source has been foundCutPlaneVisitor.PathSearchStrategyDefaultCutPlaneVisitor. onNewCutPlane(CutProfile cutProfile)static CutPlaneVisitor.PathSearchStrategyCutPlaneVisitor.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.PathSearchStrategyPathFinder. 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.PathSearchStrategyAttenuationVisitor. onNewCutPlane(CutProfile cutProfile)
-