populateFromService

suspend fun populateFromService(parameters: QueryParameters?, clearCache: Boolean, outFields: Iterable<String> = listOf()): Result<FeatureQueryResult>

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 MutableListImpl for outfields will result in the default set of outfields being used. Spatial queries (those that specify geometries) must use the Intersects spatial relationship.

Return

A Result that returns a FeatureQueryResult type.

Since

200.1.0