[PostGIS] #882: ST_UnionAsTIN, ST_UnionAsPolyghedralSurface
PostGIS
trac at osgeo.org
Mon Jun 22 02:11:30 PDT 2026
#882: ST_UnionAsTIN, ST_UnionAsPolyghedralSurface
--------------------------+-----------------------------
Reporter: robe | Owner: pramsey
Type: enhancement | Status: closed
Priority: medium | Milestone: PostGIS Fund Me
Component: postgis | Version: master
Resolution: fixed | Keywords:
--------------------------+-----------------------------
Changes (by komzpa):
* resolution: => fixed
* status: new => closed
Comment:
Triangles form a TIN naturally nowadays:
{{{
13:10:37 [kom] > select ST_AsText(ST_Collect('TRIANGLE((0 0, 1 1, 2 3, 0
0))', 'TRIANGLE((0 0, 1 1, 2 3, 0 0))'));
┌──────────────────────────────────────────────┐
│ st_astext │
├──────────────────────────────────────────────┤
│ TIN(((0 0,1 1,2 3,0 0)),((0 0,1 1,2 3,0 0))) │
└──────────────────────────────────────────────┘
(1 row)
Time: 0,923 ms
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/882#comment:2>
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