<div dir="ltr">re what is happening in Shapely with relate on GeometryCollections:<div><br></div><div>In fact, homogeneous GeometryCollections of Points and LineStrings can be trivially converted to MultiPoints and MultiLineStrings.  Is is possible that Shapely is doing this automatically?</div><div><br></div><div>Handling homogeneous GCs would be a nice enhancement for JTS & GEOS....</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 10, 2015 at 12:50 AM, Sandro Santilli <span dir="ltr"><<a href="mailto:strk@keybit.net" target="_blank">strk@keybit.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Apr 10, 2015 at 11:55:08AM +1200, Mike Toews wrote:<br>
<br>
> so I'm wondering what is stopping PostGIS from supporting relate<br>
> operations with geometry collections?<br>
<br>
JTS explicitly refuses to compute the intersection matrix between<br>
geometries if one of them is a collection:<br>
<br>
<a href="http://sourceforge.net/p/jts-topo-suite/code/HEAD/tree/tags/Version_1.13/jts/java/src/com/vividsolutions/jts/geom/Geometry.java#l1032" target="_blank">http://sourceforge.net/p/jts-topo-suite/code/HEAD/tree/tags/Version_1.13/jts/java/src/com/vividsolutions/jts/geom/Geometry.java#l1032</a><br>
<br>
I'm not sure why, nor why GEOS doesn't follow it:<br>
<a href="https://github.com/libgeos/libgeos/blob/3.4.2/src/geom/Geometry.cpp#L443-L448" target="_blank">https://github.com/libgeos/libgeos/blob/3.4.2/src/geom/Geometry.cpp#L443-L448</a><br>
<br>
Maybe Martin can shed a light here ?<br>
<br>
--strk;<br>
</blockquote></div><br></div>