Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add QgsCoordinateReferenceSystem::authid() to python bindings
git-svn-id: http://svn.osgeo.org/qgis/trunk@15408 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 9, 2011
1 parent 1d32e9d commit e4f51cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/core/qgscoordinatereferencesystem.sip
Expand Up @@ -216,6 +216,11 @@ class QgsCoordinateReferenceSystem
* @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
Expand Down

0 comments on commit e4f51cc

Please sign in to comment.