Skip to content

Obsolete Members for OgcFeatureCollectionTable

  • OgcFeatureCollectionTable
  • The following members of class OgcFeatureCollectionTable are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

    Public Functions

    (since Esri::ArcGISRuntime 100.13, deprecated) OgcFeatureCollectionTable(Esri::ArcGISRuntime::OgcFeatureCollectionInfo *featureCollectionInfo, Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)
    (since Esri::ArcGISRuntime 100.13, deprecated) OgcFeatureCollectionTable(const QUrl &url, const QString &collectionId, Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)
    (deprecated) Esri::ArcGISRuntime::TaskWatcher populateFromService(const Esri::ArcGISRuntime::QueryParameters &parameters, bool clearCache, const QStringList &outfields)

    Signals

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

    Member Function Documentation

    [since Esri::ArcGISRuntime 100.13, deprecated] OgcFeatureCollectionTable::OgcFeatureCollectionTable(Esri::ArcGISRuntime::OgcFeatureCollectionInfo *featureCollectionInfo, Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)

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

    Creates a new OGC API - Features feature-collection table.

    • featureCollectionInfo - An OgcFeatureCollectionInfo.
    • credential - The credential used to access the remote resource.
    • parent - The optional parent QObject.

    This function was introduced in Esri::ArcGISRuntime 100.13.

    [since Esri::ArcGISRuntime 100.13, deprecated] OgcFeatureCollectionTable::OgcFeatureCollectionTable(const QUrl &url, const QString &collectionId, Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)

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

    Creates a new OGC API - Features feature-collection table.

    • url - The URL of the OGC API - Features service landing page that contains the feature collection.
    • collectionId - The unique identifier for the collection from the service.
    • credential - The credential used to access the remote resource.
    • parent - The optional parent QObject.

    This function was introduced in Esri::ArcGISRuntime 100.13.

    [override virtual, since Esri::ArcGISRuntime 100.13, deprecated] Esri::ArcGISRuntime::Credential *OgcFeatureCollectionTable::credential() const

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

    Reimplements: RemoteResource::credential() const.

    Returns the security credentials to access the remote resource.

    Only applicable if the resource is secured.

    This function was introduced in Esri::ArcGISRuntime 100.13.

    [deprecated] Esri::ArcGISRuntime::TaskWatcher OgcFeatureCollectionTable::populateFromService(const Esri::ArcGISRuntime::QueryParameters &parameters, bool clearCache, const QStringList &outfields)

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

    Populates the OGC API - Features feature-collection table with the results of a query.

    • parameters - Parameters that define how features are returned from the service.
    • clearCache - If true, clears existing table data before populating it with features returned from the service.
    • outfields - A QStringList.

    Use the default (empty) QueryParameters to get all features from the service. Specifying nullptr or an empty list for outfields will result in the default set of outfields being used. Spatial queries (those that specify geometries) must use the Intersects spatial relationship.

    Returns a TaskWatcher for the asynchronous operation.

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

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

    Signal emitted when the populateFromService operation completes.

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

    See also Returned QObjects Parenting.

    [override virtual, since Esri::ArcGISRuntime 100.13, deprecated] Esri::ArcGISRuntime::RequestConfiguration OgcFeatureCollectionTable::requestConfiguration() const

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

    Reimplements: RemoteResource::requestConfiguration() const.

    Returns the RequestConfiguration used to customize the request to this RemoteResource.

    This function was introduced in Esri::ArcGISRuntime 100.13.

    See also setRequestConfiguration().

    [override virtual, since Esri::ArcGISRuntime 100.13, deprecated] void OgcFeatureCollectionTable::setRequestConfiguration(const Esri::ArcGISRuntime::RequestConfiguration &requestConfiguration)

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

    Reimplements: RemoteResource::setRequestConfiguration(const Esri::ArcGISRuntime::RequestConfiguration &requestConfiguration).

    Sets the RequestConfiguration, which is used to customize the request to this RemoteResource, to requestConfiguration.

    This function was introduced in Esri::ArcGISRuntime 100.13.

    See also requestConfiguration().

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