#6 ✓resolved
nofxx

BBox Operators

Reported by nofxx | November 30th, 2008 @ 05:33 AM | in Call me a plugin

These operators utilize indexes. They compare bounding boxes of 2 geometries


  A &< B (A overlaps or is to the left of B)
  A &> B (A overlaps or is to the right of B)
  A << B (A is strictly to the left of B)
  A >> B (A is strictly to the right of B)
  A &<| B (A overlaps B or is below B)
  A |&> B (A overlaps or is above B)
  A <<| B (A strictly below B)
  A |>> B (A strictly above B)
  A = B (A bbox same as B bbox)
  A @ B (A completely contained by B)
  A ~ B (A completely contains B)
  A && B (A and B bboxes interact)
  A ~= B - true if A and B geometries are binary equal?

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Postgis Adapter for ActiveRecord

People watching this ticket

Pages