The following members of class WmtsLayer are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) | Wmts |
(deprecated) | Wmts |
(deprecated) | Wmts |
(deprecated) | Wmts |
Member Function Documentation
[deprecated]
WmtsLayer::WmtsLayer (const QUrl &url, const QString &wmtsLayerId , Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)
This function is deprecated. We strongly advise against using it in new code.
Constructor that accepts a URL (url), wmtsLayerId, credential and an optional parent.
- url - The URL of the WMTS service - see WmtsService::url.
- wmtsLayerId - The ID of the layer - for example obtained from WmtsLayerInfo::wmtsLayerId.
- credential - The Credential used to access this layer.
- parent - The parent object for this WmtsLayer (optional).
See also WmtsLayer.
[deprecated]
WmtsLayer::WmtsLayer (const QUrl &url, const QString &wmtsLayerId , Esri::ArcGISRuntime::TileImageFormat preferredImageFormat , Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)
This function is deprecated. We strongly advise against using it in new code.
Constructor that accepts a URL (url), wmtsLayerId, preferredImageFormat, credential and an optional parent.
- url - The URL of the WMTS service - see WmtsService::url.
- wmtsLayerId - The ID of the layer - for example obtained from WmtsLayerInfo::wmtsLayerId.
- preferredImageFormat - The TileImageFormat used to access this layer - for example obtained from WmtsLayerInfo::imageFormats.
- credential - The Credential used to access this layer.
- parent - The parent object for this WmtsLayer (optional).
See also WmtsLayer.
[deprecated]
WmtsLayer::WmtsLayer (const QUrl &url, const QString &wmtsLayerId , const QString &tileMatrixSetId , Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)
This function is deprecated. We strongly advise against using it in new code.
Constructor that accepts a URL (url), wmtsLayerId, tileMatrixSetId, credential and an optional parent.
- url - The URL of the WMTS service - see WmtsService::url.
- wmtsLayerId - The ID of the layer - for example obtained from WmtsLayerInfo::wmtsLayerId.
- tileMatrixSetId - The tileMatrixSetId for this layer - for example obtained from WmtsTileMatrixSet::id.
- credential - The Credential used to access this layer.
- parent - The parent object for this WmtsLayer (optional).
See also WmtsLayer.
[deprecated]
WmtsLayer::WmtsLayer (const QUrl &url, const QString &wmtsLayerId , const QString &tileMatrixSetId , Esri::ArcGISRuntime::TileImageFormat preferredImageFormat , Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)
This function is deprecated. We strongly advise against using it in new code.
Constructor that accepts a URL (url), wmtsLayerId, tileMatrixSetId, preferredImageFormat, credential and an optional parent.
- url - The URL of the WMTS service - see WmtsService::url.
- wmtsLayerId - The ID of the layer - for example obtained from WmtsLayerInfo::wmtsLayerId.
- tileMatrixSetId - The tileMatrixSetId for this layer - for example obtained from WmtsTileMatrixSet::id.
- preferredImageFormat - The TileImageFormat for this layer - for example obtained from WmtsLayerInfo::imageFormats.
- credential - The Credential used to access this layer.
- parent - The parent object for this WmtsLayer (optional).
See also WmtsLayer.
[override virtual, deprecated]
Esri::ArcGISRuntime::Credential *WmtsLayer::credential() const
This function is deprecated. We strongly advise against using it in new code.
Reimplements: RemoteResource::credential() const.
Returns security credentials to access the remote resource. Only applicable if the resource is secured.
[override virtual, deprecated]
Esri::ArcGISRuntime::RequestConfiguration WmtsLayer::requestConfiguration () const
This function is deprecated. We strongly advise against using it in new code.
Reimplements: RemoteResource::requestConfiguration() const.
Returns the RequestConfiguration in use by this layer.
See also setRequestConfiguration().
[override virtual, deprecated]
void WmtsLayer::setRequestConfiguration (const Esri::ArcGISRuntime::RequestConfiguration &requestConfiguration )
This function is deprecated. We strongly advise against using it in new code.
Reimplements: RemoteResource::setRequestConfiguration(const Esri::ArcGISRuntime::RequestConfiguration &requestConfiguration).
Sets requestConfiguration used for network requests sent by this layer.
See also requestConfiguration().