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 CoordinateList
DelaunayTriangulationBuilder. extractUniqueCoordinates(Geometry geom)
Extracts the uniqueCoordinate
s from the givenGeometry
.static CoordinateList
DelaunayTriangulationBuilder. unique(Coordinate[] coords)
-