Opened 10 years ago

Closed 10 years ago

#2581 closed enhancement (invalid)

Add flag to ST_DelaunayTriangles in order to return TIN

Reported by: smathermather Owned by: pramsey
Priority: medium Milestone: PostGIS 2.1.2
Component: postgis Version: 2.1.x
Keywords: Cc:

Description

Create version of ST_DelaunayTriangles with a boolean flag for returning

geometry ST_DelaunayTriangles(geometry geomA, boolean 3DTIN)

Change History (4)

comment:2 by strk, 10 years ago

Uhm, according to the manual page there's already such flag (flag=2): http://postgis.net/docs/manual-2.1/ST_DelaunayTriangles.html

I have to admit I didn't remember it was done (nor I tried it). Report back if you try it !

comment:3 by smathermather, 10 years ago

How did I miss that! I'll give it a try.

in reply to:  2 comment:4 by smathermather, 10 years ago

Resolution: invalid
Status: newclosed

Replying to strk:

Uhm, according to the manual page there's already such flag (flag=2): http://postgis.net/docs/manual-2.1/ST_DelaunayTriangles.html

I have to admit I didn't remember it was done (nor I tried it). Report back if you try it !

Yup, it works!

Note: See TracTickets for help on using tickets.