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 CutPlaneVisitorFactoryNoiseMapByReceiverMaker.IComputeRaysOutFactory. create(SceneWithEmission cellData)Creates an object that computes paths out for noise map computation.CutPlaneVisitorFactoryNoiseMapByReceiverMaker. 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 classAttenuationOutputMultiThreadThis 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 CutPlaneVisitorFactoryDefaultCutPlaneProcessing. 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 classDefaultCutPlaneVisitorWay to store data computed by threads.Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type CutPlaneVisitorFactory Modifier and Type Method Description voidPathFinder. 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 classAttenuationComputeOutputWay to store data computed by threads.
-