[QGIS Commit] r12322 - trunk/qgis/python/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Dec 3 08:45:46 EST 2009


Author: jef
Date: 2009-12-03 08:45:46 -0500 (Thu, 03 Dec 2009)
New Revision: 12322

Modified:
   trunk/qgis/python/core/qgsgeometry.sip
Log:
include QgsGeometry::transform() in python bindings

Modified: trunk/qgis/python/core/qgsgeometry.sip
===================================================================
--- trunk/qgis/python/core/qgsgeometry.sip	2009-12-03 13:26:08 UTC (rev 12321)
+++ trunk/qgis/python/core/qgsgeometry.sip	2009-12-03 13:45:46 UTC (rev 12322)
@@ -195,6 +195,10 @@
      @return 0 in case of success*/
     int translate(double dx, double dy);
 
+ /**Transform this geometry as described by CoordinateTranasform ct
+     @return 0 in case of success*/
+    int transform( const QgsCoordinateTransform& ct );
+
  /**Splits this geometry according to a given line. Note that the geometry is only splitted once. If there are several intersections
     between geometry and splitLine, only the first one is considered.
     @param splitLine the line that splits the geometry



More information about the QGIS-commit mailing list