Hello List-Readers,<br><br>I notice that the within/contains functions don't work for LinearRing's (as is indicated in the documentation for rings), but they also don'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 'inner' for containment in 'outer'?<br><br>I've got a bunch of coordinate sequences that I'm trying to convert into a shapefile, if some context helps.
<br><br>Cheers,<br> -Dan<br><br><br><br>