Bug #23964 | GIS - full spatial support | ||
---|---|---|---|
Submitted: | 3 Nov 2006 21:01 | Modified: | 6 Jul 2012 19:05 |
Reporter: | Ulf Küßner | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: GIS | Severity: | S4 (Feature request) |
Version: | 5.1 | OS: | Any (all) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | gis, MBR, Spatial tables |
[3 Nov 2006 21:01]
Ulf Küßner
[25 Nov 2007 16:23]
Alexey Botchkov
As precise GIS functions code isn't included into main trees yet, one has to get the separate GIS tree to get these working. Check this page for links: http://forge.mysql.com/wiki/GIS_Functions
[6 Jul 2012 19:05]
Alexander Barkov
Precise GIS operations were implemented in 5.6.
[18 Jul 2012 14:51]
Santo Leto
From Page "What Is New in MySQL 5.6" (http://dev.mysql.com/doc/refman/5.6/en/mysql-nutshell.html): "OpenGIS. The OpenGIS specification defines functions that test the relationship between two geometry values. MySQL originally implemented these functions such that they used object bounding rectangles and returned the same result as the corresponding MBR-based functions. Corresponding versions are now available that use precise object shapes. These versions are named with an ST_ prefix. For example, Contains() uses object bounding rectangles, whereas ST_Contains() uses object shapes. For more information, see Section 12.17.5.4.2, “Functions That Test Spatial Relationships Between Geometries”. "