selectFeaturesWithQuery method
- required QueryParameters parameters,
- required SelectionMode mode,
Selects the features that match the criteria in the QueryParameters object and adds them to the current list of selected features.
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.
Return Value: A Future that returns a FeatureQueryResult.