Uses of Class
org.noise_planet.noisemodelling.jdbc.utils.CellIndex
-
Packages that use CellIndex Package Description org.noise_planet.noisemodelling.jdbc org.noise_planet.noisemodelling.jdbc.input org.noise_planet.noisemodelling.jdbc.utils -
-
Uses of CellIndex in org.noise_planet.noisemodelling.jdbc
Methods in org.noise_planet.noisemodelling.jdbc that return types with arguments of type CellIndex Modifier and Type Method Description Map<CellIndex,Integer>NoiseMapByReceiverMaker. searchPopulatedCells(Connection connection)Fetch all receivers and compute cells that contains receiversMethods in org.noise_planet.noisemodelling.jdbc with parameters of type CellIndex Modifier and Type Method Description SceneWithEmissionNoiseMapByReceiverMaker.TableLoader. create(Connection connection, CellIndex cellIndex, Set<Long> skipReceivers)Called on each sub-domain in order to create cell input data.CutPlaneVisitorFactoryNoiseMapByReceiverMaker. 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 parametersSceneWithEmissionNoiseMapByReceiverMaker. 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 CellIndex Modifier and Type Method Description SceneWithEmissionDefaultTableLoader. 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 Modifier and Type Method Description intCellIndex. compareTo(CellIndex o)Compare latitudeIndex values of two instances of CellIndex
-