Re: [gdal-dev] Confusion on intersection

2019-10-31 Thread jratike80
Hi, This question does not have much to do with just GDAL but it would have been a perfect one to be asked from https://gis.stackexchange.com. Intersects is a function that tells if two geometries intersect and answer is true or false. Intersection computes the intersection of the two geometries.

[gdal-dev] Confusion on intersection

2019-10-31 Thread Ahmet Temiz
Hi, Please correct me if I am wrong. I want to get intersected part of a line that overlays a polygon. do I need to use firstly intersects , then intersection? Intersection part is like: line->intersection (polygon). // that returns linestring??? Is it correct ? Regards -- Ahmet Temiz Jeoloji M