-
The 'bbcontains' operator returns true if A's bounding box completely contains by B's bounding box.
-
The 'bboverlaps' operator returns true if A's bounding box overlaps B's bounding box.
-
The 'contained' operator returns true if A's bounding box is completely contained by B's bounding box.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
The 'left' operator returns true if A's bounding box is strictly to the left of B's bounding box.
-
The 'overlaps_above' operator returns true if A's bounding box overlaps or is above B's bounding box.
-
The 'overlaps_below' operator returns true if A's bounding box overlaps or is below B's bounding box.
-
The overlaps_left operator returns true if A's bounding box overlaps or is to the left of B's bounding box.
-
-
The 'overlaps_right' operator returns true if A's bounding box overlaps or is to the right of B's bounding box.
-
-
-
The 'right' operator returns true if A's bounding box is strictly to the right of B's bounding box.
-
The "~=" operator is the "same as" operator. It tests actual geometric equality of two features. So if A and B are the same feature, vertex-by-vertex, the operator returns true.
-
The 'strictly_above' operator returns true if A's bounding box is strictly above B's bounding box.
-
The 'strictly_below' operator returns true if A's bounding box is strictly below B's bounding box.
-
-