QGIS/python/core/auto_generated
Nyall Dawson 1e5479964f [FEATURE][API] Add some nice PyQGIS methods and exceptions to QgsLineString
- len(QgsCurve) returns number of points in curve
- raise IndexErrors when calling pointN, xAt, yAt, zAt, mAt, setXAt, setYAt,
setMAt, setZAt with invalid vertex indices
- Add [] getter for retrieving specific vertices, eg. ls[0] returns QgsPoint(...)
- Add [] setter for setting specific (existing) vertices, e.g. ls[1] = QgsPoint(1,2)
- Add del support for removing vertices, e.g. del ls[1] removes the second vertex
2018-11-27 09:29:13 +10:00
..
2018-10-13 22:05:39 +02:00
2018-09-10 11:41:57 -04:00
2018-06-17 11:15:10 +10:00
2018-11-09 10:01:38 +00:00
2018-10-09 11:48:33 -08:00
2018-10-09 11:48:33 -08:00
2018-10-31 12:15:43 +01:00
2018-05-25 11:16:18 +10:00
2018-10-08 07:24:53 +10:00
2018-07-17 07:02:29 +10:00
2018-05-28 10:39:34 -08:00
2018-05-28 10:39:34 -08:00
2018-05-28 10:39:34 -08:00
2018-10-23 10:37:55 +10:00
Dox
2018-11-21 08:48:55 +11:00
2018-05-28 10:39:34 -08:00
2018-05-28 10:39:34 -08:00
2018-05-28 10:39:34 -08:00
2018-08-14 19:53:27 +02:00
2018-05-28 10:39:34 -08:00
2018-05-28 10:39:34 -08:00
2018-05-28 10:39:34 -08:00
2018-11-13 10:48:02 +01:00
2018-10-19 13:46:10 -04:00
2018-05-28 10:39:34 -08:00
2018-05-28 10:39:34 -08:00
2018-07-16 10:17:02 +10:00
2018-09-13 08:04:34 +01:00
2018-05-28 10:39:34 -08:00
2018-05-28 10:39:34 -08:00
2018-09-07 14:50:19 +02:00
2018-05-27 18:54:09 +10:00
2018-07-20 16:24:48 +10:00
2018-05-30 12:26:36 +02:00
2018-05-28 10:39:34 -08:00
2018-09-10 11:41:57 -04:00
2018-10-19 13:26:18 +02:00
2018-05-28 10:39:34 -08:00
2018-05-28 10:39:34 -08:00
2018-10-23 18:56:27 +02:00