Uses of Class
org.locationtech.jts.geom.CoordinateList
-
Packages that use CoordinateList Package Description org.locationtech.jts.triangulate Classes to compute Delaunay triangulations. -
-
Uses of CoordinateList in org.locationtech.jts.triangulate
Methods in org.locationtech.jts.triangulate that return CoordinateList Modifier and Type Method Description static CoordinateListDelaunayTriangulationBuilder. extractUniqueCoordinates(Geometry geom)Extracts the uniqueCoordinates from the givenGeometry.static CoordinateListDelaunayTriangulationBuilder. unique(Coordinate[] coords)
-