Changes between Version 33 and Version 34 of DevWikiEmptyGeometry

Show
Ignore:
Timestamp:
12/08/10 10:16:21 (2 years ago)
Author:
pramsey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiEmptyGeometry

    v33 v34  
    55Ideally ''GEOMETRY EMPTY'' should behave more like 'zero' (0) than NULL - it is an expected, valid result of a successful, valid operation. In other words, dealing with ''EMPTY'' should require as little "special case" handling as possible in logical expressions making use of multiple geometry operations and/or comparisons. Maintaining compatibility with other spatial databases is probably valuable in its own right, and also because they have probably already done some thinking around these issues. 
    66 
     7 * ST_Buffer(empty, tolerance) == empty 
    78 * ST_Union(geometry, empty) == geometry 
    89 * ST_Union(empty, empty) == empty