select Features
Selects the features in the list and adds them to the current list of selected features.
Since
200.1.0
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