Uses of Class
org.noise_planet.noisemodelling.jdbc.output.ResultsCache
-
Packages that use ResultsCache Package Description org.noise_planet.noisemodelling.jdbc.output -
-
Uses of ResultsCache in org.noise_planet.noisemodelling.jdbc.output
Fields in org.noise_planet.noisemodelling.jdbc.output declared as ResultsCache Modifier and Type Field Description ResultsCache
AttenuationOutputMultiThread. resultsCache
Constructors in org.noise_planet.noisemodelling.jdbc.output with parameters of type ResultsCache Constructor Description AttenuationOutputMultiThread(SceneWithEmission inputData, ResultsCache resultsCache, NoiseMapDatabaseParameters noiseMapDatabaseParameters, AtomicBoolean exitWhenDone, AtomicBoolean aborted)
Create NoiseMap constructorNoiseMapWriter(Connection connection, NoiseMapByReceiverMaker noiseMapByReceiverMaker, ResultsCache ResultsCache, AtomicBoolean exitWhenDone, AtomicBoolean aborted)
Constructs a new NoiseMapWriter object with the specified parameters.
-