Uses of Interface
org.noise_planet.noisemodelling.pathfinder.CutPlaneVisitorFactory
-
-
Uses of CutPlaneVisitorFactory in org.noise_planet.noisemodelling.jdbc
Methods in org.noise_planet.noisemodelling.jdbc that return CutPlaneVisitorFactory Modifier and Type Method Description CutPlaneVisitorFactory
NoiseMapByReceiverMaker.IComputeRaysOutFactory. create(SceneWithEmission cellData)
Creates an object that computes paths out for noise map computation.CutPlaneVisitorFactory
NoiseMapByReceiverMaker. evaluateCell(Connection connection, CellIndex cellIndex, org.h2gis.api.ProgressVisitor progression, Set<Long> skipReceivers)
Launch sound propagation -
Uses of CutPlaneVisitorFactory in org.noise_planet.noisemodelling.jdbc.output
Classes in org.noise_planet.noisemodelling.jdbc.output that implement CutPlaneVisitorFactory Modifier and Type Class Description class
AttenuationOutputMultiThread
This class is built on each new computation cell area.Methods in org.noise_planet.noisemodelling.jdbc.output that return CutPlaneVisitorFactory Modifier and Type Method Description CutPlaneVisitorFactory
DefaultCutPlaneProcessing. create(SceneWithEmission scene)
Creates a new instance of IComputePathsOut using the provided Scene data and AttenuationParameters for different time periods. -
Uses of CutPlaneVisitorFactory in org.noise_planet.noisemodelling.pathfinder
Classes in org.noise_planet.noisemodelling.pathfinder that implement CutPlaneVisitorFactory Modifier and Type Class Description class
DefaultCutPlaneVisitor
Way to store data computed by threads.Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type CutPlaneVisitorFactory Modifier and Type Method Description void
PathFinder. run(CutPlaneVisitorFactory computeRaysOut)
Run computation and store the results in the given output. -
Uses of CutPlaneVisitorFactory in org.noise_planet.noisemodelling.propagation
Classes in org.noise_planet.noisemodelling.propagation that implement CutPlaneVisitorFactory Modifier and Type Class Description class
AttenuationComputeOutput
Way to store data computed by threads.
-