Uses of Interface
org.noise_planet.noisemodelling.pathfinder.delaunay.LayerDelaunay
-
Packages that use LayerDelaunay Package Description org.noise_planet.noisemodelling.jdbc org.noise_planet.noisemodelling.pathfinder.delaunay -
-
Uses of LayerDelaunay in org.noise_planet.noisemodelling.jdbc
Methods in org.noise_planet.noisemodelling.jdbc with parameters of type LayerDelaunay Modifier and Type Method Description void
DelaunayReceiversMaker. computeDelaunay(LayerDelaunay cellMesh, org.locationtech.jts.geom.Envelope mainEnvelope, int cellI, int cellJ, double maxSrcDist, Collection<org.locationtech.jts.geom.Geometry> sources, double minRecDist, double maximumArea, double buildingBuffer, List<Building> buildings)
Delaunay triangulation of Sub-Domain -
Uses of LayerDelaunay in org.noise_planet.noisemodelling.pathfinder.delaunay
Classes in org.noise_planet.noisemodelling.pathfinder.delaunay that implement LayerDelaunay Modifier and Type Class Description class
LayerTinfour
-