` `
The Spatial Query Plugin allows you to make a spatial query
(i.e., select features) in a target layer with reference to another layer. The
functionality is based on the GEOS library and depends on the selected source
feature layer.
Possible operators are:
As an example, we want to find regions in the Alaska dataset that contain airports. The following steps are necessary:
regions.shp
and
airports.shp
.regions
as the source layer and airports
as the reference feature
layer.Now you get a list of feature IDs from the query and you have several options, as shown in figure_spatial_query.
Spatial Query analysis - regions contain airports