MySQL Forums
Forum List  »  GIS

Spatial relationships between geometries
Posted by: Marie Floramigsen
Date: January 18, 2006 04:31AM

We have a problem with the spatial function Intersects().

We are working with version MySQL 5.0.15 and the interface is developed with Java.

In the interface, the spatial objects which are stocked in the database can be displayed on a map.
The user can select a zone of the map and test which object intersects this zone.

In MySQL, the geometry type that we use is POLYGON and the intersection is tested with the function Intersects().

This functionality doesn't normally work because the functions that test spatial relationships between geometries are not implemented correctly. They currently return the same result as the MBR functions.
The result is totally false on the map.

This functionality is really important in our project.

Does anybody know when these functions may be implemented in MySQL?

Thanks a lot!

Marie

Options: ReplyQuote


Subject
Views
Written By
Posted
Spatial relationships between geometries
4844
January 18, 2006 04:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.