Uses of Class
org.noise_planet.noisemodelling.pathfinder.delaunay.Triangle
-
-
Uses of Triangle in org.noise_planet.noisemodelling.pathfinder.delaunay
Methods in org.noise_planet.noisemodelling.pathfinder.delaunay that return types with arguments of type Triangle Modifier and Type Method Description List<Triangle>
LayerDelaunay. getNeighbors()
When the processDelaunay has been called, retrieve results Triangle link triangles neighbor by their index.List<Triangle>
LayerTinfour. getNeighbors()
retrieve results Triangle linkList<Triangle>
LayerDelaunay. getTriangles()
When the processDelaunay has been called, retrieve results Triangle link unique vertices by their index.List<Triangle>
LayerTinfour. getTriangles()
-
Uses of Triangle in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return types with arguments of type Triangle Modifier and Type Method Description List<Triangle>
ProfileBuilder. getTriangles()
Retrieve the topographic triangles. -
Uses of Triangle in org.noise_planet.noisemodelling.pathfinder.utils.documents
Method parameters in org.noise_planet.noisemodelling.pathfinder.utils.documents with type arguments of type Triangle Modifier and Type Method Description void
GeoJSONDocument. writeTopographic(List<Triangle> triVertices, List<org.locationtech.jts.geom.Coordinate> vertices)
Write topography trianglesKMLDocument
KMLDocument. writeTopographic(List<Triangle> triVertices, List<org.locationtech.jts.geom.Coordinate> vertices)
-