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 a0ef27a commit 2efda5dCopy full SHA for 2efda5d
python/core/qgsdataitem.sip
@@ -141,6 +141,15 @@ class QgsLayerItem : QgsDataItem
141
// Returns provider key
142
QString providerKey();
143
144
+ /** Returns the supported CRS
145
+ * @note Added in 2.8
146
+ */
147
+ QStringList supportedCRS();
148
+
149
+ /** Returns the supported formats
150
151
152
+ QStringList supportedFormats();
153
public:
154
static const QIcon &iconPoint();
155
static const QIcon &iconLine();
0 commit comments