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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Jul 7 07:44:42 EDT 2008


Author: wonder
Date: 2008-07-07 07:44:41 -0400 (Mon, 07 Jul 2008)
New Revision: 8727

Modified:
   trunk/qgis/python/core/qgsdistancearea.sip
Log:
updated bindings from changes in r8709


Modified: trunk/qgis/python/core/qgsdistancearea.sip
===================================================================
--- trunk/qgis/python/core/qgsdistancearea.sip	2008-07-07 10:13:28 UTC (rev 8726)
+++ trunk/qgis/python/core/qgsdistancearea.sip	2008-07-07 11:44:41 UTC (rev 8727)
@@ -22,6 +22,9 @@
     //! sets source spatial reference system (by QGIS SRS)
     void setSourceSRS(long srsid);
     
+    //! sets source spatial reference system (by EPSG)
+    void setSourceEPSG(long epsgId);
+
     //! returns source spatial reference system
     long sourceSRS();
     //! What sort of coordinate system is being used?



More information about the QGIS-commit mailing list