<div dir="ltr"><div>Want to make sure I understand this properly. </div><div><br></div><div>So you've got a series of points in your point layer, and a series of lines in your line layer, and for each point on your points layer, you want to find out which line this falls on. </div><div><br></div><div>Is that right?  It sounds like you've done this part.  However, I'm not sure what is meant.  Is there an exact matching point on the line (i.e. same exact coordinates), or are you finding the line that the point falls on (using some sort of buffer or tolerance)?</div><div><br></div><div>If you are just finding the line that it happens to fall on, (I think this is what you meant by "not end points"), then are you finding the closest point that actually is part of the line?</div><div><br></div><div>If you have found the closest point on the line, then from there I think it's easy to walk up and down the line by retrieving the points in order.   However, if you currently only have the linestring and the point coordinates then use distance to find the actual closest on-line point.  </div><div><br></div><div><br></div><div>Do I have this mostly right or have I only managed to confuse things more?</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 24, 2015 at 2:11 PM, ChiefDan <span dir="ltr"><<a href="mailto:ChiefDan@gmail.com" target="_blank">ChiefDan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Matt,<br>
<br>
I've got a line layer and a points layer. The points layer fall on the line<br>
layer, however they are not end points on the line layer, for the most part.<br>
<br>
I'm not sure if that answers your question or not.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/GDAL-C-Api-create-new-line-segments-from-point-layer-tp5195061p5195238.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/GDAL-C-Api-create-new-line-segments-from-point-layer-tp5195061p5195238.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the GDAL - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br></div>