Skip to content

Commit e4f51cc

Browse files
author
jef
committed
add QgsCoordinateReferenceSystem::authid() to python bindings
git-svn-id: http://svn.osgeo.org/qgis/trunk@15408 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1d32e9d commit e4f51cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/core/qgscoordinatereferencesystem.sip

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ class QgsCoordinateReferenceSystem
216216
* @deprecated use authid()
217217
*/
218218
long epsg () const /Deprecated/;
219+
/*! Get the authority identifier for this srs
220+
* @return QString the Authority identifier for this srs
221+
* @note added in 1.7
222+
*/
223+
QString authid() const;
219224
/*! Get the Description
220225
* @return QString the Description A textual description of the srs.
221226
* @note A zero length string will be returned if the description is uninitialised

0 commit comments

Comments
 (0)