Changes between Version 1 and Version 2 of Ticket #9941, comment 3
- Timestamp:
- Apr 23, 2014, 4:15:25 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9941, comment 3
v1 v2 6 6 1. as a Point - no boundary, only the interior which means that touches for equal Point-sized Boxes should return FALSE. 7 7 2. as an Areal geometry without interior, only boundary which means that touches for equal Point-sized Boxes should return TRUE (currently this is implemented). 8 9 In general the handling of numerical errors is different for Box/Box cases, that is, currently in all functions the error is not taken into account. It's because the test should be as simple as possible. However this way the algorithm calculating some spatial relation for Geometries may be not compatible with the algorithm calculating it for bounding Boxes of those Geometries.