Uses of Class
org.noise_planet.noisemodelling.jdbc.input.SceneWithEmission
-
Packages that use SceneWithEmission Package Description org.noise_planet.noisemodelling.jdbc org.noise_planet.noisemodelling.jdbc.input org.noise_planet.noisemodelling.jdbc.output -
-
Uses of SceneWithEmission in org.noise_planet.noisemodelling.jdbc
Methods in org.noise_planet.noisemodelling.jdbc that return SceneWithEmission Modifier and Type Method Description SceneWithEmission
NoiseMapByReceiverMaker.TableLoader. create(Connection connection, CellIndex cellIndex, Set<Long> skipReceivers)
Called on each sub-domain in order to create cell input data.SceneWithEmission
NoiseMapByReceiverMaker. prepareCell(Connection connection, CellIndex cellIndex, Set<Long> skipReceivers)
Initialisation of data structures needed for sound propagation.Methods in org.noise_planet.noisemodelling.jdbc with parameters of type SceneWithEmission Modifier and Type Method Description CutPlaneVisitorFactory
NoiseMapByReceiverMaker.IComputeRaysOutFactory. create(SceneWithEmission cellData)
Creates an object that computes paths out for noise map computation. -
Uses of SceneWithEmission in org.noise_planet.noisemodelling.jdbc.input
Methods in org.noise_planet.noisemodelling.jdbc.input that return SceneWithEmission Modifier and Type Method Description SceneWithEmission
DefaultTableLoader. create(Connection connection, CellIndex cellIndex, Set<Long> skipReceivers)
Methods in org.noise_planet.noisemodelling.jdbc.input with parameters of type SceneWithEmission Modifier and Type Method Description void
DefaultTableLoader. fetchCellSource(Connection connection, org.locationtech.jts.geom.Envelope fetchEnvelope, SceneWithEmission scene, boolean doIntersection)
Fetch source geometries and power -
Uses of SceneWithEmission in org.noise_planet.noisemodelling.jdbc.output
Fields in org.noise_planet.noisemodelling.jdbc.output declared as SceneWithEmission Modifier and Type Field Description SceneWithEmission
AttenuationOutputMultiThread. sceneWithEmission
Methods in org.noise_planet.noisemodelling.jdbc.output with parameters of type SceneWithEmission 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.Constructors in org.noise_planet.noisemodelling.jdbc.output with parameters of type SceneWithEmission Constructor Description AttenuationOutputMultiThread(SceneWithEmission sceneWithEmission)
AttenuationOutputMultiThread(SceneWithEmission inputData, ResultsCache resultsCache, NoiseMapDatabaseParameters noiseMapDatabaseParameters, AtomicBoolean exitWhenDone, AtomicBoolean aborted)
Create NoiseMap constructor
-