[postgis-tickets] [PostGIS] #1898: ST_DelaunayTriangles option to output as TIN
PostGIS
trac at osgeo.org
Sun May 5 10:22:09 PDT 2013
#1898: ST_DelaunayTriangles option to output as TIN
-------------------------+--------------------------------------------------
Reporter: robe | Owner: nw
Type: enhancement | Status: assigned
Priority: high | Milestone: PostGIS Future
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by nw):
Added another patch. The flags argument is now 0 for polygons,
1 for edges, 2 for a TIN, defaulting to 0. I still think we should
return a tin and provide a function to turn a tin into a collection
of polygons.
On that note, the default return is a geometrycollection of polygons.
Is there any reason that is preferable to a multipolygon?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1898#comment:9>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list