It is possible to make Constrained Delaunay triangulations in PostGIS (PostgreSQL)? I have a Polygon and I need to make internal triangulation like this:
I tried to use ST_DelaunayTriangles but is not possible to add constraints like "triangulations only internal polygon"
Can someone help me?
No comments:
Post a Comment