The following members of class GeoprocessingFeatures 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 | fetchOutputFeatures() |
Signals
(deprecated) void | fetchOutputFeaturesCompleted(const QUuid &taskId) |
Member Function Documentation
Esri::ArcGISRuntime::TaskWatcher GeoprocessingFeatures::fetchOutputFeatures ()
This function is deprecated. We strongly advise against using it in new code.
Creates a task to fetch features.
When the task completes, the features are available on the features property.
[signal]
void GeoprocessingFeatures::fetchOutputFeaturesCompleted (const QUuid &taskId )
This function is deprecated. We strongly advise against using it in new code.
The signal emitted when the fetchOutputFeatures task with the ID taskId completes.