The following members of class PointCloudLayer are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) | Point |
Member Function Documentation
[deprecated]
PointCloudLayer::PointCloudLayer (const QUrl &url, Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)
This function is deprecated. We strongly advise against using it in new code.
Creates a point cloud layer with the specified service or package URL.
- url - The URL to a SceneServer REST endpoint or the path to a Scene Layer Package (.slpk) file.
- parent - The optional parent QObject.
- credential - credential for the secured resource if the layer needs authentication to gain access to it.
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.
See also PortalItem, PortalItem::PortalItem, and Layer::item.
[override virtual, deprecated]
Esri::ArcGISRuntime::Credential *PointCloudLayer::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.
The default credential is a nullptr
.
[override virtual, deprecated]
Esri::ArcGISRuntime::RequestConfiguration PointCloudLayer::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 PointCloudLayer::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 the requestConfiguration used for network requests sent by this layer.
See also requestConfiguration().