populateFromService method
- QueryParameters? parameters,
- required bool clearCache,
- required List<
String> outFields,
Populate the OGC API - Features feature collection table with the results of a query.
Use the default (empty) QueryParameters to get all features from the service. Specifying null or an empty collection for outfields will result in the default set of outfields being used. Spatial queries (those that specify geometries) must use the Intersects spatial relationship.
Parameters:
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 collection containing strings.
Return Value: The result of the query.