Uses of Class
org.noise_planet.noisemodelling.pathfinder.delaunay.Triangle
Packages that use Triangle
Package
Description
-
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 TriangleModifier and TypeMethodDescriptionLayerDelaunay.getNeighbors()When the processDelaunay has been called, retrieve results Triangle link triangles neighbor by their index.LayerTinfour.getNeighbors()retrieve results Triangle linkLayerDelaunay.getTriangles()When the processDelaunay has been called, retrieve results Triangle link unique vertices by their index.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 TriangleModifier and TypeMethodDescriptionProfileBuilder.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 TriangleModifier and TypeMethodDescriptionvoidGeoJSONDocument.writeTopographic(List<Triangle> triVertices, List<org.locationtech.jts.geom.Coordinate> vertices) Write topography trianglesKMLDocument.writeTopographic(List<Triangle> triVertices, List<org.locationtech.jts.geom.Coordinate> vertices)