We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1d32e9d commit e4f51ccCopy full SHA for e4f51cc
python/core/qgscoordinatereferencesystem.sip
@@ -216,6 +216,11 @@ class QgsCoordinateReferenceSystem
216
* @deprecated use authid()
217
*/
218
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;
224
/*! Get the Description
225
* @return QString the Description A textual description of the srs.
226
* @note A zero length string will be returned if the description is uninitialised
0 commit comments