개발자 이야기

[pyqgis] the differences of contains, intersects between geometries(linestring) 본문

GIS/QGIS

[pyqgis] the differences of contains, intersects between geometries(linestring)

프란5 2019. 12. 3. 15:59
반응형

if two linestring are connected by the same point,

 

contains retruns false.

intersects returns true.

 

if two linestring are crossed,

 

contains returns false.

intersects returns false.

 

intersections returns the point crossed.

반응형

'GIS > QGIS' 카테고리의 다른 글

[QGIS] QGIS Server 설치  (0) 2024.02.16
[pyqgis] split hole polyline  (0) 2019.11.26
[pyqgis] QgsRubberBand - transparent overlay widget on canvas  (0) 2019.11.11
[pyqgis] sample of QgsSpatialIndex  (0) 2019.11.06
[pyqgis] plugin builder  (0) 2019.10.31