[postgis-tickets] [PostGIS] #2573: Have ST_3DIntersects to recognize Triangle as a type
PostGIS
trac at osgeo.org
Tue Jan 20 22:46:09 PST 2015
#2573: Have ST_3DIntersects to recognize Triangle as a type
---------------------------+------------------------------------------------
Reporter: smathermather | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: documentation | Version: 2.1.x
Keywords: |
---------------------------+------------------------------------------------
Comment(by robe):
I was just wondering if we should have a Solid / MultiSolid type similar
to what I think Oracle has
http://docs.oracle.com/database/121/SPATL/sdo_intro.htm#SPATL468
Though that might be a major undertaking so probably best to table till
2.3
Regarding the ST_IsSolid patch where is that or are you still preparing
it? Might as well also add an ST_SetSolid(geometry,boolean) if not too
much trouble that allows you to set and unset that bit, but does
validation to insure it is a closed surface and errors if it's not.
I think for people running versions of SFCGAL lower than 1.1, we can just
return a NOT implemented message similar to what we do if someone calls a
geojson function and they did not compile with JSON support.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2573#comment:10>
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