The geographic operators act on objects to produce a logical result of TRUE or FALSE:
Operator | Returns TRUE if: | Example |
---|---|---|
Contains |
first object contains the centroid of the second object |
|
Contains Part |
first object contains part of the second object |
|
Contains Entire |
first object contains all of the second object |
|
Within |
first object's centroid is within the second object |
|
Partly Within |
part of the first object is within the second object |
|
Entirely Within |
the first object is entirely inside the second object |
|
Intersects |
the two objects intersect at some point |
|