The following members of class FeatureLayer are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) Esri::ArcGISRuntime::TaskWatcher | selectFeatures(const Esri::ArcGISRuntime::QueryParameters ¶meters, Esri::ArcGISRuntime::SelectionMode mode) |
(deprecated) Esri::ArcGISRuntime::TaskWatcher | selectedFeatures() |
Signals
(deprecated) void | selectFeaturesCompleted(const QUuid &taskId, Esri::ArcGISRuntime::FeatureQueryResult *featureQueryResult) |
(deprecated) void | selectedFeaturesCompleted(const QUuid &taskId, Esri::ArcGISRuntime::FeatureQueryResult *featureQueryResult) |
Member Function Documentation
Esri::ArcGISRuntime::TaskWatcher FeatureLayer::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 collection of selected features.
- parameters - A query that defines features to select from the FeatureTable.
- mode - Defines how the collection of currently selected features will be updated with the features returned from the query.
This method returns a TaskWatcher for the asynchronous operation.
[signal]
void FeatureLayer::selectFeaturesCompleted (const QUuid &taskId , Esri::ArcGISRuntime::FeatureQueryResult *featureQueryResult )
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when a selection of features from a query operation has completed.
- taskId - The task ID for the asynchronous operation.
- featureQueryResult - A feature query result containing an iterator pointing to the selected features from the query.
The returned FeatureQueryResult object has the FeatureLayer as its parent.
See also Returned QObjects Parenting.
Esri::ArcGISRuntime::TaskWatcher FeatureLayer::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.
[signal]
void FeatureLayer::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 FeatureLayer as its parent.
See also Returned QObjects Parenting.