124k views
3 votes
Which two spatial query operators will select point features that are surrounded by polygon features? (Select two)

A. Completely Contain
B. Are Completely Within
C. Share a Line Segment With
D. Intersect
E. Touch the Boundary Of

User Terco
by
8.4k points

1 Answer

5 votes

Final answer:

Point features surrounded by polygon features are selected by the 'Are Completely Within' and 'Completely Contain' spatial query operators.

Step-by-step explanation:

The spatial query operators that select point features surrounded by polygon features are B. Are Completely Within and A. Completely Contain. The 'Are Completely Within' operator selects point features that exist entirely inside a polygon boundary without touching it. Similarly, the 'Completely Contain' operator is used by a polygon to select point features that are entirely within the confines of the polygon. Conversely, 'Share a Line Segment With' and 'Touch the Boundary Of' involve points that are on the boundary of the polygons, and 'Intersect' includes points that are within or on the boundary.

User Shanecp
by
7.9k points