adonmo / meos

Mobility Engine, Open Source
https://adonmo.github.io/meos/
MIT License
21 stars 3 forks source link

Implement Topological Operators for Box Types #24

Open chaitan94 opened 4 years ago

chaitan94 commented 4 years ago

• &&: Do the bounding boxes overlap? • @>: Does the first bounding box contain the second one? • <@: Is the first bounding box contained in the second one? • ~=: Are the bounding boxes equal in their common dimensions? • -|-: Are the bounding boxes adjacent?

Invalid operations should throw accordingly

Refer MobilityDB docs for more information: https://docs.mobilitydb.com/MobilityDB/master/apas02.html#idp23

Todo Checklist