The following members of class ArcGISMapImageLayer are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) | ArcGIS |
(since Esri Esri | load |
Signals
(since Esri void | load |
Member Function Documentation
[deprecated]
ArcGISMapImageLayer::ArcGISMapImageLayer (const QUrl &url, Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)
This function is deprecated. We strongly advise against using it in new code.
Constructor that accepts the service URL (url), a credential, and an optional parent.
Credential are applied if the provided URL is to a secured service.
[override virtual, deprecated]
Esri::ArcGISRuntime::Credential *ArcGISMapImageLayer::credential() const
This function is deprecated. We strongly advise against using it in new code.
Reimplements: RemoteResource::credential() const.
Returns the security credential used to access the map service. Only applicable if the service is secured.
[since Esri::ArcGISRuntime 100.3, deprecated]
Esri::ArcGISRuntime::TaskWatcher ArcGISMapImageLayer::loadTablesAndLayers ()
This function is deprecated. We strongly advise against using it in new code.
Starts a task to load all of the map service's sublayers and non-spatial tables.
This method returns a TaskWatcher for the asynchronous operation.
This function was introduced in Esri::ArcGISRuntime 100.3.
[signal, since Esri::ArcGISRuntime 100.3, deprecated]
void ArcGISMapImageLayer::loadTablesAndLayersCompleted (const QUuid &taskId )
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when the loadTablesAndLayers task completes.
- taskId - The ID of the completed task.
This function was introduced in Esri::ArcGISRuntime 100.3.
[override virtual, since Esri::ArcGISRuntime 100.1, deprecated]
Esri::ArcGISRuntime::RequestConfiguration ArcGISMapImageLayer::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.
This function was introduced in Esri::ArcGISRuntime 100.1.
See also setRequestConfiguration().
[override virtual, since Esri::ArcGISRuntime 100.1, deprecated]
void ArcGISMapImageLayer::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.
This function was introduced in Esri::ArcGISRuntime 100.1.
See also requestConfiguration().