We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d1ae6 commit 3efe0aaCopy full SHA for 3efe0aa
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