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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Mar 9 15:29:12 EST 2011


Author: jef
Date: 2011-03-09 12:29:12 -0800 (Wed, 09 Mar 2011)
New Revision: 15408

Modified:
   trunk/qgis/python/core/qgscoordinatereferencesystem.sip
Log:
add QgsCoordinateReferenceSystem::authid() to python bindings

Modified: trunk/qgis/python/core/qgscoordinatereferencesystem.sip
===================================================================
--- trunk/qgis/python/core/qgscoordinatereferencesystem.sip	2011-03-09 20:03:20 UTC (rev 15407)
+++ trunk/qgis/python/core/qgscoordinatereferencesystem.sip	2011-03-09 20:29:12 UTC (rev 15408)
@@ -216,6 +216,11 @@
          * @deprecated use authid()
          */
         long epsg () const /Deprecated/;
+        /*! Get the authority identifier for this srs
+         * @return  QString the Authority identifier for this srs
+         * @note added in 1.7
+         */
+        QString authid() const;
         /*! Get the Description
          * @return  QString the Description A textual description of the srs.
          * @note A zero length string will be returned if the description is uninitialised



More information about the QGIS-commit mailing list