The following members of class DimensionLayer are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) Esri | select |
(deprecated) Esri | selected |
Signals
(deprecated) void | select |
(deprecated) void | selected |
Member Function Documentation
[override virtual, deprecated]
Esri::ArcGISRuntime::Credential *DimensionLayer::credential() const
This function is deprecated. We strongly advise against using it in new code.
Reimplements: RemoteResource::credential() const.
Returns the security credentials to access the remote resource. Only applicable if the resource is secured.
[override virtual, since Esri::ArcGISRuntime 100.13, deprecated]
Esri::ArcGISRuntime::RequestConfiguration DimensionLayer::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 dimension layer.
This function was introduced in Esri::ArcGISRuntime 100.13.
See also setRequestConfiguration().
[deprecated]
Esri::ArcGISRuntime::TaskWatcher DimensionLayer::selectFeatures (const Esri::ArcGISRuntime::QueryParameters ¶meters, Esri::ArcGISRuntime::SelectionMode mode)
This function is deprecated. We strongly advise against using it in new code.
Selects the features that match the criteria in the QueryParameters object and adds them to the current list of selected features
- parameters - The definition of the query to submit to the feature table.
- mode - Defines how the list of currently selected features will be updated with the features returned from the query.
This method returns a TaskWatcher for the asynchronous operation.
[signal, deprecated]
void DimensionLayer::selectFeaturesCompleted (const QUuid &taskId , Esri::ArcGISRuntime::FeatureQueryResult *featureQueryResult )
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when the selectFeatures(QueryParameters, SelectionMode) operation completes.
- taskId - The task ID of the asynchronous operation.
- featureQueryResult - A feature query result containing an iterator pointing to the selected features.
See also Returned QObjects Parenting.
[deprecated]
Esri::ArcGISRuntime::TaskWatcher DimensionLayer::selectedFeatures ()
This function is deprecated. We strongly advise against using it in new code.
Returns a list of the currently selected features.
This method returns a TaskWatcher for the asynchronous operation.
[signal, deprecated]
void DimensionLayer::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 selectedFeatures operation completes.
- taskId - The task ID of the asynchronous operation.
- featureQueryResult - A feature query result containing an iterator pointing to the selected features.
See also Returned QObjects Parenting.
[override virtual, since Esri::ArcGISRuntime 100.13, deprecated]
void DimensionLayer::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 dimension layer to requestConfiguration.
This function was introduced in Esri::ArcGISRuntime 100.13.
See also requestConfiguration().