<div dir="ltr">When performong ST_3DIntersection(geom, box3d), will approach with line do the thing that's awaited from it clipping geometry by the box, or make strange multipoint/multilinestring/EMPTY intersection? :)</div><br><div class="gmail_quote"><div dir="ltr">пт, 26 февр. 2016 г. в 17:34, Paul Ramsey <<a href="mailto:pramsey@cleverelephant.ca">pramsey@cleverelephant.ca</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Codacil to this: a linestring involves an lwline and a pointarray, a<br>
multipoint involves a multipoint, 2 x point, 2 x pointarray, so<br>
there's a minor efficiency in sticking w/ the line.<br>
<br>
On Thu, Feb 18, 2016 at 1:27 PM, Rémi Cura <<a href="mailto:remi.cura@gmail.com" target="_blank">remi.cura@gmail.com</a>> wrote:<br>
> Exactly,<br>
> in the end it's just 2 points.<br>
> I personally would prefer to keep it as 2 points,<br>
> because I feel a line is semantically more different,<br>
> but it amounts to the same thing in the end.<br>
><br>
> Cheers,<br>
> Rémi-C<br>
><br>
> 2016-02-18 11:36 GMT+01:00 Sandro Santilli <<a href="mailto:strk@keybit.net" target="_blank">strk@keybit.net</a>>:<br>
>><br>
>> On Thu, Feb 18, 2016 at 11:02:49AM +0100, Rémi Cura wrote:<br>
>> > Using Even trick saves me about 25% time.<br>
>> > Good !<br>
>><br>
>> Right, it's the same approach of the "BoundingDiagonal",<br>
>> only he does it with a 2-members multipoint rather than<br>
>> with a 2-vertices linestring.<br>
>><br>
>> --strk;<br>
>> _______________________________________________<br>
>> postgis-devel mailing list<br>
>> <a href="mailto:postgis-devel@lists.osgeo.org" target="_blank">postgis-devel@lists.osgeo.org</a><br>
>> <a href="http://lists.osgeo.org/mailman/listinfo/postgis-devel" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/postgis-devel</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> postgis-devel mailing list<br>
> <a href="mailto:postgis-devel@lists.osgeo.org" target="_blank">postgis-devel@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/postgis-devel" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/postgis-devel</a><br>
_______________________________________________<br>
postgis-devel mailing list<br>
<a href="mailto:postgis-devel@lists.osgeo.org" target="_blank">postgis-devel@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/postgis-devel" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/postgis-devel</a></blockquote></div>