<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Whenever the intersection of two lines is a linestring.<br><br>eg: <br>select astext(ST_intersection(ST_makeline(ST_Makepoint(0,0), ST_Makepoint(1,1)),ST_Makeline(ST_Makepoint(0.5, 0.5), ST_Makepoint(1.5,1.5))));<br>         astext          <br>-------------------------<br> LINESTRING(0.5 0.5,1 1)<br>(1 row)<br><br>Brent<br><br>--- On <b>Tue, 3/20/12, Bob Pawley <i><rjpawley@shaw.ca></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Bob Pawley <rjpawley@shaw.ca><br>Subject: [postgis-users] St_intersection<br>To: postgis-users@postgis.refractions.net<br>Date: Tuesday, March 20, 2012, 6:44 AM<br><br><div id="yiv1760510195">
<div dir="ltr">
<div dir="ltr">
<div style="FONT-FAMILY:'Arial Narrow';COLOR:#00002b;FONT-SIZE:12pt;">
<div>Hi</div>
<div> </div>
<div>I am querying a geometry looking for intersection point between a line and 
an other geometry.</div>
<div> </div>
<div>The return is 2 points and 2 linestrings. (when I use st_union a geometry 
collection results)</div>
<div> </div>
<div>Can anyone tell me under what conditions that a st_intersection would 
return a linestring??</div>
<div> </div>
<div>insert into num_search (the_geom3)</div>
<div>select st_intersection(Num_Search.the_geom1, entities.wkb_geometry) </div>
<div>from entities, Num_Search</div>
<div>where Num_Search.seq = 'R'</div>
<div>and st_intersects(entities.wkb_geometry, Num_Search.the_geom1) = True</div>
<div> </div>
<div>Bob</div></div></div></div>
</div><br>-----Inline Attachment Follows-----<br><br><div class="plainMail">_______________________________________________<br>postgis-users mailing list<br><a ymailto="mailto:postgis-users@postgis.refractions.net" href="/mc/compose?to=postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br><a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br></div></blockquote></td></tr></table>