Hello List-Readers,<br><br>I notice that the within/contains functions don&#39;t work for LinearRing&#39;s (as is indicated in the documentation for rings), but they also don&#39;t work with two LineStrings (not mentioned, that I see).
<br><br>Is the best/only way to test if one ring is nested in another to convert the LinearRings to LineStrings, then test each point of &#39;inner&#39; for containment in &#39;outer&#39;?<br><br>I&#39;ve got a bunch of coordinate sequences that I&#39;m trying to convert into a shapefile, if some context helps.
<br><br>Cheers,<br>&nbsp;-Dan<br><br><br><br>