[postgis-tickets] [PostGIS] #2118: Implement ST_Boundary(Triangle)

PostGIS trac at osgeo.org
Mon May 6 01:24:57 PDT 2013


#2118: Implement ST_Boundary(Triangle)
----------------------+-----------------------------------------------------
  Reporter:  strk     |       Owner:  nw           
      Type:  patch    |      Status:  closed       
  Priority:  medium   |   Milestone:  PostGIS 2.1.0
 Component:  postgis  |     Version:  trunk        
Resolution:  fixed    |    Keywords:  history      
----------------------+-----------------------------------------------------

Comment(by nw):

 I don't think that triangles are converted to geos at all.
 A look through the LWGEOM2GEOS() function doesn't seem to
 have any entry for a TRIANGLETYPE in the switch, so I think
 you'd get a call to lwerror() if you somehow managed to pass
 in a triangle.  Curved geometries will fail also.  Perhaps
 something else is converting them before a call to LWGEOM2GEOS().

 I don't think GEOS has a triangle type, so you'd have to convert
 to a polygon if you were to do this.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2118#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