Changes between Version 24 and Version 25 of DevWikiEmptyGeometry
- Timestamp:
- 10/06/09 15:18:25 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiEmptyGeometry
v24 v25 12 12 * ST_Difference(empty, geometry) == empty 13 13 * ST_Distance(geometry, empty) == NULL 14 * ST_DWithin(geometry, empty, tolerance) == FALSE (if distance = null, shouldn't DWithin be null?) 14 * ST_DWithin(geometry, empty, tolerance) == FALSE 15 ** I think this should be null. It is intended to be equivalent to: 16 *** distance( geometry, empty ) < tolerance 17 ** which would be equivalent to NULL < tolerance - which would be NULL by the SQL standard 15 18 * ST_Contains(geometry, empty) == FALSE (SQL Server says False) 16 19 * ST_Within(geometry, empty) == FALSE (SQL Server says False)