Changes between Version 4 and Version 5 of DevWikiEmptyGeometry


Ignore:
Timestamp:
Oct 6, 2009, 10:24:22 AM (15 years ago)
Author:
chodgson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiEmptyGeometry

    v4 v5  
    3131 * ST_Distance( empty, empty) == 0
    3232 * ST_DWithin( empty, empty, tolerance) == true
     33
     34Hmmm.. perhaps this isn't even possible generally, as:
     35 * intersects( A, B ) => intersection( A, B ) != empty
     36but I think that we certainly want:
     37 * intersection( empty, empty) == empty