Is there a way to check if a polyline/line is partially inside an extent ?
I tried extent.contains, but it only returns true if the whole line is inside the extent,even if little part of it lies outside the extent then it return false. Is there a way to solve this ?
Thanks.