MySQL Forums
Forum List  »  GIS

Re: How to create a Circle in MySQL spatial
Posted by: AJAY WARRIER
Date: June 11, 2013 01:54PM

Never Mind. I found it . it turns of as of MySQL 5.6.1 you could use the following function:

Buffer(g,d)

Returns a geometry that represents all points whose distance from the geometry value g is less than or equal to a distance of d.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to create a Circle in MySQL spatial
5126
June 11, 2013 01:54PM


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.