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
(deprecated) Esri::ArcGISRuntime::TaskWatcher | populateFromService(const Esri::ArcGISRuntime::QueryParameters ¶meters, bool clearCache, const QStringList &outfields) |
Signals
(deprecated) void | populateFromServiceCompleted(const QUuid &taskId, Esri::ArcGISRuntime::FeatureQueryResult *featureQueryResult) |
Member Function Documentation
Esri::ArcGISRuntime::TaskWatcher OgcFeatureCollectionTable::populateFromService (const Esri::ArcGISRuntime::QueryParameters ¶meters, 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]
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.