[postgis-tickets] [PostGIS] #2573: Have ST_3DIntersects to recognize Triangle as a type

PostGIS trac at osgeo.org
Tue Jan 6 05:19:51 PST 2015


#2573: Have ST_3DIntersects to recognize Triangle as a type
---------------------------+------------------------------------------------
 Reporter:  smathermather  |       Owner:  pramsey      
     Type:  enhancement    |      Status:  new          
 Priority:  medium         |   Milestone:  PostGIS 2.2.0
Component:  postgis        |     Version:  2.1.x        
 Keywords:                 |  
---------------------------+------------------------------------------------
Changes (by vmo):

  * owner:  colivier => pramsey


Comment:

 {{{
 test=# set postgis.backend = sfcgal;
 test=# select st_3Dintersects('TIN(((0 0,1 0,0 1,0 0)))'::geometry,
 'POINT(.1 .1)'::geometry);
  st_3dintersects
 -----------------
  t
 (1 row)

 test=# set postgis.backend = geos;
 test=# select st_3Dintersects('TIN(((0 0,1 0,0 1,0 0)))'::geometry,
 'POINT(.1 .1)'::geometry);
 ERROR:  Unsupported geometry type: Triangle
 CONTEXT:  SQL function "st_3dintersects" statement 1
 }}}

 The latter seems to come from liblwgeom/measures3d.c

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