select Features
Selects the given features and adds them to the current list of selected features.
Since
300.0.0
Parameters
features
The features to select.
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 containing a collection of selected features that match the criteria defined by the QueryParameters object.
Since
300.0.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.