MySQL Forums
Forum List  »  GIS

Re: Geometry building and C++ UDF library
Posted by: John Powell
Date: July 07, 2009 05:40AM

Sabastien, it is a bit messy but you can turn an exteriorring into a geometry like this.

geom=polyfromwkb(polygon(asbinary(exteriorring(geom))));

though it seems you have solved the problem another way.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Geometry building and C++ UDF library
3199
July 07, 2009 05:40AM


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.