[postgis-tickets] [PostGIS] #4270: ST_3DIntersects says 'no' despite geometries intersecting
PostGIS
trac at osgeo.org
Thu Dec 6 04:24:27 PST 2018
#4270: ST_3DIntersects says 'no' despite geometries intersecting
---------------------+---------------------------
Reporter: tilt | Owner: colivier
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.2
Component: sfcgal | Version: 2.5.x
Resolution: | Keywords:
---------------------+---------------------------
Comment (by komzpa):
ST_3DIntersects in GEOS backend is a plug for ST_3DDWithin(geom, geom, 0):
https://github.com/postgis/postgis/blob/dd281b1e57b590c0339271cedbf5feaf84049cc4/postgis/lwgeom_backend_api.c#L153
We are going to remove it during #4258 and (probably) rename to
ST_3DSurfaceIntersects. May it happen that surfaces of ac intersect, and
surfaces of ab don't? If yes, then it works as expected codewise, and
we'll untangle this in 3.0 by renaming function.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4270#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