Uses of Class
org.noise_planet.noisemodelling.jdbc.input.SceneWithEmission
Packages that use SceneWithEmission
Package
Description
-
Uses of SceneWithEmission in org.noise_planet.noisemodelling.jdbc
Methods in org.noise_planet.noisemodelling.jdbc that return SceneWithEmissionModifier and TypeMethodDescriptionNoiseMapByReceiverMaker.TableLoader.create(Connection connection, CellIndex cellIndex, Set<Long> skipReceivers) Called on each sub-domain in order to create cell input data.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 SceneWithEmissionModifier and TypeMethodDescriptionNoiseMapByReceiverMaker.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 SceneWithEmissionModifier and TypeMethodDescriptionDefaultTableLoader.create(Connection connection, CellIndex cellIndex, Set<Long> skipReceivers) Methods in org.noise_planet.noisemodelling.jdbc.input with parameters of type SceneWithEmissionModifier and TypeMethodDescriptionvoidDefaultTableLoader.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 SceneWithEmissionMethods in org.noise_planet.noisemodelling.jdbc.output with parameters of type SceneWithEmissionModifier and TypeMethodDescriptionDefaultCutPlaneProcessing.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 SceneWithEmissionModifierConstructorDescriptionAttenuationOutputMultiThread(SceneWithEmission sceneWithEmission) AttenuationOutputMultiThread(SceneWithEmission inputData, ResultsCache resultsCache, NoiseMapDatabaseParameters noiseMapDatabaseParameters, AtomicBoolean exitWhenDone, AtomicBoolean aborted) Create NoiseMap constructor