Uses of Class
org.noise_planet.noisemodelling.jdbc.NoiseMapByReceiverMaker
-
Packages that use NoiseMapByReceiverMaker Package Description org.noise_planet.noisemodelling.jdbc org.noise_planet.noisemodelling.jdbc.input org.noise_planet.noisemodelling.jdbc.output -
-
Uses of NoiseMapByReceiverMaker in org.noise_planet.noisemodelling.jdbc
Methods in org.noise_planet.noisemodelling.jdbc with parameters of type NoiseMapByReceiverMaker Modifier and Type Method Description voidNoiseMapByReceiverMaker.IComputeRaysOutFactory. initialize(Connection connection, NoiseMapByReceiverMaker noiseMapByReceiverMaker)Called only once when the settings are set.voidNoiseMapByReceiverMaker.TableLoader. initialize(Connection connection, NoiseMapByReceiverMaker noiseMapByReceiverMaker)Called only once when the settings are set. -
Uses of NoiseMapByReceiverMaker in org.noise_planet.noisemodelling.jdbc.input
Methods in org.noise_planet.noisemodelling.jdbc.input with parameters of type NoiseMapByReceiverMaker Modifier and Type Method Description voidDefaultTableLoader. initialize(Connection connection, NoiseMapByReceiverMaker noiseMapByReceiverMaker)Initializes the NoiseMap parameters and attenuation data based on the input mode specified in the NoiseMap parameters. -
Uses of NoiseMapByReceiverMaker in org.noise_planet.noisemodelling.jdbc.output
Methods in org.noise_planet.noisemodelling.jdbc.output with parameters of type NoiseMapByReceiverMaker Modifier and Type Method Description voidDefaultCutPlaneProcessing. initialize(Connection connection, NoiseMapByReceiverMaker noiseMapByReceiverMaker)Constructors in org.noise_planet.noisemodelling.jdbc.output with parameters of type NoiseMapByReceiverMaker Constructor Description NoiseMapWriter(Connection connection, NoiseMapByReceiverMaker noiseMapByReceiverMaker, ResultsCache ResultsCache, AtomicBoolean exitWhenDone, AtomicBoolean aborted)Constructs a new NoiseMapWriter object with the specified parameters.
-