• GeoprocessingFeatures
  • 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

    [deprecated] 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, deprecated] 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.