The following members of class ArcGISSceneLayer 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 | selected |
Signals
(since Esri void | selected |
Member Function Documentation
[deprecated]
ArcGISSceneLayer::ArcGISSceneLayer (const QUrl &url, Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)
This function is deprecated. We strongly advise against using it in new code.
Creates an ArcGIS scene layer from the specified URL with a credential.
- url - The URL of an ArcGIS scene service, an ArcGIS scene service portal item, or a scene layer package (.slpk) file.
- credential - The credential used to access the remote resource.
- parent - The optional parent QObject.
If the specified URL is a portal item URL (see PortalItem::PortalItem for the supported URL formats), the underlying PortalItem will be created and accessible through Layer::item.
The credential is applied if the provided URL is to a secured service or portal item.
[override virtual, deprecated]
Esri::ArcGISRuntime::Credential *ArcGISSceneLayer::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 scene service layer.
Only applicable if the service is secured.
[override virtual, since Esri::ArcGISRuntime 100.1, deprecated]
Esri::ArcGISRuntime::RequestConfiguration ArcGISSceneLayer::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 scene layer.
This function was introduced in Esri::ArcGISRuntime 100.1.
See also setRequestConfiguration().
[since Esri::ArcGISRuntime 100.3, deprecated]
Esri::ArcGISRuntime::TaskWatcher ArcGISSceneLayer::selectedFeatures ()
This function is deprecated. We strongly advise against using it in new code.
Launches a task to retrieve a collection of selected features, and returns a TaskWatcher for the asynchronous task.
This function was introduced in Esri::ArcGISRuntime 100.3.
[signal, since Esri::ArcGISRuntime 100.3, deprecated]
void ArcGISSceneLayer::selectedFeaturesCompleted (const QUuid &taskId , Esri::ArcGISRuntime::FeatureQueryResult *featureQueryResult )
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when the current selected features have been determined.
- taskId - The task ID for the asynchronous operation.
- featureQueryResult - A feature query result containing an iterator pointing to the selected features.
The returned FeatureQueryResult object has the ArcGISSceneLayer as its parent.
This function was introduced in Esri::ArcGISRuntime 100.3.
See also Returned QObjects Parenting.
[override virtual, since Esri::ArcGISRuntime 100.1, deprecated]
void ArcGISSceneLayer::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 configuration parameters used for network requests sent by this scene layer to requestConfiguration.
This function was introduced in Esri::ArcGISRuntime 100.1.
See also requestConfiguration().