select Features
Selects the features in the list and adds them to the current list of selected features.
Since
200.1.0
Parameters
suspend fun selectFeatures(parameters: QueryParameters, mode: SelectionMode): Result<FeatureQueryResult>
Selects the features that match the criteria in the QueryParameters object and adds them to the current list of selected features.
Return
A Result that returns a FeatureQueryResult.
Since
200.1.0
Parameters
parameters
The definition of the query to submit to the feature table.
mode
Defines how the list of currently selected features will be updated with the features returned from the query.