Obsolete Members for AnnotationLayer

  • AnnotationLayer
  • The following members of class AnnotationLayer 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 &parameters, 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

    [since Esri::ArcGISRuntime 100.12] Esri::ArcGISRuntime::TaskWatcher AnnotationLayer::selectFeatures(const Esri::ArcGISRuntime::QueryParameters &parameters, Esri::ArcGISRuntime::SelectionMode mode)

    This function is deprecated. We strongly advise against using it in new code.

    Selects all 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.

    This function was introduced in Esri::ArcGISRuntime 100.12.

    [signal, since Esri::ArcGISRuntime 100.12] void AnnotationLayer::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 from the query.

    This function was introduced in Esri::ArcGISRuntime 100.12.

    See also Returned QObjects Parenting.

    [since Esri::ArcGISRuntime 100.12] Esri::ArcGISRuntime::TaskWatcher AnnotationLayer::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.

    This function was introduced in Esri::ArcGISRuntime 100.12.

    [signal, since Esri::ArcGISRuntime 100.12] void AnnotationLayer::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.

    This function was introduced in Esri::ArcGISRuntime 100.12.

    See also Returned QObjects Parenting.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.