select Features
Selects the given features and adds them to the current collection of selected features. Use the FeatureLayer.getSelectedFeatures(): Future
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 collection of selected features.
Return
A Result that returns a FeatureQueryResult.
Since
200.1.0