Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- graphhopper
- nifi
- QGIS3
- 도로명주소일일업데이트
- pluginbuilder
- QgsRubberBand
- qgis linux
- mapmatching
- split line
- 스타트업
- ogrinfo
- ODTable
- keypressed
- pbf
- qgis 설치
- pgrouting
- 아이디어
- Polyline
- 서비스
- 편집지적
- qgis server
- QGIS
- ODField
- Circle
- kmoran
- khaiii
- autocad
- 안드로이드
- 앱개발
- PyQGIS
Archives
- Today
- Total
개발자 이야기
[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 |