Uses of Class
org.noise_planet.noisemodelling.jdbc.utils.CellIndex
Packages that use CellIndex
Package
Description
-
Uses of CellIndex in org.noise_planet.noisemodelling.jdbc
Methods in org.noise_planet.noisemodelling.jdbc that return types with arguments of type CellIndexModifier and TypeMethodDescriptionNoiseMapByReceiverMaker.searchPopulatedCells(Connection connection) Fetch all receivers and compute cells that contains receiversMethods in org.noise_planet.noisemodelling.jdbc with parameters of type CellIndexModifier and TypeMethodDescriptionNoiseMapByReceiverMaker.TableLoader.create(Connection connection, CellIndex cellIndex, Set<Long> skipReceivers) Called on each sub-domain in order to create cell input data.NoiseMapByReceiverMaker.evaluateCell(Connection connection, CellIndex cellIndex, org.h2gis.api.ProgressVisitor progression, Set<Long> skipReceivers) Launch sound propagationorg.locationtech.jts.geom.EnvelopeGridMapMaker.getCellEnv(CellIndex cellIndex) Compute the envelope corresponding to parametersNoiseMapByReceiverMaker.prepareCell(Connection connection, CellIndex cellIndex, Set<Long> skipReceivers) Initialisation of data structures needed for sound propagation. -
Uses of CellIndex in org.noise_planet.noisemodelling.jdbc.input
Methods in org.noise_planet.noisemodelling.jdbc.input with parameters of type CellIndexModifier and TypeMethodDescriptionDefaultTableLoader.create(Connection connection, CellIndex cellIndex, Set<Long> skipReceivers) -
Uses of CellIndex in org.noise_planet.noisemodelling.jdbc.utils
Methods in org.noise_planet.noisemodelling.jdbc.utils with parameters of type CellIndex