select_features
Select features by SQL where clause, with options to invert, add, remove, or subset the selection. Defaults to new selection on the active map.
Instructions
Select features by SQL where clause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| where | Yes | SQL where clause. | |
| invert | No | INVERT to select everything the clause does not match. | NON_INVERT |
| method | No | NEW_SELECTION, ADD_TO_SELECTION, REMOVE_FROM_SELECTION, SUBSET_SELECTION, SWITCH_SELECTION or CLEAR_SELECTION. | NEW_SELECTION |
| map_name | No | Map to act on; defaults to the active map. | |
| layer_name | Yes | Layer or table name as shown by get_layers, or a full dataset path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |