[QGIS Commit] r12992 - trunk/qgis/python/core
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Tue Mar 2 15:54:30 EST 2010
Author: wonder
Date: 2010-03-02 15:54:28 -0500 (Tue, 02 Mar 2010)
New Revision: 12992
Modified:
trunk/qgis/python/core/qgsgeometry.sip
Log:
PyQGIS: Fixed splitGeometry() method
Modified: trunk/qgis/python/core/qgsgeometry.sip
===================================================================
--- trunk/qgis/python/core/qgsgeometry.sip 2010-03-02 08:55:54 UTC (rev 12991)
+++ trunk/qgis/python/core/qgsgeometry.sip 2010-03-02 20:54:28 UTC (rev 12992)
@@ -216,7 +216,7 @@
@param topological true if topological editing is enabled
@topologyTestPoints OUT: points that need to be tested for topological completeness in the dataset
@return 0 in case of success, 1 if geometry has not been split, error else*/
- int splitGeometry(const QList<QgsPoint>& splitLine, QList<QgsGeometry*>& newGeometries, bool topological, QList<QgsPoint>& topologyTestPoints);
+ int splitGeometry(const QList<QgsPoint>& splitLine, QList<QgsGeometry*>& newGeometries /Out/, bool topological, QList<QgsPoint>& topologyTestPoints /Out/);
/**Replaces a part of this geometry with another line
@return 0 in case of success
More information about the QGIS-commit
mailing list