Obsolete Members for WfsFeatureTable

  • WfsFeatureTable
  • The following members of class WfsFeatureTable 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 populateFromService(const Esri::ArcGISRuntime::QueryParameters &parameters, bool clearCache, const QStringList &outfields)
    (deprecated) Esri::ArcGISRuntime::TaskWatcher populateFromService(const QString &xmlRequest, bool clearCache)

    Signals

    (deprecated) void populateFromServiceCompleted(const QUuid &taskId, Esri::ArcGISRuntime::FeatureQueryResult *featureQueryResult)

    Member Function Documentation

    Esri::ArcGISRuntime::TaskWatcher WfsFeatureTable::populateFromService(const Esri::ArcGISRuntime::QueryParameters &parameters, bool clearCache, const QStringList &outfields)

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

    Populate the table using a query.

    Specifying an empty QueryParameters for parameters will result in requesting all features. Specifying an empty list for outfields will result in the default set of outfields being used. WFS is only compatible with a subset of possible queries defined by QueryParameters. The where clause only works when the table is backed by a service powered by GeoServer. Spatial queries (those that specify geometries) must use the Intersects spatial relationship.

    If clearCache is true, the existing table data is cleared before populating with the query result.

    Esri::ArcGISRuntime::TaskWatcher WfsFeatureTable::populateFromService(const QString &xmlRequest, bool clearCache)

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

    Populate the table using an XML query.

    • xmlRequest - The XML query string.
    • clearCache - when true, the existing table data is cleared before populating with the query result.

    The XML query must be made against the same feature type represented by the WFS feature table. The schema of the query result must match or be a subset of the schema of the table. The XML query string must be an XML-encoded GetFeature request.

    [signal] void WfsFeatureTable::populateFromServiceCompleted(const QUuid &taskId, Esri::ArcGISRuntime::FeatureQueryResult *featureQueryResult)

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

    Signal emitted when a populateFromService method has completed.

    • taskId - The task ID for the asynchronous operation.
    • featureQueryResult - The result of the populate operation.

    The returned FeatureQueryResult object has the WfsFeatureTable as its parent.

    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.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close