MySQL Forums
Forum List  »  MyISAM

Add multiple interrior ring to mysql spatial extention
Posted by: Hendra Darwintha
Date: September 15, 2012 07:45AM

Hi, this is first time for me to use MySql spatial extension (MyIsam)

I'm currently convert all polygon in ESRI shapefile format (.SHP)
into MySql geometry column table


base on documentation:
A Polygon with one exterior ring and one interior ring:
POLYGON((0 0,10 0,10 10,0 10,0 0),(5 5,7 5,7 7,5 7, 5 5))


I'm having problem where the polygon have 3 exterior ring and 2 interior ring
how can i do that with Insert Query


Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Add multiple interrior ring to mysql spatial extention
2834
September 15, 2012 07:45AM


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.