Uses of Interface
org.noise_planet.noisemodelling.pathfinder.CutPlaneVisitorFactory
Packages that use CutPlaneVisitorFactory
Package
Description
-
Uses of CutPlaneVisitorFactory in org.noise_planet.noisemodelling.jdbc
Methods in org.noise_planet.noisemodelling.jdbc that return CutPlaneVisitorFactoryModifier and TypeMethodDescriptionNoiseMapByReceiverMaker.IComputeRaysOutFactory.create(SceneWithEmission cellData) Creates an object that computes paths out for noise map computation.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 CutPlaneVisitorFactoryModifier and TypeClassDescriptionclassThis class is built on each new computation cell area.Methods in org.noise_planet.noisemodelling.jdbc.output that return CutPlaneVisitorFactoryModifier and TypeMethodDescriptionDefaultCutPlaneProcessing.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 CutPlaneVisitorFactoryModifier and TypeClassDescriptionclassWay to store data computed by threads.Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type CutPlaneVisitorFactoryModifier and TypeMethodDescriptionvoidPathFinder.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 CutPlaneVisitorFactoryModifier and TypeClassDescriptionclassWay to store data computed by threads.